From 913604e96fb18dae8160092d040ce6b7e7149d05 Mon Sep 17 00:00:00 2001 From: edsilv Date: Thu, 8 Dec 2016 14:29:28 +0000 Subject: [PATCH] warn when ranges not found --- bower.json | 2 +- dist/client/manifesto.bundle.js | 8 +- dist/client/manifesto.js | 10 +- dist/client/manifesto.min.js | 16 +- dist/manifesto.bundle.d.ts | 2 +- dist/manifesto.d.ts | 2 +- dist/server/manifesto.js | 10 +- dist/server/manifesto.min.js | 8 +- package.json | 2 +- src/Manifest.ts | 9 +- test/fixtures/book-of-remembrance.json | 108069 +++++++++++++++------- 11 files changed, 72578 insertions(+), 35560 deletions(-) diff --git a/bower.json b/bower.json index d17990f7..2f103c62 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "manifesto", - "version": "2.0.5", + "version": "2.0.6", "homepage": "https://github.com/edsilv/manifesto", "authors": [ "edsilv " diff --git a/dist/client/manifesto.bundle.js b/dist/client/manifesto.bundle.js index 6cb9bafc..c5abd54e 100644 --- a/dist/client/manifesto.bundle.js +++ b/dist/client/manifesto.bundle.js @@ -1000,8 +1000,14 @@ var Manifesto; }; Manifest.prototype._parseRanges = function (r, path, parentRange) { var range; + var id; if (_isString(r)) { - r = this._getRangeById(r); + id = r; + r = this._getRangeById(id); + } + if (!r) { + console.warn("Range:", id, "does not exist"); + return; } range = new Manifesto.Range(r, this.options); range.parentRange = parentRange; diff --git a/dist/client/manifesto.js b/dist/client/manifesto.js index c6d6906c..c3a6a711 100644 --- a/dist/client/manifesto.js +++ b/dist/client/manifesto.js @@ -1,4 +1,4 @@ -// manifesto.js v2.0.5 https://github.com/viewdir/manifesto +// manifesto.js v2.0.6 https://github.com/viewdir/manifesto (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.manifesto = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o-1||this.externalResource.data["@context"].indexOf("/1.1/context.json")>-1||this.externalResource.data["@context"].indexOf("/1/context.json")>-1)&&(quality="native");else{var images=this.getImages();if(images&&images.length){var firstImage=images[0],resource=firstImage.getResource(),services=resource.getServices();if(width||(width=resource.getWidth()),services.length){var service=services[0];id=service.id,quality=Manifesto.Utils.getImageQuality(service.getProfile())}}if(!id)return"undefined"==typeof this.__jsonld.thumbnail?null:this.__jsonld.thumbnail}size=width+",";var uri=[id,region,size,rotation,quality+".jpg"].join("/");return uri},Canvas.prototype.getImages=function(){var images=[];if(!this.__jsonld.images)return images;for(var i=0;i1},Manifest.prototype.getViewingDirection=function(){return this.getProperty("viewingDirection")?new Manifesto.ViewingDirection(this.getProperty("viewingDirection")):Manifesto.ViewingDirection.LEFTTORIGHT},Manifest.prototype.getViewingHint=function(){return this.getProperty("viewingHint")?new Manifesto.ViewingHint(this.getProperty("viewingHint")):Manifesto.ViewingHint.EMPTY},Manifest}(Manifesto.IIIFResource);Manifesto.Manifest=Manifest}(Manifesto||(Manifesto={}));var Manifesto,__extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)};!function(Manifesto){var Collection=function(_super){function Collection(jsonld,options){_super.call(this,jsonld,options),this.members=[],this._collections=null,this._manifests=null,jsonld.__collection=this}return __extends(Collection,_super),Collection.prototype.getCollections=function(){return this._collections?this._collections:this._collections=this.members.en().where(function(m){return m.isCollection()}).toArray()},Collection.prototype.getManifests=function(){return this._manifests?this._manifests:this._manifests=this.members.en().where(function(m){return m.isManifest()}).toArray()},Collection.prototype.getCollectionByIndex=function(collectionIndex){var collection=this.getCollections()[collectionIndex];return collection.options.index=collectionIndex,collection.load()},Collection.prototype.getManifestByIndex=function(manifestIndex){var manifest=this.getManifests()[manifestIndex];return manifest.options.index=manifestIndex,manifest.load()},Collection.prototype.getTotalCollections=function(){return this.getCollections().length},Collection.prototype.getTotalManifests=function(){return this.getManifests().length},Collection.prototype.getTotalMembers=function(){return this.members.length},Collection.prototype.getDefaultTree=function(){return _super.prototype.getDefaultTree.call(this),this.defaultTree.data.type=Manifesto.TreeNodeType.COLLECTION.toString(),this._parseManifests(this),this._parseCollections(this),Manifesto.Utils.generateTreeNodeIds(this.defaultTree),this.defaultTree},Collection.prototype._parseManifests=function(parentCollection){if(parentCollection.getManifests()&&parentCollection.getManifests().length)for(var i=0;i=0;i--){var canvas=this.getCanvasByIndex(i),label=Manifesto.TranslationCollection.getValue(canvas.getLabel(),this.options.locale);if(alphanumeric){var regExp=/^[a-zA-Z0-9]*$/;if(regExp.test(label))return label}else if(label)return label}return this.options.defaultLabel},Sequence.prototype.getLastPageIndex=function(){return this.getTotalCanvases()-1},Sequence.prototype.getNextPageIndex=function(canvasIndex,pagingEnabled){var index;if(pagingEnabled){var indices=this.getPagedIndices(canvasIndex);index=this.getViewingDirection().toString()===Manifesto.ViewingDirection.RIGHTTOLEFT.toString()?indices[0]+1:_last(indices)+1}else index=canvasIndex+1;return index>this.getLastPageIndex()?-1:index},Sequence.prototype.getPagedIndices=function(canvasIndex,pagingEnabled){var indices=[];return pagingEnabled?(indices=this.isFirstCanvas(canvasIndex)||this.isLastCanvas(canvasIndex)?[canvasIndex]:canvasIndex%2?[canvasIndex,canvasIndex+1]:[canvasIndex-1,canvasIndex],this.getViewingDirection().toString()===Manifesto.ViewingDirection.RIGHTTOLEFT.toString()&&(indices=indices.reverse())):indices.push(canvasIndex),indices},Sequence.prototype.getPrevPageIndex=function(canvasIndex,pagingEnabled){var index;if(pagingEnabled){var indices=this.getPagedIndices(canvasIndex);index=this.getViewingDirection().toString()===Manifesto.ViewingDirection.RIGHTTOLEFT.toString()?_last(indices)-1:indices[0]-1}else index=canvasIndex-1;return index},Sequence.prototype.getStartCanvasIndex=function(){var startCanvas=this.getStartCanvas();if(startCanvas)for(var i=0;ithis.getTotalCanvases()-1},Sequence.prototype.isFirstCanvas=function(canvasIndex){return 0===canvasIndex},Sequence.prototype.isLastCanvas=function(canvasIndex){return canvasIndex===this.getTotalCanvases()-1},Sequence.prototype.isMultiCanvas=function(){return this.getTotalCanvases()>1},Sequence.prototype.isPagingEnabled=function(){return this.getViewingHint().toString()===Manifesto.ViewingHint.PAGED.toString()},Sequence.prototype.isTotalCanvasesEven=function(){return this.getTotalCanvases()%2===0},Sequence}(Manifesto.ManifestResource);Manifesto.Sequence=Sequence}(Manifesto||(Manifesto={}));var Manifesto,_isString=require("lodash.isstring");!function(Manifesto){var Deserialiser=function(){function Deserialiser(){}return Deserialiser.parse=function(manifest,options){return this.parseJson(JSON.parse(manifest),options)},Deserialiser.parseJson=function(json,options){var resource;switch(options&&options.navDate&&!isNaN(options.navDate.getTime())&&(json.navDate=options.navDate.toString()),json["@type"]){case"sc:Collection":resource=this.parseCollection(json,options);break;case"sc:Manifest":resource=this.parseManifest(json,options);break;default:return null}return resource.isLoaded=!0,resource},Deserialiser.parseCollection=function(json,options){var collection=new Manifesto.Collection(json,options);return options?collection.index=options.index||0:collection.index=0,this.parseCollections(collection,options),this.parseManifests(collection,options),this.parseMembers(collection,options),collection},Deserialiser.parseCollections=function(collection,options){var children=collection.__jsonld.collections;if(children)for(var i=0;i0)throw new Error("Invalid string. Length must be a multiple of 4");return"="===b64[len-2]?2:"="===b64[len-1]?1:0}function byteLength(b64){return 3*b64.length/4-placeHoldersCount(b64)}function toByteArray(b64){var i,j,l,tmp,placeHolders,arr,len=b64.length;placeHolders=placeHoldersCount(b64),arr=new Arr(3*len/4-placeHolders),l=placeHolders>0?len-4:len;var L=0;for(i=0,j=0;i>16&255,arr[L++]=tmp>>8&255,arr[L++]=255&tmp;return 2===placeHolders?(tmp=revLookup[b64.charCodeAt(i)]<<2|revLookup[b64.charCodeAt(i+1)]>>4,arr[L++]=255&tmp):1===placeHolders&&(tmp=revLookup[b64.charCodeAt(i)]<<10|revLookup[b64.charCodeAt(i+1)]<<4|revLookup[b64.charCodeAt(i+2)]>>2,arr[L++]=tmp>>8&255,arr[L++]=255&tmp),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[63&num]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i=start;ilen2?len2:i+maxChunkLength));return 1===extraBytes?(tmp=uint8[len-1],output+=lookup[tmp>>2],output+=lookup[tmp<<4&63],output+="=="):2===extraBytes&&(tmp=(uint8[len-2]<<8)+uint8[len-1],output+=lookup[tmp>>10],output+=lookup[tmp>>4&63],output+=lookup[tmp<<2&63],output+="="),parts.push(output),parts.join("")}exports.byteLength=byteLength,exports.toByteArray=toByteArray,exports.fromByteArray=fromByteArray;for(var lookup=[],revLookup=[],Arr="undefined"!=typeof Uint8Array?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=0,len=code.length;iMAX_LEN)throw new RangeError("size is too large");var enc=encoding,_fill=fill;void 0===_fill&&(enc=void 0,_fill=0);var buf=new Buffer(size);if("string"==typeof _fill)for(var fillBuf=new Buffer(_fill,enc),flen=fillBuf.length,i=-1;++iMAX_LEN)throw new RangeError("size is too large");return new Buffer(size)},exports.from=function(value,encodingOrOffset,length){if("function"==typeof Buffer.from&&(!global.Uint8Array||Uint8Array.from!==Buffer.from))return Buffer.from(value,encodingOrOffset,length);if("number"==typeof value)throw new TypeError('"value" argument must not be a number');if("string"==typeof value)return new Buffer(value,encodingOrOffset);if("undefined"!=typeof ArrayBuffer&&value instanceof ArrayBuffer){var offset=encodingOrOffset;if(1===arguments.length)return new Buffer(value);"undefined"==typeof offset&&(offset=0);var len=length;if("undefined"==typeof len&&(len=value.byteLength-offset),offset>=value.byteLength)throw new RangeError("'offset' is out of bounds");if(len>value.byteLength-offset)throw new RangeError("'length' is out of bounds");return new Buffer(value.slice(offset,offset+len))}if(Buffer.isBuffer(value)){var out=new Buffer(value.length);return value.copy(out,0,0,value.length),out}if(value){if(Array.isArray(value)||"undefined"!=typeof ArrayBuffer&&value.buffer instanceof ArrayBuffer||"length"in value)return new Buffer(value);if("Buffer"===value.type&&Array.isArray(value.data))return new Buffer(value.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")},exports.allocUnsafeSlow=function(size){if("function"==typeof Buffer.allocUnsafeSlow)return Buffer.allocUnsafeSlow(size);if("number"!=typeof size)throw new TypeError("size must be a number");if(size>=MAX_LEN)throw new RangeError("size is too large");return new SlowBuffer(size)}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{buffer:5}],5:[function(require,module,exports){(function(global){"use strict";function typedArraySupport(){try{var arr=new Uint8Array(1);return arr.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===arr.foo()&&"function"==typeof arr.subarray&&0===arr.subarray(1,1).byteLength}catch(e){return!1}}function kMaxLength(){return Buffer.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function createBuffer(that,length){if(kMaxLength()=kMaxLength())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+kMaxLength().toString(16)+" bytes");return 0|length}function SlowBuffer(length){return+length!=length&&(length=0),Buffer.alloc(+length)}function byteLength(string,encoding){if(Buffer.isBuffer(string))return string.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(string)||string instanceof ArrayBuffer))return string.byteLength;"string"!=typeof string&&(string=""+string);var len=string.length;if(0===len)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":case void 0:return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*len;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}function slowToString(encoding,start,end){var loweredCase=!1;if((void 0===start||start<0)&&(start=0),start>this.length)return"";if((void 0===end||end>this.length)&&(end=this.length),end<=0)return"";if(end>>>=0,start>>>=0,end<=start)return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(0===buffer.length)return-1;if("string"==typeof byteOffset?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,isNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0){if(!dir)return-1;byteOffset=0}if("string"==typeof val&&(val=Buffer.from(val,encoding)),Buffer.isBuffer(val))return 0===val.length?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if("number"==typeof val)return val=255&val,Buffer.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){function read(buf,i){return 1===indexSize?buf[i]:buf.readUInt16BE(i*indexSize)}var indexSize=1,arrLength=arr.length,valLength=val.length;if(void 0!==encoding&&(encoding=String(encoding).toLowerCase(),"ucs2"===encoding||"ucs-2"===encoding||"utf16le"===encoding||"utf-16le"===encoding)){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}var i;if(dir){var foundIndex=-1;for(i=byteOffset;iarrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;jremaining&&(length=remaining)):length=remaining;var strLen=string.length;if(strLen%2!==0)throw new TypeError("Invalid hex string");length>strLen/2&&(length=strLen/2);for(var i=0;i239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],128===(192&secondByte)&&(tempCodePoint=(31&firstByte)<<6|63&secondByte,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],128===(192&secondByte)&&128===(192&thirdByte)&&(tempCodePoint=(15&firstByte)<<12|(63&secondByte)<<6|63&thirdByte,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],128===(192&secondByte)&&128===(192&thirdByte)&&128===(192&fourthByte)&&(tempCodePoint=(15&firstByte)<<18|(63&secondByte)<<12|(63&thirdByte)<<6|63&fourthByte,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}null===codePoint?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|1023&codePoint),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;ilen)&&(end=len);for(var out="",i=start;ilength)throw new RangeError("Trying to access beyond buffer length")}function checkInt(buf,value,offset,ext,max,min){if(!Buffer.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||valuebuf.length)throw new RangeError("Index out of range")}function objectWriteUInt16(buf,value,offset,littleEndian){value<0&&(value=65535+value+1);for(var i=0,j=Math.min(buf.length-offset,2);i>>8*(littleEndian?i:1-i)}function objectWriteUInt32(buf,value,offset,littleEndian){value<0&&(value=4294967295+value+1);for(var i=0,j=Math.min(buf.length-offset,4);i>>8*(littleEndian?i:3-i)&255}function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return noAssert||checkIEEE754(buf,value,offset,4,3.4028234663852886e38,-3.4028234663852886e38),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}function writeDouble(buf,value,offset,littleEndian,noAssert){return noAssert||checkIEEE754(buf,value,offset,8,1.7976931348623157e308,-1.7976931348623157e308),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}function base64clean(str){if(str=stringtrim(str).replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str+="=";return str}function stringtrim(str){return str.trim?str.trim():str.replace(/^\s+|\s+$/g,"")}function toHex(n){return n<16?"0"+n.toString(16):n.toString(16)}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,63&codePoint|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,63&codePoint|128)}else{if(!(codePoint<1114112))throw new Error("Invalid code point");if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,63&codePoint|128)}}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isnan(val){return val!==val}var base64=require("base64-js"),ieee754=require("ieee754"),isArray=require("isarray");exports.Buffer=Buffer,exports.SlowBuffer=SlowBuffer,exports.INSPECT_MAX_BYTES=50,Buffer.TYPED_ARRAY_SUPPORT=void 0!==global.TYPED_ARRAY_SUPPORT?global.TYPED_ARRAY_SUPPORT:typedArraySupport(),exports.kMaxLength=kMaxLength(),Buffer.poolSize=8192,Buffer._augment=function(arr){return arr.__proto__=Buffer.prototype,arr},Buffer.from=function(value,encodingOrOffset,length){return from(null,value,encodingOrOffset,length)},Buffer.TYPED_ARRAY_SUPPORT&&(Buffer.prototype.__proto__=Uint8Array.prototype,Buffer.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&Buffer[Symbol.species]===Buffer&&Object.defineProperty(Buffer,Symbol.species,{value:null,configurable:!0})),Buffer.alloc=function(size,fill,encoding){return alloc(null,size,fill,encoding)},Buffer.allocUnsafe=function(size){return allocUnsafe(null,size)},Buffer.allocUnsafeSlow=function(size){return allocUnsafe(null,size)},Buffer.isBuffer=function(b){return!(null==b||!b._isBuffer)},Buffer.compare=function(a,b){if(!Buffer.isBuffer(a)||!Buffer.isBuffer(b))throw new TypeError("Arguments must be Buffers");if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i0&&(str=this.toString("hex",0,max).match(/.{2}/g).join(" "),this.length>max&&(str+=" ... ")),""},Buffer.prototype.compare=function(target,start,end,thisStart,thisEnd){if(!Buffer.isBuffer(target))throw new TypeError("Argument must be a Buffer");if(void 0===start&&(start=0),void 0===end&&(end=target?target.length:0),void 0===thisStart&&(thisStart=0),void 0===thisEnd&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;iremaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":return asciiWrite(this,string,offset,length);case"latin1":case"binary":return latin1Write(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}},Buffer.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var MAX_ARGUMENTS_LENGTH=4096;Buffer.prototype.slice=function(start,end){var len=this.length;start=~~start,end=void 0===end?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end0&&(mul*=256);)val+=this[offset+--byteLength]*mul; -return val},Buffer.prototype.readUInt8=function(offset,noAssert){return noAssert||checkOffset(offset,1,this.length),this[offset]},Buffer.prototype.readUInt16LE=function(offset,noAssert){return noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8},Buffer.prototype.readUInt16BE=function(offset,noAssert){return noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]},Buffer.prototype.readUInt32LE=function(offset,noAssert){return noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+16777216*this[offset+3]},Buffer.prototype.readUInt32BE=function(offset,noAssert){return noAssert||checkOffset(offset,4,this.length),16777216*this[offset]+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])},Buffer.prototype.readIntLE=function(offset,byteLength,noAssert){offset=0|offset,byteLength=0|byteLength,noAssert||checkOffset(offset,byteLength,this.length);for(var val=this[offset],mul=1,i=0;++i=mul&&(val-=Math.pow(2,8*byteLength)),val},Buffer.prototype.readIntBE=function(offset,byteLength,noAssert){offset=0|offset,byteLength=0|byteLength,noAssert||checkOffset(offset,byteLength,this.length);for(var i=byteLength,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength)),val},Buffer.prototype.readInt8=function(offset,noAssert){return noAssert||checkOffset(offset,1,this.length),128&this[offset]?(255-this[offset]+1)*-1:this[offset]},Buffer.prototype.readInt16LE=function(offset,noAssert){noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return 32768&val?4294901760|val:val},Buffer.prototype.readInt16BE=function(offset,noAssert){noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return 32768&val?4294901760|val:val},Buffer.prototype.readInt32LE=function(offset,noAssert){return noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24},Buffer.prototype.readInt32BE=function(offset,noAssert){return noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]},Buffer.prototype.readFloatLE=function(offset,noAssert){return noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)},Buffer.prototype.readFloatBE=function(offset,noAssert){return noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)},Buffer.prototype.readDoubleLE=function(offset,noAssert){return noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)},Buffer.prototype.readDoubleBE=function(offset,noAssert){return noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)},Buffer.prototype.writeUIntLE=function(value,offset,byteLength,noAssert){if(value=+value,offset=0|offset,byteLength=0|byteLength,!noAssert){var maxBytes=Math.pow(2,8*byteLength)-1;checkInt(this,value,offset,byteLength,maxBytes,0)}var mul=1,i=0;for(this[offset]=255&value;++i=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength},Buffer.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,1,255,0),Buffer.TYPED_ARRAY_SUPPORT||(value=Math.floor(value)),this[offset]=255&value,offset+1},Buffer.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,2,65535,0),Buffer.TYPED_ARRAY_SUPPORT?(this[offset]=255&value,this[offset+1]=value>>>8):objectWriteUInt16(this,value,offset,!0),offset+2},Buffer.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,2,65535,0),Buffer.TYPED_ARRAY_SUPPORT?(this[offset]=value>>>8,this[offset+1]=255&value):objectWriteUInt16(this,value,offset,!1),offset+2},Buffer.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,4,4294967295,0),Buffer.TYPED_ARRAY_SUPPORT?(this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=255&value):objectWriteUInt32(this,value,offset,!0),offset+4},Buffer.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,4,4294967295,0),Buffer.TYPED_ARRAY_SUPPORT?(this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=255&value):objectWriteUInt32(this,value,offset,!1),offset+4},Buffer.prototype.writeIntLE=function(value,offset,byteLength,noAssert){if(value=+value,offset=0|offset,!noAssert){var limit=Math.pow(2,8*byteLength-1);checkInt(this,value,offset,byteLength,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=255&value;++i>0)-sub&255;return offset+byteLength},Buffer.prototype.writeIntBE=function(value,offset,byteLength,noAssert){if(value=+value,offset=0|offset,!noAssert){var limit=Math.pow(2,8*byteLength-1);checkInt(this,value,offset,byteLength,limit-1,-limit)}var i=byteLength-1,mul=1,sub=0;for(this[offset+i]=255&value;--i>=0&&(mul*=256);)value<0&&0===sub&&0!==this[offset+i+1]&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength},Buffer.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,1,127,-128),Buffer.TYPED_ARRAY_SUPPORT||(value=Math.floor(value)),value<0&&(value=255+value+1),this[offset]=255&value,offset+1},Buffer.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,2,32767,-32768),Buffer.TYPED_ARRAY_SUPPORT?(this[offset]=255&value,this[offset+1]=value>>>8):objectWriteUInt16(this,value,offset,!0),offset+2},Buffer.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,2,32767,-32768),Buffer.TYPED_ARRAY_SUPPORT?(this[offset]=value>>>8,this[offset+1]=255&value):objectWriteUInt16(this,value,offset,!1),offset+2},Buffer.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),Buffer.TYPED_ARRAY_SUPPORT?(this[offset]=255&value,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24):objectWriteUInt32(this,value,offset,!0),offset+4},Buffer.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),Buffer.TYPED_ARRAY_SUPPORT?(this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=255&value):objectWriteUInt32(this,value,offset,!1),offset+4},Buffer.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)},Buffer.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)},Buffer.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)},Buffer.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)},Buffer.prototype.copy=function(target,targetStart,start,end){if(start||(start=0),end||0===end||(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end=this.length)throw new RangeError("sourceStart out of bounds");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart=0;--i)target[i+targetStart]=this[i+start];else if(len<1e3||!Buffer.TYPED_ARRAY_SUPPORT)for(i=0;i>>=0,end=void 0===end?this.length:end>>>0,val||(val=0);var i;if("number"==typeof val)for(i=start;i0&&this._events[type].length>m&&(this._events[type].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[type].length),"function"==typeof console.trace&&console.trace())),this},EventEmitter.prototype.on=EventEmitter.prototype.addListener,EventEmitter.prototype.once=function(type,listener){function g(){this.removeListener(type,g),fired||(fired=!0,listener.apply(this,arguments))}if(!isFunction(listener))throw TypeError("listener must be a function");var fired=!1;return g.listener=listener,this.on(type,g),this},EventEmitter.prototype.removeListener=function(type,listener){var list,position,length,i;if(!isFunction(listener))throw TypeError("listener must be a function");if(!this._events||!this._events[type])return this;if(list=this._events[type],length=list.length,position=-1,list===listener||isFunction(list.listener)&&list.listener===listener)delete this._events[type],this._events.removeListener&&this.emit("removeListener",type,listener);else if(isObject(list)){for(i=length;i-- >0;)if(list[i]===listener||list[i].listener&&list[i].listener===listener){position=i;break}if(position<0)return this;1===list.length?(list.length=0,delete this._events[type]):list.splice(position,1),this._events.removeListener&&this.emit("removeListener",type,listener)}return this},EventEmitter.prototype.removeAllListeners=function(type){var key,listeners;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[type]&&delete this._events[type],this;if(0===arguments.length){for(key in this._events)"removeListener"!==key&&this.removeAllListeners(key);return this.removeAllListeners("removeListener"),this._events={},this}if(listeners=this._events[type],isFunction(listeners))this.removeListener(type,listeners);else if(listeners)for(;listeners.length;)this.removeListener(type,listeners[listeners.length-1]);return delete this._events[type],this},EventEmitter.prototype.listeners=function(type){var ret;return ret=this._events&&this._events[type]?isFunction(this._events[type])?[this._events[type]]:this._events[type].slice():[]},EventEmitter.prototype.listenerCount=function(type){if(this._events){var evlistener=this._events[type];if(isFunction(evlistener))return 1;if(evlistener)return evlistener.length}return 0},EventEmitter.listenerCount=function(emitter,type){return emitter.listenerCount(type)}},{}],9:[function(require,module,exports){var http=require("http"),https=module.exports;for(var key in http)http.hasOwnProperty(key)&&(https[key]=http[key]);https.request=function(params,cb){return params||(params={}),params.scheme="https",params.protocol="https:",http.request.call(this,params,cb)}},{http:49}],10:[function(require,module,exports){exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=8*nBytes-mLen-1,eMax=(1<>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=256*e+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=256*m+buffer[offset+i],i+=d,nBits-=8);if(0===e)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m+=Math.pow(2,mLen),e-=eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)},exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=8*nBytes-mLen-1,eMax=(1<>1,rt=23===mLen?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||0===value&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),value+=e+eBias>=1?rt/c:rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e+=eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=255&m,i+=d,m/=256,mLen-=8);for(e=e<0;buffer[offset+i]=255&e,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=128*s}},{}],11:[function(require,module,exports){"function"==typeof Object.create?module.exports=function(ctor,superCtor){ctor.super_=superCtor,ctor.prototype=Object.create(superCtor.prototype,{constructor:{value:ctor,enumerable:!1,writable:!0,configurable:!0}})}:module.exports=function(ctor,superCtor){ctor.super_=superCtor;var TempCtor=function(){};TempCtor.prototype=superCtor.prototype,ctor.prototype=new TempCtor,ctor.prototype.constructor=ctor}},{}],12:[function(require,module,exports){function isBuffer(obj){return!!obj.constructor&&"function"==typeof obj.constructor.isBuffer&&obj.constructor.isBuffer(obj)}function isSlowBuffer(obj){return"function"==typeof obj.readFloatLE&&"function"==typeof obj.slice&&isBuffer(obj.slice(0,0))}module.exports=function(obj){return null!=obj&&(isBuffer(obj)||isSlowBuffer(obj)||!!obj._isBuffer)}},{}],13:[function(require,module,exports){var toString={}.toString;module.exports=Array.isArray||function(arr){return"[object Array]"==toString.call(arr)}},{}],14:[function(require,module,exports){function arrayMap(array,iteratee){for(var index=-1,length=array.length,result=Array(length);++indexlength?0:length+start),end=void 0===end||end>length?length:+end||0,end<0&&(end+=length),length=start>end?0:end-start>>>0,start>>>=0;for(var result=Array(length);++index-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function toObject(value){return isObject(value)?value:Object(value)}function isObject(value){var type=typeof value;return!!value&&("object"==type||"function"==type)}var keys=require("lodash.keys"),MAX_SAFE_INTEGER=9007199254740991,baseEach=createBaseEach(baseForOwn),baseFor=createBaseFor(),getLength=baseProperty("length");module.exports=baseEach},{"lodash.keys":31}],19:[function(require,module,exports){function isObjectLike(value){return!!value&&"object"==typeof value}function arraySome(array,predicate){for(var index=-1,length=array.length;++indexarrLength))return!1;for(;++index2?sources[length-2]:void 0,guard=length>2?sources[2]:void 0,thisArg=length>1?sources[length-1]:void 0;for("function"==typeof customizer?(customizer=bindCallback(customizer,thisArg,5),length-=2):(customizer="function"==typeof thisArg?thisArg:void 0,length-=customizer?1:0),guard&&isIterateeCall(sources[0],sources[1],guard)&&(customizer=length<3?void 0:customizer,length=1);++index-1&&value%1==0&&value-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function isObject(value){var type=typeof value;return!!value&&("object"==type||"function"==type)}var reIsUint=/^\d+$/,MAX_SAFE_INTEGER=9007199254740991,getLength=baseProperty("length");module.exports=isIterateeCall},{}],24:[function(require,module,exports){(function(global){function checkGlobal(value){return value&&value.Object===Object?value:null}var objectTypes={"function":!0,object:!0},freeExports=objectTypes[typeof exports]&&exports&&!exports.nodeType?exports:void 0,freeModule=objectTypes[typeof module]&&module&&!module.nodeType?module:void 0,freeGlobal=checkGlobal(freeExports&&freeModule&&"object"==typeof global&&global),freeSelf=checkGlobal(objectTypes[typeof self]&&self),freeWindow=checkGlobal(objectTypes[typeof window]&&window),thisGlobal=checkGlobal(objectTypes[typeof this]&&this),root=freeGlobal||freeWindow!==(thisGlobal&&thisGlobal.window)&&freeWindow||freeSelf||thisGlobal||Function("return this")();module.exports=root}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],25:[function(require,module,exports){function assignWith(object,source,customizer){for(var index=-1,props=keys(source),length=props.length;++index=lower?number:lower)),number}function isFunction(value){var tag=isObject(value)?objectToString.call(value):"";return tag==funcTag||tag==genTag}function isObject(value){var type=typeof value;return!!value&&("object"==type||"function"==type)}function isObjectLike(value){return!!value&&"object"==typeof value}function isSymbol(value){return"symbol"==typeof value||isObjectLike(value)&&objectToString.call(value)==symbolTag}function toInteger(value){if(!value)return 0===value?value:0;if(value=toNumber(value),value===INFINITY||value===-INFINITY){var sign=value<0?-1:1;return sign*MAX_INTEGER}var remainder=value%1;return value===value?remainder?value-remainder:value:0}function toNumber(value){if(isObject(value)){var other=isFunction(value.valueOf)?value.valueOf():value;value=isObject(other)?other+"":other}if("string"!=typeof value)return 0===value?value:+value;value=value.replace(reTrim,"");var isBinary=reIsBinary.test(value);return isBinary||reIsOctal.test(value)?freeParseInt(value.slice(2),isBinary?2:8):reIsBadHex.test(value)?NAN:+value}function toString(value){if("string"==typeof value)return value;if(null==value)return"";if(isSymbol(value))return Symbol?symbolToString.call(value):"";var result=value+"";return"0"==result&&1/value==-INFINITY?"-0":result}function endsWith(string,target,position){string=toString(string),target="string"==typeof target?target:target+"";var length=string.length;return position=void 0===position?length:baseClamp(toInteger(position),0,length),position-=target.length,position>=0&&string.indexOf(target,position)==position}var root=require("lodash._root"),INFINITY=1/0,MAX_INTEGER=1.7976931348623157e308,NAN=NaN,funcTag="[object Function]",genTag="[object GeneratorFunction]",symbolTag="[object Symbol]",reTrim=/^\s+|\s+$/g,reIsBadHex=/^[-+]0x[0-9a-f]+$/i,reIsBinary=/^0b[01]+$/i,reIsOctal=/^0o[0-7]+$/i,freeParseInt=parseInt,objectProto=Object.prototype,objectToString=objectProto.toString,Symbol=root.Symbol,symbolProto=Symbol?Symbol.prototype:void 0,symbolToString=Symbol?symbolProto.toString:void 0;module.exports=endsWith},{"lodash._root":24}],27:[function(require,module,exports){function isArguments(value){return isArrayLikeObject(value)&&hasOwnProperty.call(value,"callee")&&(!propertyIsEnumerable.call(value,"callee")||objectToString.call(value)==argsTag)}function isArrayLike(value){return null!=value&&isLength(value.length)&&!isFunction(value)}function isArrayLikeObject(value){return isObjectLike(value)&&isArrayLike(value)}function isFunction(value){var tag=isObject(value)?objectToString.call(value):"";return tag==funcTag||tag==genTag}function isLength(value){return"number"==typeof value&&value>-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function isObject(value){var type=typeof value;return!!value&&("object"==type||"function"==type)}function isObjectLike(value){return!!value&&"object"==typeof value}var MAX_SAFE_INTEGER=9007199254740991,argsTag="[object Arguments]",funcTag="[object Function]",genTag="[object GeneratorFunction]",objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty,objectToString=objectProto.toString,propertyIsEnumerable=objectProto.propertyIsEnumerable;module.exports=isArguments},{}],28:[function(require,module,exports){function isObjectLike(value){return!!value&&"object"==typeof value}function getNative(object,key){var value=null==object?void 0:object[key];return isNative(value)?value:void 0}function isLength(value){return"number"==typeof value&&value>-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function isFunction(value){return isObject(value)&&objToString.call(value)==funcTag}function isObject(value){var type=typeof value;return!!value&&("object"==type||"function"==type)}function isNative(value){return null!=value&&(isFunction(value)?reIsNative.test(fnToString.call(value)):isObjectLike(value)&&reIsHostCtor.test(value))}var arrayTag="[object Array]",funcTag="[object Function]",reIsHostCtor=/^\[object .+?Constructor\]$/,objectProto=Object.prototype,fnToString=Function.prototype.toString,hasOwnProperty=objectProto.hasOwnProperty,objToString=objectProto.toString,reIsNative=RegExp("^"+fnToString.call(hasOwnProperty).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),nativeIsArray=getNative(Array,"isArray"),MAX_SAFE_INTEGER=9007199254740991,isArray=nativeIsArray||function(value){return isObjectLike(value)&&isLength(value.length)&&objToString.call(value)==arrayTag};module.exports=isArray},{}],29:[function(require,module,exports){function isObjectLike(value){return!!value&&"object"==typeof value}function isString(value){return"string"==typeof value||isObjectLike(value)&&objToString.call(value)==stringTag}var stringTag="[object String]",objectProto=Object.prototype,objToString=objectProto.toString;module.exports=isString},{}],30:[function(require,module,exports){function isLength(value){return"number"==typeof value&&value>-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function isObjectLike(value){return!!value&&"object"==typeof value}function isTypedArray(value){return isObjectLike(value)&&isLength(value.length)&&!!typedArrayTags[objectToString.call(value)]}var MAX_SAFE_INTEGER=9007199254740991,argsTag="[object Arguments]",arrayTag="[object Array]",boolTag="[object Boolean]",dateTag="[object Date]",errorTag="[object Error]",funcTag="[object Function]",mapTag="[object Map]",numberTag="[object Number]",objectTag="[object Object]",regexpTag="[object RegExp]",setTag="[object Set]",stringTag="[object String]",weakMapTag="[object WeakMap]",arrayBufferTag="[object ArrayBuffer]",dataViewTag="[object DataView]",float32Tag="[object Float32Array]",float64Tag="[object Float64Array]",int8Tag="[object Int8Array]",int16Tag="[object Int16Array]",int32Tag="[object Int32Array]",uint8Tag="[object Uint8Array]",uint8ClampedTag="[object Uint8ClampedArray]",uint16Tag="[object Uint16Array]",uint32Tag="[object Uint32Array]",typedArrayTags={};typedArrayTags[float32Tag]=typedArrayTags[float64Tag]=typedArrayTags[int8Tag]=typedArrayTags[int16Tag]=typedArrayTags[int32Tag]=typedArrayTags[uint8Tag]=typedArrayTags[uint8ClampedTag]=typedArrayTags[uint16Tag]=typedArrayTags[uint32Tag]=!0,typedArrayTags[argsTag]=typedArrayTags[arrayTag]=typedArrayTags[arrayBufferTag]=typedArrayTags[boolTag]=typedArrayTags[dataViewTag]=typedArrayTags[dateTag]=typedArrayTags[errorTag]=typedArrayTags[funcTag]=typedArrayTags[mapTag]=typedArrayTags[numberTag]=typedArrayTags[objectTag]=typedArrayTags[regexpTag]=typedArrayTags[setTag]=typedArrayTags[stringTag]=typedArrayTags[weakMapTag]=!1;var objectProto=Object.prototype,objectToString=objectProto.toString;module.exports=isTypedArray},{}],31:[function(require,module,exports){function baseProperty(key){return function(object){return null==object?void 0:object[key]}}function isArrayLike(value){return null!=value&&isLength(getLength(value))}function isIndex(value,length){return value="number"==typeof value||reIsUint.test(value)?+value:-1,length=null==length?MAX_SAFE_INTEGER:length,value>-1&&value%1==0&&value-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function shimKeys(object){for(var props=keysIn(object),propsLength=props.length,length=propsLength&&object.length,allowIndexes=!!length&&isLength(length)&&(isArray(object)||isArguments(object)),index=-1,result=[];++index0;++index-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function map(collection,iteratee,thisArg){var func=isArray(collection)?arrayMap:baseMap;return iteratee=baseCallback(iteratee,thisArg,3),func(collection,iteratee)}var arrayMap=require("lodash._arraymap"),baseCallback=require("lodash._basecallback"),baseEach=require("lodash._baseeach"),isArray=require("lodash.isarray"),MAX_SAFE_INTEGER=9007199254740991,getLength=baseProperty("length");module.exports=map},{"lodash._arraymap":14,"lodash._basecallback":16,"lodash._baseeach":18,"lodash.isarray":28}],34:[function(require,module,exports){function toObject(value){return isObject(value)?value:Object(value)}function isObject(value){var type=typeof value;return!!value&&("object"==type||"function"==type)}function pairs(object){object=toObject(object);for(var index=-1,props=keys(object),length=props.length,result=Array(length);++index1)for(var i=1;i1&&(result=parts[0]+"@",string=parts[1]),string=string.replace(regexSeparators,".");var labels=string.split("."),encoded=map(labels,fn).join(".");return result+encoded}function ucs2decode(string){for(var value,extra,output=[],counter=0,length=string.length;counter=55296&&value<=56319&&counter65535&&(value-=65536,output+=stringFromCharCode(value>>>10&1023|55296),value=56320|1023&value),output+=stringFromCharCode(value)}).join("")}function basicToDigit(codePoint){return codePoint-48<10?codePoint-22:codePoint-65<26?codePoint-65:codePoint-97<26?codePoint-97:base}function digitToBasic(digit,flag){return digit+22+75*(digit<26)-((0!=flag)<<5)}function adapt(delta,numPoints,firstTime){var k=0;for(delta=firstTime?floor(delta/damp):delta>>1,delta+=floor(delta/numPoints);delta>baseMinusTMin*tMax>>1;k+=base)delta=floor(delta/baseMinusTMin);return floor(k+(baseMinusTMin+1)*delta/(delta+skew))}function decode(input){var out,basic,j,index,oldi,w,k,digit,t,baseMinusT,output=[],inputLength=input.length,i=0,n=initialN,bias=initialBias;for(basic=input.lastIndexOf(delimiter),basic<0&&(basic=0),j=0;j=128&&error("not-basic"),output.push(input.charCodeAt(j));for(index=basic>0?basic+1:0;index=inputLength&&error("invalid-input"),digit=basicToDigit(input.charCodeAt(index++)),(digit>=base||digit>floor((maxInt-i)/w))&&error("overflow"),i+=digit*w,t=k<=bias?tMin:k>=bias+tMax?tMax:k-bias,!(digitfloor(maxInt/baseMinusT)&&error("overflow"),w*=baseMinusT;out=output.length+1,bias=adapt(i-oldi,out,0==oldi),floor(i/out)>maxInt-n&&error("overflow"),n+=floor(i/out),i%=out,output.splice(i++,0,n)}return ucs2encode(output)}function encode(input){var n,delta,handledCPCount,basicLength,bias,j,m,q,k,t,currentValue,inputLength,handledCPCountPlusOne,baseMinusT,qMinusT,output=[];for(input=ucs2decode(input),inputLength=input.length,n=initialN,delta=0,bias=initialBias,j=0;j=n&¤tValuefloor((maxInt-delta)/handledCPCountPlusOne)&&error("overflow"),delta+=(m-n)*handledCPCountPlusOne,n=m,j=0;jmaxInt&&error("overflow"),currentValue==n){for(q=delta,k=base;t=k<=bias?tMin:k>=bias+tMax?tMax:k-bias,!(q= 0x80 (not a basic code point)","invalid-input":"Invalid input"},baseMinusTMin=base-tMin,floor=Math.floor,stringFromCharCode=String.fromCharCode;if(punycode={version:"1.4.1",ucs2:{decode:ucs2decode,encode:ucs2encode},decode:decode,encode:encode,toASCII:toASCII,toUnicode:toUnicode},"function"==typeof define&&"object"==typeof define.amd&&define.amd)define("punycode",function(){return punycode});else if(freeExports&&freeModule)if(module.exports==freeExports)freeModule.exports=punycode;else for(key in punycode)punycode.hasOwnProperty(key)&&(freeExports[key]=punycode[key]);else root.punycode=punycode}(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],39:[function(require,module,exports){"use strict";function hasOwnProperty(obj,prop){return Object.prototype.hasOwnProperty.call(obj,prop)}module.exports=function(qs,sep,eq,options){sep=sep||"&",eq=eq||"=";var obj={};if("string"!=typeof qs||0===qs.length)return obj;var regexp=/\+/g;qs=qs.split(sep);var maxKeys=1e3;options&&"number"==typeof options.maxKeys&&(maxKeys=options.maxKeys);var len=qs.length;maxKeys>0&&len>maxKeys&&(len=maxKeys);for(var i=0;i=0?(kstr=x.substr(0,idx),vstr=x.substr(idx+1)):(kstr=x,vstr=""),k=decodeURIComponent(kstr),v=decodeURIComponent(vstr),hasOwnProperty(obj,k)?isArray(obj[k])?obj[k].push(v):obj[k]=[obj[k],v]:obj[k]=v}return obj};var isArray=Array.isArray||function(xs){return"[object Array]"===Object.prototype.toString.call(xs)}},{}],40:[function(require,module,exports){"use strict";function map(xs,f){if(xs.map)return xs.map(f);for(var res=[],i=0;i0)if(state.ended&&!addToFront){var e=new Error("stream.push() after EOF");stream.emit("error",e)}else if(state.endEmitted&&addToFront){var _e=new Error("stream.unshift() after end event");stream.emit("error",_e)}else{var skipAdd;!state.decoder||addToFront||encoding||(chunk=state.decoder.write(chunk),skipAdd=!state.objectMode&&0===chunk.length),addToFront||(state.reading=!1),skipAdd||(state.flowing&&0===state.length&&!state.sync?(stream.emit("data",chunk),stream.read(0)):(state.length+=state.objectMode?1:chunk.length,addToFront?state.buffer.unshift(chunk):state.buffer.push(chunk),state.needReadable&&emitReadable(stream))),maybeReadMore(stream,state)}else addToFront||(state.reading=!1);return needMoreData(state)}function needMoreData(state){return!state.ended&&(state.needReadable||state.length=MAX_HWM?n=MAX_HWM:(n--,n|=n>>>1,n|=n>>>2,n|=n>>>4,n|=n>>>8,n|=n>>>16,n++),n}function howMuchToRead(n,state){return n<=0||0===state.length&&state.ended?0:state.objectMode?1:n!==n?state.flowing&&state.length?state.buffer.head.data.length:state.length:(n>state.highWaterMark&&(state.highWaterMark=computeNewHighWaterMark(n)),n<=state.length?n:state.ended?state.length:(state.needReadable=!0,0))}function chunkInvalid(state,chunk){var er=null;return Buffer.isBuffer(chunk)||"string"==typeof chunk||null===chunk||void 0===chunk||state.objectMode||(er=new TypeError("Invalid non-string/buffer chunk")),er}function onEofChunk(stream,state){if(!state.ended){if(state.decoder){var chunk=state.decoder.end();chunk&&chunk.length&&(state.buffer.push(chunk),state.length+=state.objectMode?1:chunk.length)}state.ended=!0,emitReadable(stream)}}function emitReadable(stream){var state=stream._readableState;state.needReadable=!1,state.emittedReadable||(debug("emitReadable",state.flowing),state.emittedReadable=!0,state.sync?processNextTick(emitReadable_,stream):emitReadable_(stream))}function emitReadable_(stream){debug("emit readable"),stream.emit("readable"),flow(stream)}function maybeReadMore(stream,state){state.readingMore||(state.readingMore=!0,processNextTick(maybeReadMore_,stream,state))}function maybeReadMore_(stream,state){for(var len=state.length;!state.reading&&!state.flowing&&!state.ended&&state.length=state.length?(ret=state.decoder?state.buffer.join(""):1===state.buffer.length?state.buffer.head.data:state.buffer.concat(state.length),state.buffer.clear()):ret=fromListPartial(n,state.buffer,state.decoder),ret}function fromListPartial(n,list,hasStrings){var ret;return nstr.length?str.length:n;if(ret+=nb===str.length?str:str.slice(0,n),n-=nb,0===n){nb===str.length?(++c,p.next?list.head=p.next:list.head=list.tail=null):(list.head=p,p.data=str.slice(nb));break}++c}return list.length-=c,ret}function copyFromBuffer(n,list){var ret=bufferShim.allocUnsafe(n),p=list.head,c=1;for(p.data.copy(ret),n-=p.data.length;p=p.next;){var buf=p.data,nb=n>buf.length?buf.length:n;if(buf.copy(ret,ret.length-n,0,nb),n-=nb,0===n){nb===buf.length?(++c,p.next?list.head=p.next:list.head=list.tail=null):(list.head=p,p.data=buf.slice(nb));break}++c}return list.length-=c,ret}function endReadable(stream){var state=stream._readableState;if(state.length>0)throw new Error('"endReadable()" called on non-empty stream');state.endEmitted||(state.ended=!0,processNextTick(endReadableNT,state,stream))}function endReadableNT(state,stream){state.endEmitted||0!==state.length||(state.endEmitted=!0,stream.readable=!1,stream.emit("end"))}function forEach(xs,f){for(var i=0,l=xs.length;i=state.highWaterMark||state.ended))return debug("read: emitReadable",state.length,state.ended),0===state.length&&state.ended?endReadable(this):emitReadable(this),null;if(n=howMuchToRead(n,state),0===n&&state.ended)return 0===state.length&&endReadable(this),null;var doRead=state.needReadable;debug("need readable",doRead),(0===state.length||state.length-n0?fromList(n,state):null,null===ret?(state.needReadable=!0,n=0):state.length-=n,0===state.length&&(state.ended||(state.needReadable=!0),nOrig!==n&&state.ended&&endReadable(this)),null!==ret&&this.emit("data",ret),ret},Readable.prototype._read=function(n){this.emit("error",new Error("not implemented"))},Readable.prototype.pipe=function(dest,pipeOpts){function onunpipe(readable){debug("onunpipe"),readable===src&&cleanup()}function onend(){debug("onend"),dest.end()}function cleanup(){debug("cleanup"),dest.removeListener("close",onclose),dest.removeListener("finish",onfinish),dest.removeListener("drain",ondrain),dest.removeListener("error",onerror),dest.removeListener("unpipe",onunpipe),src.removeListener("end",onend),src.removeListener("end",cleanup),src.removeListener("data",ondata),cleanedUp=!0,!state.awaitDrain||dest._writableState&&!dest._writableState.needDrain||ondrain()}function ondata(chunk){debug("ondata"),increasedAwaitDrain=!1;var ret=dest.write(chunk);!1!==ret||increasedAwaitDrain||((1===state.pipesCount&&state.pipes===dest||state.pipesCount>1&&indexOf(state.pipes,dest)!==-1)&&!cleanedUp&&(debug("false write response, pause",src._readableState.awaitDrain),src._readableState.awaitDrain++,increasedAwaitDrain=!0),src.pause())}function onerror(er){debug("onerror",er),unpipe(),dest.removeListener("error",onerror),0===EElistenerCount(dest,"error")&&dest.emit("error",er)}function onclose(){dest.removeListener("finish",onfinish),unpipe()}function onfinish(){debug("onfinish"),dest.removeListener("close",onclose),unpipe()}function unpipe(){debug("unpipe"),src.unpipe(dest)}var src=this,state=this._readableState;switch(state.pipesCount){case 0:state.pipes=dest;break;case 1:state.pipes=[state.pipes,dest];break;default:state.pipes.push(dest)}state.pipesCount+=1,debug("pipe count=%d opts=%j",state.pipesCount,pipeOpts);var doEnd=(!pipeOpts||pipeOpts.end!==!1)&&dest!==process.stdout&&dest!==process.stderr,endFn=doEnd?onend:cleanup;state.endEmitted?processNextTick(endFn):src.once("end",endFn),dest.on("unpipe",onunpipe);var ondrain=pipeOnDrain(src);dest.on("drain",ondrain);var cleanedUp=!1,increasedAwaitDrain=!1;return src.on("data",ondata),prependListener(dest,"error",onerror),dest.once("close",onclose),dest.once("finish",onfinish),dest.emit("pipe",src),state.flowing||(debug("pipe resume"),src.resume()),dest},Readable.prototype.unpipe=function(dest){var state=this._readableState;if(0===state.pipesCount)return this;if(1===state.pipesCount)return dest&&dest!==state.pipes?this:(dest||(dest=state.pipes),state.pipes=null,state.pipesCount=0,state.flowing=!1,dest&&dest.emit("unpipe",this),this);if(!dest){var dests=state.pipes,len=state.pipesCount;state.pipes=null,state.pipesCount=0,state.flowing=!1;for(var _i=0;_i-1?setImmediate:processNextTick;Writable.WritableState=WritableState;var util=require("core-util-is");util.inherits=require("inherits");var Stream,internalUtil={deprecate:require("util-deprecate")};!function(){try{Stream=require("stream")}catch(_){}finally{Stream||(Stream=require("events").EventEmitter)}}();var Buffer=require("buffer").Buffer,bufferShim=require("buffer-shims");util.inherits(Writable,Stream);var Duplex;WritableState.prototype.getBuffer=function(){for(var current=this.bufferedRequest,out=[];current;)out.push(current),current=current.next;return out},function(){try{Object.defineProperty(WritableState.prototype,"buffer",{get:internalUtil.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.")})}catch(_){}}();var Duplex;Writable.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},Writable.prototype.write=function(chunk,encoding,cb){var state=this._writableState,ret=!1;return"function"==typeof encoding&&(cb=encoding,encoding=null),Buffer.isBuffer(chunk)?encoding="buffer":encoding||(encoding=state.defaultEncoding),"function"!=typeof cb&&(cb=nop),state.ended?writeAfterEnd(this,cb):validChunk(this,state,chunk,cb)&&(state.pendingcb++,ret=writeOrBuffer(this,state,chunk,encoding,cb)),ret},Writable.prototype.cork=function(){var state=this._writableState;state.corked++},Writable.prototype.uncork=function(){var state=this._writableState;state.corked&&(state.corked--,state.writing||state.corked||state.finished||state.bufferProcessing||!state.bufferedRequest||clearBuffer(this,state))},Writable.prototype.setDefaultEncoding=function(encoding){if("string"==typeof encoding&&(encoding=encoding.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((encoding+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+encoding);return this._writableState.defaultEncoding=encoding,this},Writable.prototype._write=function(chunk,encoding,cb){cb(new Error("not implemented"))},Writable.prototype._writev=null,Writable.prototype.end=function(chunk,encoding,cb){var state=this._writableState;"function"==typeof chunk?(cb=chunk,chunk=null,encoding=null):"function"==typeof encoding&&(cb=encoding,encoding=null),null!==chunk&&void 0!==chunk&&this.write(chunk,encoding),state.corked&&(state.corked=1,this.uncork()),state.ending||state.finished||endWritable(this,state,cb)}}).call(this,require("_process"))},{"./_stream_duplex":42,_process:37,buffer:5,"buffer-shims":4,"core-util-is":7,events:8,inherits:11,"process-nextick-args":36,"util-deprecate":57}],47:[function(require,module,exports){"use strict";function BufferList(){this.head=null,this.tail=null,this.length=0}var bufferShim=(require("buffer").Buffer,require("buffer-shims"));module.exports=BufferList,BufferList.prototype.push=function(v){var entry={data:v,next:null};this.length>0?this.tail.next=entry:this.head=entry,this.tail=entry,++this.length},BufferList.prototype.unshift=function(v){var entry={data:v,next:this.head};0===this.length&&(this.tail=entry),this.head=entry,++this.length},BufferList.prototype.shift=function(){if(0!==this.length){var ret=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,ret}},BufferList.prototype.clear=function(){this.head=this.tail=null,this.length=0},BufferList.prototype.join=function(s){if(0===this.length)return"";for(var p=this.head,ret=""+p.data;p=p.next;)ret+=s+p.data;return ret},BufferList.prototype.concat=function(n){if(0===this.length)return bufferShim.alloc(0);if(1===this.length)return this.head.data;for(var ret=bufferShim.allocUnsafe(n>>>0),p=this.head,i=0;p;)p.data.copy(ret,i),i+=p.data.length,p=p.next;return ret}},{buffer:5,"buffer-shims":4}],48:[function(require,module,exports){(function(process){var Stream=function(){try{return require("stream")}catch(_){}}();exports=module.exports=require("./lib/_stream_readable.js"),exports.Stream=Stream||exports,exports.Readable=exports,exports.Writable=require("./lib/_stream_writable.js"),exports.Duplex=require("./lib/_stream_duplex.js"),exports.Transform=require("./lib/_stream_transform.js"),exports.PassThrough=require("./lib/_stream_passthrough.js"),!process.browser&&"disable"===process.env.READABLE_STREAM&&Stream&&(module.exports=Stream)}).call(this,require("_process"))},{"./lib/_stream_duplex.js":42,"./lib/_stream_passthrough.js":43,"./lib/_stream_readable.js":44,"./lib/_stream_transform.js":45,"./lib/_stream_writable.js":46,_process:37}],49:[function(require,module,exports){(function(global){var ClientRequest=require("./lib/request"),extend=require("xtend"),statusCodes=require("builtin-status-codes"),url=require("url"),http=exports;http.request=function(opts,cb){opts="string"==typeof opts?url.parse(opts):extend(opts);var defaultProtocol=global.location.protocol.search(/^https?:$/)===-1?"http:":"",protocol=opts.protocol||defaultProtocol,host=opts.hostname||opts.host,port=opts.port,path=opts.path||"/";host&&host.indexOf(":")!==-1&&(host="["+host+"]"),opts.url=(host?protocol+"//"+host:"")+(port?":"+port:"")+path,opts.method=(opts.method||"GET").toUpperCase(),opts.headers=opts.headers||{};var req=new ClientRequest(opts);return cb&&req.on("response",cb),req},http.get=function(opts,cb){var req=http.request(opts,cb);return req.end(),req},http.Agent=function(){},http.Agent.defaultMaxSockets=4,http.STATUS_CODES=statusCodes,http.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./lib/request":51,"builtin-status-codes":6,url:55,xtend:58}],50:[function(require,module,exports){(function(global){function checkTypeSupport(type){try{return xhr.responseType=type,xhr.responseType===type}catch(e){}return!1}function isFunction(value){return"function"==typeof value}exports.fetch=isFunction(global.fetch)&&isFunction(global.ReadableStream),exports.blobConstructor=!1;try{new Blob([new ArrayBuffer(1)]),exports.blobConstructor=!0}catch(e){}var xhr=new global.XMLHttpRequest;xhr.open("GET",global.location.host?"/":"https://example.com");var haveArrayBuffer="undefined"!=typeof global.ArrayBuffer,haveSlice=haveArrayBuffer&&isFunction(global.ArrayBuffer.prototype.slice);exports.arraybuffer=haveArrayBuffer&&checkTypeSupport("arraybuffer"),exports.msstream=!exports.fetch&&haveSlice&&checkTypeSupport("ms-stream"),exports.mozchunkedarraybuffer=!exports.fetch&&haveArrayBuffer&&checkTypeSupport("moz-chunked-arraybuffer"),exports.overrideMimeType=isFunction(xhr.overrideMimeType),exports.vbArray=isFunction(global.VBArray),xhr=null}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],51:[function(require,module,exports){(function(process,global,Buffer){function decideMode(preferBinary,useFetch){return capability.fetch&&useFetch?"fetch":capability.mozchunkedarraybuffer?"moz-chunked-arraybuffer":capability.msstream?"ms-stream":capability.arraybuffer&&preferBinary?"arraybuffer":capability.vbArray&&preferBinary?"text:vbarray":"text"}function statusValid(xhr){try{var status=xhr.status;return null!==status&&0!==status}catch(e){return!1}}var capability=require("./capability"),inherits=require("inherits"),response=require("./response"),stream=require("readable-stream"),toArrayBuffer=require("to-arraybuffer"),IncomingMessage=response.IncomingMessage,rStates=response.readyStates,ClientRequest=module.exports=function(opts){var self=this;stream.Writable.call(self),self._opts=opts,self._body=[],self._headers={},opts.auth&&self.setHeader("Authorization","Basic "+new Buffer(opts.auth).toString("base64")),Object.keys(opts.headers).forEach(function(name){self.setHeader(name,opts.headers[name])});var preferBinary,useFetch=!0;if("disable-fetch"===opts.mode)useFetch=!1,preferBinary=!0;else if("prefer-streaming"===opts.mode)preferBinary=!1;else if("allow-wrong-content-type"===opts.mode)preferBinary=!capability.overrideMimeType;else{if(opts.mode&&"default"!==opts.mode&&"prefer-fast"!==opts.mode)throw new Error("Invalid value for opts.mode");preferBinary=!0}self._mode=decideMode(preferBinary,useFetch),self.on("finish",function(){self._onFinish()})};inherits(ClientRequest,stream.Writable),ClientRequest.prototype.setHeader=function(name,value){var self=this,lowerName=name.toLowerCase();unsafeHeaders.indexOf(lowerName)===-1&&(self._headers[lowerName]={name:name,value:value})},ClientRequest.prototype.getHeader=function(name){var self=this;return self._headers[name.toLowerCase()].value},ClientRequest.prototype.removeHeader=function(name){var self=this;delete self._headers[name.toLowerCase()]},ClientRequest.prototype._onFinish=function(){var self=this;if(!self._destroyed){var body,opts=self._opts,headersObj=self._headers;if("POST"!==opts.method&&"PUT"!==opts.method&&"PATCH"!==opts.method||(body=capability.blobConstructor?new global.Blob(self._body.map(function(buffer){return toArrayBuffer(buffer)}),{type:(headersObj["content-type"]||{}).value||""}):Buffer.concat(self._body).toString()),"fetch"===self._mode){var headers=Object.keys(headersObj).map(function(name){return[headersObj[name].name,headersObj[name].value]});global.fetch(self._opts.url,{method:self._opts.method,headers:headers,body:body,mode:"cors",credentials:opts.withCredentials?"include":"same-origin"}).then(function(response){self._fetchResponse=response,self._connect()},function(reason){self.emit("error",reason)})}else{var xhr=self._xhr=new global.XMLHttpRequest;try{xhr.open(self._opts.method,self._opts.url,!0)}catch(err){return void process.nextTick(function(){self.emit("error",err)})}"responseType"in xhr&&(xhr.responseType=self._mode.split(":")[0]),"withCredentials"in xhr&&(xhr.withCredentials=!!opts.withCredentials),"text"===self._mode&&"overrideMimeType"in xhr&&xhr.overrideMimeType("text/plain; charset=x-user-defined"),Object.keys(headersObj).forEach(function(name){xhr.setRequestHeader(headersObj[name].name,headersObj[name].value)}),self._response=null,xhr.onreadystatechange=function(){switch(xhr.readyState){case rStates.LOADING:case rStates.DONE:self._onXHRProgress()}},"moz-chunked-arraybuffer"===self._mode&&(xhr.onprogress=function(){self._onXHRProgress()}),xhr.onerror=function(){self._destroyed||self.emit("error",new Error("XHR error"))};try{xhr.send(body)}catch(err){return void process.nextTick(function(){self.emit("error",err)})}}}},ClientRequest.prototype._onXHRProgress=function(){var self=this;statusValid(self._xhr)&&!self._destroyed&&(self._response||self._connect(),self._response._onXHRProgress())},ClientRequest.prototype._connect=function(){var self=this;self._destroyed||(self._response=new IncomingMessage(self._xhr,self._fetchResponse,self._mode),self.emit("response",self._response))},ClientRequest.prototype._write=function(chunk,encoding,cb){var self=this;self._body.push(chunk),cb()},ClientRequest.prototype.abort=ClientRequest.prototype.destroy=function(){var self=this;self._destroyed=!0,self._response&&(self._response._destroyed=!0),self._xhr&&self._xhr.abort()},ClientRequest.prototype.end=function(data,encoding,cb){var self=this;"function"==typeof data&&(cb=data,data=void 0),stream.Writable.prototype.end.call(self,data,encoding,cb)},ClientRequest.prototype.flushHeaders=function(){},ClientRequest.prototype.setTimeout=function(){},ClientRequest.prototype.setNoDelay=function(){},ClientRequest.prototype.setSocketKeepAlive=function(){};var unsafeHeaders=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","user-agent","via"]}).call(this,require("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},require("buffer").Buffer)},{"./capability":50,"./response":52,_process:37,buffer:5,inherits:11,"readable-stream":48,"to-arraybuffer":54}],52:[function(require,module,exports){(function(process,global,Buffer){var capability=require("./capability"),inherits=require("inherits"),stream=require("readable-stream"),rStates=exports.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},IncomingMessage=exports.IncomingMessage=function(xhr,response,mode){function read(){reader.read().then(function(result){if(!self._destroyed){if(result.done)return void self.push(null);self.push(new Buffer(result.value)),read()}})}var self=this;if(stream.Readable.call(self),self._mode=mode,self.headers={},self.rawHeaders=[],self.trailers={},self.rawTrailers=[],self.on("end",function(){process.nextTick(function(){self.emit("close")})}),"fetch"===mode){self._fetchResponse=response,self.url=response.url,self.statusCode=response.status,self.statusMessage=response.statusText;for(var header,_i,_it=response.headers[Symbol.iterator]();header=(_i=_it.next()).value,!_i.done;)self.headers[header[0].toLowerCase()]=header[1],self.rawHeaders.push(header[0],header[1]);var reader=response.body.getReader();read()}else{self._xhr=xhr,self._pos=0,self.url=xhr.responseURL,self.statusCode=xhr.status,self.statusMessage=xhr.statusText;var headers=xhr.getAllResponseHeaders().split(/\r?\n/);if(headers.forEach(function(header){var matches=header.match(/^([^:]+):\s*(.*)/);if(matches){var key=matches[1].toLowerCase();"set-cookie"===key?(void 0===self.headers[key]&&(self.headers[key]=[]),self.headers[key].push(matches[2])):void 0!==self.headers[key]?self.headers[key]+=", "+matches[2]:self.headers[key]=matches[2],self.rawHeaders.push(matches[1],matches[2])}}),self._charset="x-user-defined",!capability.overrideMimeType){var mimeType=self.rawHeaders["mime-type"];if(mimeType){var charsetMatch=mimeType.match(/;\s*charset=([^;])(;|$)/);charsetMatch&&(self._charset=charsetMatch[1].toLowerCase())}self._charset||(self._charset="utf-8")}}};inherits(IncomingMessage,stream.Readable),IncomingMessage.prototype._read=function(){},IncomingMessage.prototype._onXHRProgress=function(){var self=this,xhr=self._xhr,response=null; -switch(self._mode){case"text:vbarray":if(xhr.readyState!==rStates.DONE)break;try{response=new global.VBArray(xhr.responseBody).toArray()}catch(e){}if(null!==response){self.push(new Buffer(response));break}case"text":try{response=xhr.responseText}catch(e){self._mode="text:vbarray";break}if(response.length>self._pos){var newData=response.substr(self._pos);if("x-user-defined"===self._charset){for(var buffer=new Buffer(newData.length),i=0;iself._pos&&(self.push(new Buffer(new Uint8Array(reader.result.slice(self._pos)))),self._pos=reader.result.byteLength)},reader.onload=function(){self.push(null)},reader.readAsArrayBuffer(response)}self._xhr.readyState===rStates.DONE&&"ms-stream"!==self._mode&&self.push(null)}}).call(this,require("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},require("buffer").Buffer)},{"./capability":50,_process:37,buffer:5,inherits:11,"readable-stream":48}],53:[function(require,module,exports){function assertEncoding(encoding){if(encoding&&!isBufferEncoding(encoding))throw new Error("Unknown encoding: "+encoding)}function passThroughWrite(buffer){return buffer.toString(this.encoding)}function utf16DetectIncompleteChar(buffer){this.charReceived=buffer.length%2,this.charLength=this.charReceived?2:0}function base64DetectIncompleteChar(buffer){this.charReceived=buffer.length%3,this.charLength=this.charReceived?3:0}var Buffer=require("buffer").Buffer,isBufferEncoding=Buffer.isEncoding||function(encoding){switch(encoding&&encoding.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}},StringDecoder=exports.StringDecoder=function(encoding){switch(this.encoding=(encoding||"utf8").toLowerCase().replace(/[-_]/,""),assertEncoding(encoding),this.encoding){case"utf8":this.surrogateSize=3;break;case"ucs2":case"utf16le":this.surrogateSize=2,this.detectIncompleteChar=utf16DetectIncompleteChar;break;case"base64":this.surrogateSize=3,this.detectIncompleteChar=base64DetectIncompleteChar;break;default:return void(this.write=passThroughWrite)}this.charBuffer=new Buffer(6),this.charReceived=0,this.charLength=0};StringDecoder.prototype.write=function(buffer){for(var charStr="";this.charLength;){var available=buffer.length>=this.charLength-this.charReceived?this.charLength-this.charReceived:buffer.length;if(buffer.copy(this.charBuffer,this.charReceived,0,available),this.charReceived+=available,this.charReceived=55296&&charCode<=56319)){if(this.charReceived=this.charLength=0,0===buffer.length)return charStr;break}this.charLength+=this.surrogateSize,charStr=""}this.detectIncompleteChar(buffer);var end=buffer.length;this.charLength&&(buffer.copy(this.charBuffer,0,buffer.length-this.charReceived,end),end-=this.charReceived),charStr+=buffer.toString(this.encoding,0,end);var end=charStr.length-1,charCode=charStr.charCodeAt(end);if(charCode>=55296&&charCode<=56319){var size=this.surrogateSize;return this.charLength+=size,this.charReceived+=size,this.charBuffer.copy(this.charBuffer,size,0,size),buffer.copy(this.charBuffer,0,0,size),charStr.substring(0,end)}return charStr},StringDecoder.prototype.detectIncompleteChar=function(buffer){for(var i=buffer.length>=3?3:buffer.length;i>0;i--){var c=buffer[buffer.length-i];if(1==i&&c>>5==6){this.charLength=2;break}if(i<=2&&c>>4==14){this.charLength=3;break}if(i<=3&&c>>3==30){this.charLength=4;break}}this.charReceived=i},StringDecoder.prototype.end=function(buffer){var res="";if(buffer&&buffer.length&&(res=this.write(buffer)),this.charReceived){var cr=this.charReceived,buf=this.charBuffer,enc=this.encoding;res+=buf.slice(0,cr).toString(enc)}return res}},{buffer:5}],54:[function(require,module,exports){var Buffer=require("buffer").Buffer;module.exports=function(buf){if(buf instanceof Uint8Array){if(0===buf.byteOffset&&buf.byteLength===buf.buffer.byteLength)return buf.buffer;if("function"==typeof buf.buffer.slice)return buf.buffer.slice(buf.byteOffset,buf.byteOffset+buf.byteLength)}if(Buffer.isBuffer(buf)){for(var arrayCopy=new Uint8Array(buf.length),len=buf.length,i=0;i",'"',"`"," ","\r","\n","\t"],unwise=["{","}","|","\\","^","`"].concat(delims),autoEscape=["'"].concat(unwise),nonHostChars=["%","/","?",";","#"].concat(autoEscape),hostEndingChars=["/","?","#"],hostnameMaxLen=255,hostnamePartPattern=/^[+a-z0-9A-Z_-]{0,63}$/,hostnamePartStart=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,unsafeProtocol={javascript:!0,"javascript:":!0},hostlessProtocol={javascript:!0,"javascript:":!0},slashedProtocol={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},querystring=require("querystring");Url.prototype.parse=function(url,parseQueryString,slashesDenoteHost){if(!util.isString(url))throw new TypeError("Parameter 'url' must be a string, not "+typeof url);var queryIndex=url.indexOf("?"),splitter=queryIndex!==-1&&queryIndex127?"x":part[j];if(!newpart.match(hostnamePartPattern)){var validParts=hostparts.slice(0,i),notHost=hostparts.slice(i+1),bit=part.match(hostnamePartStart);bit&&(validParts.push(bit[1]),notHost.unshift(bit[2])),notHost.length&&(rest="/"+notHost.join(".")+rest),this.hostname=validParts.join(".");break}}}this.hostname.length>hostnameMaxLen?this.hostname="":this.hostname=this.hostname.toLowerCase(),ipv6Hostname||(this.hostname=punycode.toASCII(this.hostname));var p=this.port?":"+this.port:"",h=this.hostname||"";this.host=h+p,this.href+=this.host,ipv6Hostname&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==rest[0]&&(rest="/"+rest))}if(!unsafeProtocol[lowerProto])for(var i=0,l=autoEscape.length;i0)&&result.host.split("@");authInHost&&(result.auth=authInHost.shift(),result.host=result.hostname=authInHost.shift())}return result.search=relative.search,result.query=relative.query,util.isNull(result.pathname)&&util.isNull(result.search)||(result.path=(result.pathname?result.pathname:"")+(result.search?result.search:"")),result.href=result.format(),result}if(!srcPath.length)return result.pathname=null,result.search?result.path="/"+result.search:result.path=null,result.href=result.format(),result;for(var last=srcPath.slice(-1)[0],hasTrailingSlash=(result.host||relative.host||srcPath.length>1)&&("."===last||".."===last)||""===last,up=0,i=srcPath.length;i>=0;i--)last=srcPath[i],"."===last?srcPath.splice(i,1):".."===last?(srcPath.splice(i,1),up++):up&&(srcPath.splice(i,1),up--);if(!mustEndAbs&&!removeAllDots)for(;up--;up)srcPath.unshift("..");!mustEndAbs||""===srcPath[0]||srcPath[0]&&"/"===srcPath[0].charAt(0)||srcPath.unshift(""),hasTrailingSlash&&"/"!==srcPath.join("/").substr(-1)&&srcPath.push("");var isAbsolute=""===srcPath[0]||srcPath[0]&&"/"===srcPath[0].charAt(0);if(psychotic){result.hostname=result.host=isAbsolute?"":srcPath.length?srcPath.shift():"";var authInHost=!!(result.host&&result.host.indexOf("@")>0)&&result.host.split("@");authInHost&&(result.auth=authInHost.shift(),result.host=result.hostname=authInHost.shift())}return mustEndAbs=mustEndAbs||result.host&&srcPath.length,mustEndAbs&&!isAbsolute&&srcPath.unshift(""),srcPath.length?result.pathname=srcPath.join("/"):(result.pathname=null,result.path=null),util.isNull(result.pathname)&&util.isNull(result.search)||(result.path=(result.pathname?result.pathname:"")+(result.search?result.search:"")),result.auth=relative.auth||result.auth,result.slashes=result.slashes||relative.slashes,result.href=result.format(),result},Url.prototype.parseHost=function(){var host=this.host,port=portPattern.exec(host);port&&(port=port[0],":"!==port&&(this.port=port.substr(1)),host=host.substr(0,host.length-port.length)),host&&(this.hostname=host)}},{"./util":56,punycode:38,querystring:41}],56:[function(require,module,exports){"use strict";module.exports={isString:function(arg){return"string"==typeof arg},isObject:function(arg){return"object"==typeof arg&&null!==arg},isNull:function(arg){return null===arg},isNullOrUndefined:function(arg){return null==arg}}},{}],57:[function(require,module,exports){(function(global){function deprecate(fn,msg){function deprecated(){if(!warned){if(config("throwDeprecation"))throw new Error(msg);config("traceDeprecation")?console.trace(msg):console.warn(msg),warned=!0}return fn.apply(this,arguments)}if(config("noDeprecation"))return fn;var warned=!1;return deprecated}function config(name){try{if(!global.localStorage)return!1}catch(_){return!1}var val=global.localStorage[name];return null!=val&&"true"===String(val).toLowerCase()}module.exports=deprecate}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],58:[function(require,module,exports){function extend(){for(var target={},i=0;i-1||this.externalResource.data["@context"].indexOf("/1.1/context.json")>-1||this.externalResource.data["@context"].indexOf("/1/context.json")>-1)&&(quality="native");else{var images=this.getImages();if(images&&images.length){var firstImage=images[0],resource=firstImage.getResource(),services=resource.getServices();if(width||(width=resource.getWidth()),services.length){var service=services[0];id=service.id,quality=Manifesto.Utils.getImageQuality(service.getProfile())}}if(!id)return"undefined"==typeof this.__jsonld.thumbnail?null:this.__jsonld.thumbnail}size=width+",";var uri=[id,region,size,rotation,quality+".jpg"].join("/");return uri},Canvas.prototype.getImages=function(){var images=[];if(!this.__jsonld.images)return images;for(var i=0;i1},Manifest.prototype.getViewingDirection=function(){return this.getProperty("viewingDirection")?new Manifesto.ViewingDirection(this.getProperty("viewingDirection")):Manifesto.ViewingDirection.LEFTTORIGHT},Manifest.prototype.getViewingHint=function(){return this.getProperty("viewingHint")?new Manifesto.ViewingHint(this.getProperty("viewingHint")):Manifesto.ViewingHint.EMPTY},Manifest}(Manifesto.IIIFResource);Manifesto.Manifest=Manifest}(Manifesto||(Manifesto={}));var Manifesto,__extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)};!function(Manifesto){var Collection=function(_super){function Collection(jsonld,options){_super.call(this,jsonld,options),this.members=[],this._collections=null,this._manifests=null,jsonld.__collection=this}return __extends(Collection,_super),Collection.prototype.getCollections=function(){return this._collections?this._collections:this._collections=this.members.en().where(function(m){return m.isCollection()}).toArray()},Collection.prototype.getManifests=function(){return this._manifests?this._manifests:this._manifests=this.members.en().where(function(m){return m.isManifest()}).toArray()},Collection.prototype.getCollectionByIndex=function(collectionIndex){var collection=this.getCollections()[collectionIndex];return collection.options.index=collectionIndex,collection.load()},Collection.prototype.getManifestByIndex=function(manifestIndex){var manifest=this.getManifests()[manifestIndex];return manifest.options.index=manifestIndex,manifest.load()},Collection.prototype.getTotalCollections=function(){return this.getCollections().length},Collection.prototype.getTotalManifests=function(){return this.getManifests().length},Collection.prototype.getTotalMembers=function(){return this.members.length},Collection.prototype.getDefaultTree=function(){return _super.prototype.getDefaultTree.call(this),this.defaultTree.data.type=Manifesto.TreeNodeType.COLLECTION.toString(),this._parseManifests(this),this._parseCollections(this),Manifesto.Utils.generateTreeNodeIds(this.defaultTree),this.defaultTree},Collection.prototype._parseManifests=function(parentCollection){if(parentCollection.getManifests()&&parentCollection.getManifests().length)for(var i=0;i=0;i--){var canvas=this.getCanvasByIndex(i),label=Manifesto.TranslationCollection.getValue(canvas.getLabel(),this.options.locale);if(alphanumeric){var regExp=/^[a-zA-Z0-9]*$/;if(regExp.test(label))return label}else if(label)return label}return this.options.defaultLabel},Sequence.prototype.getLastPageIndex=function(){return this.getTotalCanvases()-1},Sequence.prototype.getNextPageIndex=function(canvasIndex,pagingEnabled){var index;if(pagingEnabled){var indices=this.getPagedIndices(canvasIndex);index=this.getViewingDirection().toString()===Manifesto.ViewingDirection.RIGHTTOLEFT.toString()?indices[0]+1:_last(indices)+1}else index=canvasIndex+1;return index>this.getLastPageIndex()?-1:index},Sequence.prototype.getPagedIndices=function(canvasIndex,pagingEnabled){var indices=[];return pagingEnabled?(indices=this.isFirstCanvas(canvasIndex)||this.isLastCanvas(canvasIndex)?[canvasIndex]:canvasIndex%2?[canvasIndex,canvasIndex+1]:[canvasIndex-1,canvasIndex],this.getViewingDirection().toString()===Manifesto.ViewingDirection.RIGHTTOLEFT.toString()&&(indices=indices.reverse())):indices.push(canvasIndex),indices},Sequence.prototype.getPrevPageIndex=function(canvasIndex,pagingEnabled){var index;if(pagingEnabled){var indices=this.getPagedIndices(canvasIndex);index=this.getViewingDirection().toString()===Manifesto.ViewingDirection.RIGHTTOLEFT.toString()?_last(indices)-1:indices[0]-1}else index=canvasIndex-1;return index},Sequence.prototype.getStartCanvasIndex=function(){var startCanvas=this.getStartCanvas();if(startCanvas)for(var i=0;ithis.getTotalCanvases()-1},Sequence.prototype.isFirstCanvas=function(canvasIndex){return 0===canvasIndex},Sequence.prototype.isLastCanvas=function(canvasIndex){return canvasIndex===this.getTotalCanvases()-1},Sequence.prototype.isMultiCanvas=function(){return this.getTotalCanvases()>1},Sequence.prototype.isPagingEnabled=function(){return this.getViewingHint().toString()===Manifesto.ViewingHint.PAGED.toString()},Sequence.prototype.isTotalCanvasesEven=function(){return this.getTotalCanvases()%2===0},Sequence}(Manifesto.ManifestResource);Manifesto.Sequence=Sequence}(Manifesto||(Manifesto={}));var Manifesto,_isString=require("lodash.isstring");!function(Manifesto){var Deserialiser=function(){function Deserialiser(){}return Deserialiser.parse=function(manifest,options){return this.parseJson(JSON.parse(manifest),options)},Deserialiser.parseJson=function(json,options){var resource;switch(options&&options.navDate&&!isNaN(options.navDate.getTime())&&(json.navDate=options.navDate.toString()),json["@type"]){case"sc:Collection":resource=this.parseCollection(json,options);break;case"sc:Manifest":resource=this.parseManifest(json,options);break;default:return null}return resource.isLoaded=!0,resource},Deserialiser.parseCollection=function(json,options){var collection=new Manifesto.Collection(json,options);return options?collection.index=options.index||0:collection.index=0,this.parseCollections(collection,options),this.parseManifests(collection,options),this.parseMembers(collection,options),collection},Deserialiser.parseCollections=function(collection,options){var children=collection.__jsonld.collections;if(children)for(var i=0;i0)throw new Error("Invalid string. Length must be a multiple of 4");return"="===b64[len-2]?2:"="===b64[len-1]?1:0}function byteLength(b64){return 3*b64.length/4-placeHoldersCount(b64)}function toByteArray(b64){var i,j,l,tmp,placeHolders,arr,len=b64.length;placeHolders=placeHoldersCount(b64),arr=new Arr(3*len/4-placeHolders),l=placeHolders>0?len-4:len;var L=0;for(i=0,j=0;i>16&255,arr[L++]=tmp>>8&255,arr[L++]=255&tmp;return 2===placeHolders?(tmp=revLookup[b64.charCodeAt(i)]<<2|revLookup[b64.charCodeAt(i+1)]>>4,arr[L++]=255&tmp):1===placeHolders&&(tmp=revLookup[b64.charCodeAt(i)]<<10|revLookup[b64.charCodeAt(i+1)]<<4|revLookup[b64.charCodeAt(i+2)]>>2,arr[L++]=tmp>>8&255,arr[L++]=255&tmp),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[63&num]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i=start;ilen2?len2:i+maxChunkLength));return 1===extraBytes?(tmp=uint8[len-1],output+=lookup[tmp>>2],output+=lookup[tmp<<4&63],output+="=="):2===extraBytes&&(tmp=(uint8[len-2]<<8)+uint8[len-1],output+=lookup[tmp>>10],output+=lookup[tmp>>4&63],output+=lookup[tmp<<2&63],output+="="),parts.push(output),parts.join("")}exports.byteLength=byteLength,exports.toByteArray=toByteArray,exports.fromByteArray=fromByteArray;for(var lookup=[],revLookup=[],Arr="undefined"!=typeof Uint8Array?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=0,len=code.length;iMAX_LEN)throw new RangeError("size is too large");var enc=encoding,_fill=fill;void 0===_fill&&(enc=void 0,_fill=0);var buf=new Buffer(size);if("string"==typeof _fill)for(var fillBuf=new Buffer(_fill,enc),flen=fillBuf.length,i=-1;++iMAX_LEN)throw new RangeError("size is too large");return new Buffer(size)},exports.from=function(value,encodingOrOffset,length){if("function"==typeof Buffer.from&&(!global.Uint8Array||Uint8Array.from!==Buffer.from))return Buffer.from(value,encodingOrOffset,length);if("number"==typeof value)throw new TypeError('"value" argument must not be a number');if("string"==typeof value)return new Buffer(value,encodingOrOffset);if("undefined"!=typeof ArrayBuffer&&value instanceof ArrayBuffer){var offset=encodingOrOffset;if(1===arguments.length)return new Buffer(value);"undefined"==typeof offset&&(offset=0);var len=length;if("undefined"==typeof len&&(len=value.byteLength-offset),offset>=value.byteLength)throw new RangeError("'offset' is out of bounds");if(len>value.byteLength-offset)throw new RangeError("'length' is out of bounds");return new Buffer(value.slice(offset,offset+len))}if(Buffer.isBuffer(value)){var out=new Buffer(value.length);return value.copy(out,0,0,value.length),out}if(value){if(Array.isArray(value)||"undefined"!=typeof ArrayBuffer&&value.buffer instanceof ArrayBuffer||"length"in value)return new Buffer(value);if("Buffer"===value.type&&Array.isArray(value.data))return new Buffer(value.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")},exports.allocUnsafeSlow=function(size){if("function"==typeof Buffer.allocUnsafeSlow)return Buffer.allocUnsafeSlow(size);if("number"!=typeof size)throw new TypeError("size must be a number");if(size>=MAX_LEN)throw new RangeError("size is too large");return new SlowBuffer(size)}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{buffer:5}],5:[function(require,module,exports){(function(global){"use strict";function typedArraySupport(){try{var arr=new Uint8Array(1);return arr.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===arr.foo()&&"function"==typeof arr.subarray&&0===arr.subarray(1,1).byteLength}catch(e){return!1}}function kMaxLength(){return Buffer.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function createBuffer(that,length){if(kMaxLength()=kMaxLength())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+kMaxLength().toString(16)+" bytes");return 0|length}function SlowBuffer(length){return+length!=length&&(length=0),Buffer.alloc(+length)}function byteLength(string,encoding){if(Buffer.isBuffer(string))return string.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(string)||string instanceof ArrayBuffer))return string.byteLength;"string"!=typeof string&&(string=""+string);var len=string.length;if(0===len)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":case void 0:return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*len;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}function slowToString(encoding,start,end){var loweredCase=!1;if((void 0===start||start<0)&&(start=0),start>this.length)return"";if((void 0===end||end>this.length)&&(end=this.length),end<=0)return"";if(end>>>=0,start>>>=0,end<=start)return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(0===buffer.length)return-1;if("string"==typeof byteOffset?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,isNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0){if(!dir)return-1;byteOffset=0}if("string"==typeof val&&(val=Buffer.from(val,encoding)),Buffer.isBuffer(val))return 0===val.length?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if("number"==typeof val)return val=255&val,Buffer.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){function read(buf,i){return 1===indexSize?buf[i]:buf.readUInt16BE(i*indexSize)}var indexSize=1,arrLength=arr.length,valLength=val.length;if(void 0!==encoding&&(encoding=String(encoding).toLowerCase(),"ucs2"===encoding||"ucs-2"===encoding||"utf16le"===encoding||"utf-16le"===encoding)){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}var i;if(dir){var foundIndex=-1;for(i=byteOffset;iarrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;jremaining&&(length=remaining)):length=remaining;var strLen=string.length;if(strLen%2!==0)throw new TypeError("Invalid hex string");length>strLen/2&&(length=strLen/2);for(var i=0;i239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],128===(192&secondByte)&&(tempCodePoint=(31&firstByte)<<6|63&secondByte,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],128===(192&secondByte)&&128===(192&thirdByte)&&(tempCodePoint=(15&firstByte)<<12|(63&secondByte)<<6|63&thirdByte,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],128===(192&secondByte)&&128===(192&thirdByte)&&128===(192&fourthByte)&&(tempCodePoint=(15&firstByte)<<18|(63&secondByte)<<12|(63&thirdByte)<<6|63&fourthByte,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}null===codePoint?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|1023&codePoint),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;ilen)&&(end=len);for(var out="",i=start;ilength)throw new RangeError("Trying to access beyond buffer length")}function checkInt(buf,value,offset,ext,max,min){if(!Buffer.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||valuebuf.length)throw new RangeError("Index out of range")}function objectWriteUInt16(buf,value,offset,littleEndian){value<0&&(value=65535+value+1);for(var i=0,j=Math.min(buf.length-offset,2);i>>8*(littleEndian?i:1-i)}function objectWriteUInt32(buf,value,offset,littleEndian){value<0&&(value=4294967295+value+1);for(var i=0,j=Math.min(buf.length-offset,4);i>>8*(littleEndian?i:3-i)&255}function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return noAssert||checkIEEE754(buf,value,offset,4,3.4028234663852886e38,-3.4028234663852886e38),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}function writeDouble(buf,value,offset,littleEndian,noAssert){return noAssert||checkIEEE754(buf,value,offset,8,1.7976931348623157e308,-1.7976931348623157e308),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}function base64clean(str){if(str=stringtrim(str).replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str+="=";return str}function stringtrim(str){return str.trim?str.trim():str.replace(/^\s+|\s+$/g,"")}function toHex(n){return n<16?"0"+n.toString(16):n.toString(16)}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,63&codePoint|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,63&codePoint|128)}else{if(!(codePoint<1114112))throw new Error("Invalid code point");if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,63&codePoint|128)}}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isnan(val){return val!==val}var base64=require("base64-js"),ieee754=require("ieee754"),isArray=require("isarray");exports.Buffer=Buffer,exports.SlowBuffer=SlowBuffer,exports.INSPECT_MAX_BYTES=50,Buffer.TYPED_ARRAY_SUPPORT=void 0!==global.TYPED_ARRAY_SUPPORT?global.TYPED_ARRAY_SUPPORT:typedArraySupport(),exports.kMaxLength=kMaxLength(),Buffer.poolSize=8192,Buffer._augment=function(arr){return arr.__proto__=Buffer.prototype,arr},Buffer.from=function(value,encodingOrOffset,length){return from(null,value,encodingOrOffset,length)},Buffer.TYPED_ARRAY_SUPPORT&&(Buffer.prototype.__proto__=Uint8Array.prototype,Buffer.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&Buffer[Symbol.species]===Buffer&&Object.defineProperty(Buffer,Symbol.species,{value:null,configurable:!0})),Buffer.alloc=function(size,fill,encoding){return alloc(null,size,fill,encoding)},Buffer.allocUnsafe=function(size){return allocUnsafe(null,size)},Buffer.allocUnsafeSlow=function(size){return allocUnsafe(null,size)},Buffer.isBuffer=function(b){return!(null==b||!b._isBuffer)},Buffer.compare=function(a,b){if(!Buffer.isBuffer(a)||!Buffer.isBuffer(b))throw new TypeError("Arguments must be Buffers");if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i0&&(str=this.toString("hex",0,max).match(/.{2}/g).join(" "),this.length>max&&(str+=" ... ")),""},Buffer.prototype.compare=function(target,start,end,thisStart,thisEnd){if(!Buffer.isBuffer(target))throw new TypeError("Argument must be a Buffer");if(void 0===start&&(start=0),void 0===end&&(end=target?target.length:0),void 0===thisStart&&(thisStart=0),void 0===thisEnd&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;iremaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":return asciiWrite(this,string,offset,length);case"latin1":case"binary":return latin1Write(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}},Buffer.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var MAX_ARGUMENTS_LENGTH=4096;Buffer.prototype.slice=function(start,end){var len=this.length;start=~~start,end=void 0===end?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end0&&(mul*=256);)val+=this[offset+--byteLength]*mul;return val},Buffer.prototype.readUInt8=function(offset,noAssert){return noAssert||checkOffset(offset,1,this.length),this[offset]},Buffer.prototype.readUInt16LE=function(offset,noAssert){return noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8},Buffer.prototype.readUInt16BE=function(offset,noAssert){return noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]},Buffer.prototype.readUInt32LE=function(offset,noAssert){return noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+16777216*this[offset+3]},Buffer.prototype.readUInt32BE=function(offset,noAssert){return noAssert||checkOffset(offset,4,this.length),16777216*this[offset]+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])},Buffer.prototype.readIntLE=function(offset,byteLength,noAssert){offset=0|offset,byteLength=0|byteLength,noAssert||checkOffset(offset,byteLength,this.length);for(var val=this[offset],mul=1,i=0;++i=mul&&(val-=Math.pow(2,8*byteLength)),val},Buffer.prototype.readIntBE=function(offset,byteLength,noAssert){offset=0|offset,byteLength=0|byteLength,noAssert||checkOffset(offset,byteLength,this.length);for(var i=byteLength,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength)),val},Buffer.prototype.readInt8=function(offset,noAssert){return noAssert||checkOffset(offset,1,this.length),128&this[offset]?(255-this[offset]+1)*-1:this[offset]},Buffer.prototype.readInt16LE=function(offset,noAssert){noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return 32768&val?4294901760|val:val},Buffer.prototype.readInt16BE=function(offset,noAssert){noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return 32768&val?4294901760|val:val},Buffer.prototype.readInt32LE=function(offset,noAssert){return noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24},Buffer.prototype.readInt32BE=function(offset,noAssert){return noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]},Buffer.prototype.readFloatLE=function(offset,noAssert){return noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)},Buffer.prototype.readFloatBE=function(offset,noAssert){return noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)},Buffer.prototype.readDoubleLE=function(offset,noAssert){return noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)},Buffer.prototype.readDoubleBE=function(offset,noAssert){return noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)},Buffer.prototype.writeUIntLE=function(value,offset,byteLength,noAssert){if(value=+value,offset=0|offset,byteLength=0|byteLength,!noAssert){var maxBytes=Math.pow(2,8*byteLength)-1;checkInt(this,value,offset,byteLength,maxBytes,0)}var mul=1,i=0;for(this[offset]=255&value;++i=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength},Buffer.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,1,255,0),Buffer.TYPED_ARRAY_SUPPORT||(value=Math.floor(value)),this[offset]=255&value,offset+1},Buffer.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,2,65535,0),Buffer.TYPED_ARRAY_SUPPORT?(this[offset]=255&value,this[offset+1]=value>>>8):objectWriteUInt16(this,value,offset,!0),offset+2},Buffer.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,2,65535,0),Buffer.TYPED_ARRAY_SUPPORT?(this[offset]=value>>>8,this[offset+1]=255&value):objectWriteUInt16(this,value,offset,!1),offset+2},Buffer.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,4,4294967295,0),Buffer.TYPED_ARRAY_SUPPORT?(this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=255&value):objectWriteUInt32(this,value,offset,!0),offset+4},Buffer.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,4,4294967295,0),Buffer.TYPED_ARRAY_SUPPORT?(this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=255&value):objectWriteUInt32(this,value,offset,!1),offset+4},Buffer.prototype.writeIntLE=function(value,offset,byteLength,noAssert){if(value=+value,offset=0|offset,!noAssert){var limit=Math.pow(2,8*byteLength-1);checkInt(this,value,offset,byteLength,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=255&value;++i>0)-sub&255;return offset+byteLength},Buffer.prototype.writeIntBE=function(value,offset,byteLength,noAssert){if(value=+value,offset=0|offset,!noAssert){var limit=Math.pow(2,8*byteLength-1);checkInt(this,value,offset,byteLength,limit-1,-limit)}var i=byteLength-1,mul=1,sub=0;for(this[offset+i]=255&value;--i>=0&&(mul*=256);)value<0&&0===sub&&0!==this[offset+i+1]&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength},Buffer.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,1,127,-128),Buffer.TYPED_ARRAY_SUPPORT||(value=Math.floor(value)),value<0&&(value=255+value+1),this[offset]=255&value,offset+1},Buffer.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,2,32767,-32768),Buffer.TYPED_ARRAY_SUPPORT?(this[offset]=255&value,this[offset+1]=value>>>8):objectWriteUInt16(this,value,offset,!0),offset+2},Buffer.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,2,32767,-32768),Buffer.TYPED_ARRAY_SUPPORT?(this[offset]=value>>>8,this[offset+1]=255&value):objectWriteUInt16(this,value,offset,!1),offset+2},Buffer.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),Buffer.TYPED_ARRAY_SUPPORT?(this[offset]=255&value,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24):objectWriteUInt32(this,value,offset,!0),offset+4},Buffer.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=0|offset,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),Buffer.TYPED_ARRAY_SUPPORT?(this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=255&value):objectWriteUInt32(this,value,offset,!1),offset+4},Buffer.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)},Buffer.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)},Buffer.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)},Buffer.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)},Buffer.prototype.copy=function(target,targetStart,start,end){if(start||(start=0),end||0===end||(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end=this.length)throw new RangeError("sourceStart out of bounds");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart=0;--i)target[i+targetStart]=this[i+start];else if(len<1e3||!Buffer.TYPED_ARRAY_SUPPORT)for(i=0;i>>=0,end=void 0===end?this.length:end>>>0,val||(val=0);var i;if("number"==typeof val)for(i=start;i0&&this._events[type].length>m&&(this._events[type].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[type].length),"function"==typeof console.trace&&console.trace())),this},EventEmitter.prototype.on=EventEmitter.prototype.addListener,EventEmitter.prototype.once=function(type,listener){function g(){this.removeListener(type,g),fired||(fired=!0,listener.apply(this,arguments))}if(!isFunction(listener))throw TypeError("listener must be a function");var fired=!1;return g.listener=listener,this.on(type,g),this},EventEmitter.prototype.removeListener=function(type,listener){var list,position,length,i;if(!isFunction(listener))throw TypeError("listener must be a function");if(!this._events||!this._events[type])return this;if(list=this._events[type],length=list.length,position=-1,list===listener||isFunction(list.listener)&&list.listener===listener)delete this._events[type],this._events.removeListener&&this.emit("removeListener",type,listener);else if(isObject(list)){for(i=length;i-- >0;)if(list[i]===listener||list[i].listener&&list[i].listener===listener){position=i;break}if(position<0)return this;1===list.length?(list.length=0,delete this._events[type]):list.splice(position,1),this._events.removeListener&&this.emit("removeListener",type,listener)}return this},EventEmitter.prototype.removeAllListeners=function(type){var key,listeners;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[type]&&delete this._events[type],this;if(0===arguments.length){for(key in this._events)"removeListener"!==key&&this.removeAllListeners(key);return this.removeAllListeners("removeListener"),this._events={},this}if(listeners=this._events[type],isFunction(listeners))this.removeListener(type,listeners);else if(listeners)for(;listeners.length;)this.removeListener(type,listeners[listeners.length-1]);return delete this._events[type],this},EventEmitter.prototype.listeners=function(type){var ret;return ret=this._events&&this._events[type]?isFunction(this._events[type])?[this._events[type]]:this._events[type].slice():[]},EventEmitter.prototype.listenerCount=function(type){if(this._events){var evlistener=this._events[type];if(isFunction(evlistener))return 1;if(evlistener)return evlistener.length}return 0},EventEmitter.listenerCount=function(emitter,type){return emitter.listenerCount(type)}},{}],9:[function(require,module,exports){var http=require("http"),https=module.exports;for(var key in http)http.hasOwnProperty(key)&&(https[key]=http[key]);https.request=function(params,cb){return params||(params={}),params.scheme="https",params.protocol="https:",http.request.call(this,params,cb)}},{http:49}],10:[function(require,module,exports){exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=8*nBytes-mLen-1,eMax=(1<>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=256*e+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=256*m+buffer[offset+i],i+=d,nBits-=8);if(0===e)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m+=Math.pow(2,mLen),e-=eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)},exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=8*nBytes-mLen-1,eMax=(1<>1,rt=23===mLen?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||0===value&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),value+=e+eBias>=1?rt/c:rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e+=eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=255&m,i+=d,m/=256,mLen-=8);for(e=e<0;buffer[offset+i]=255&e,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=128*s}},{}],11:[function(require,module,exports){"function"==typeof Object.create?module.exports=function(ctor,superCtor){ctor.super_=superCtor,ctor.prototype=Object.create(superCtor.prototype,{constructor:{value:ctor,enumerable:!1,writable:!0,configurable:!0}})}:module.exports=function(ctor,superCtor){ctor.super_=superCtor;var TempCtor=function(){};TempCtor.prototype=superCtor.prototype,ctor.prototype=new TempCtor,ctor.prototype.constructor=ctor}},{}],12:[function(require,module,exports){function isBuffer(obj){return!!obj.constructor&&"function"==typeof obj.constructor.isBuffer&&obj.constructor.isBuffer(obj)}function isSlowBuffer(obj){return"function"==typeof obj.readFloatLE&&"function"==typeof obj.slice&&isBuffer(obj.slice(0,0))}module.exports=function(obj){return null!=obj&&(isBuffer(obj)||isSlowBuffer(obj)||!!obj._isBuffer)}},{}],13:[function(require,module,exports){var toString={}.toString;module.exports=Array.isArray||function(arr){return"[object Array]"==toString.call(arr)}},{}],14:[function(require,module,exports){function arrayMap(array,iteratee){for(var index=-1,length=array.length,result=Array(length);++indexlength?0:length+start),end=void 0===end||end>length?length:+end||0,end<0&&(end+=length),length=start>end?0:end-start>>>0,start>>>=0;for(var result=Array(length);++index-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function toObject(value){return isObject(value)?value:Object(value)}function isObject(value){var type=typeof value;return!!value&&("object"==type||"function"==type)}var keys=require("lodash.keys"),MAX_SAFE_INTEGER=9007199254740991,baseEach=createBaseEach(baseForOwn),baseFor=createBaseFor(),getLength=baseProperty("length");module.exports=baseEach},{"lodash.keys":31}],19:[function(require,module,exports){function isObjectLike(value){return!!value&&"object"==typeof value}function arraySome(array,predicate){for(var index=-1,length=array.length;++indexarrLength))return!1;for(;++index2?sources[length-2]:void 0,guard=length>2?sources[2]:void 0,thisArg=length>1?sources[length-1]:void 0;for("function"==typeof customizer?(customizer=bindCallback(customizer,thisArg,5),length-=2):(customizer="function"==typeof thisArg?thisArg:void 0,length-=customizer?1:0),guard&&isIterateeCall(sources[0],sources[1],guard)&&(customizer=length<3?void 0:customizer,length=1);++index-1&&value%1==0&&value-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function isObject(value){var type=typeof value;return!!value&&("object"==type||"function"==type)}var reIsUint=/^\d+$/,MAX_SAFE_INTEGER=9007199254740991,getLength=baseProperty("length");module.exports=isIterateeCall},{}],24:[function(require,module,exports){(function(global){function checkGlobal(value){return value&&value.Object===Object?value:null}var objectTypes={"function":!0,object:!0},freeExports=objectTypes[typeof exports]&&exports&&!exports.nodeType?exports:void 0,freeModule=objectTypes[typeof module]&&module&&!module.nodeType?module:void 0,freeGlobal=checkGlobal(freeExports&&freeModule&&"object"==typeof global&&global),freeSelf=checkGlobal(objectTypes[typeof self]&&self),freeWindow=checkGlobal(objectTypes[typeof window]&&window),thisGlobal=checkGlobal(objectTypes[typeof this]&&this),root=freeGlobal||freeWindow!==(thisGlobal&&thisGlobal.window)&&freeWindow||freeSelf||thisGlobal||Function("return this")();module.exports=root}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],25:[function(require,module,exports){function assignWith(object,source,customizer){for(var index=-1,props=keys(source),length=props.length;++index=lower?number:lower)),number}function isFunction(value){var tag=isObject(value)?objectToString.call(value):"";return tag==funcTag||tag==genTag}function isObject(value){var type=typeof value;return!!value&&("object"==type||"function"==type)}function isObjectLike(value){return!!value&&"object"==typeof value}function isSymbol(value){return"symbol"==typeof value||isObjectLike(value)&&objectToString.call(value)==symbolTag}function toInteger(value){if(!value)return 0===value?value:0;if(value=toNumber(value),value===INFINITY||value===-INFINITY){var sign=value<0?-1:1;return sign*MAX_INTEGER}var remainder=value%1;return value===value?remainder?value-remainder:value:0}function toNumber(value){if(isObject(value)){var other=isFunction(value.valueOf)?value.valueOf():value;value=isObject(other)?other+"":other}if("string"!=typeof value)return 0===value?value:+value;value=value.replace(reTrim,"");var isBinary=reIsBinary.test(value);return isBinary||reIsOctal.test(value)?freeParseInt(value.slice(2),isBinary?2:8):reIsBadHex.test(value)?NAN:+value}function toString(value){if("string"==typeof value)return value;if(null==value)return"";if(isSymbol(value))return Symbol?symbolToString.call(value):"";var result=value+"";return"0"==result&&1/value==-INFINITY?"-0":result}function endsWith(string,target,position){string=toString(string),target="string"==typeof target?target:target+"";var length=string.length;return position=void 0===position?length:baseClamp(toInteger(position),0,length),position-=target.length,position>=0&&string.indexOf(target,position)==position}var root=require("lodash._root"),INFINITY=1/0,MAX_INTEGER=1.7976931348623157e308,NAN=NaN,funcTag="[object Function]",genTag="[object GeneratorFunction]",symbolTag="[object Symbol]",reTrim=/^\s+|\s+$/g,reIsBadHex=/^[-+]0x[0-9a-f]+$/i,reIsBinary=/^0b[01]+$/i,reIsOctal=/^0o[0-7]+$/i,freeParseInt=parseInt,objectProto=Object.prototype,objectToString=objectProto.toString,Symbol=root.Symbol,symbolProto=Symbol?Symbol.prototype:void 0,symbolToString=Symbol?symbolProto.toString:void 0;module.exports=endsWith},{"lodash._root":24}],27:[function(require,module,exports){function isArguments(value){return isArrayLikeObject(value)&&hasOwnProperty.call(value,"callee")&&(!propertyIsEnumerable.call(value,"callee")||objectToString.call(value)==argsTag)}function isArrayLike(value){return null!=value&&isLength(value.length)&&!isFunction(value)}function isArrayLikeObject(value){return isObjectLike(value)&&isArrayLike(value)}function isFunction(value){var tag=isObject(value)?objectToString.call(value):"";return tag==funcTag||tag==genTag}function isLength(value){return"number"==typeof value&&value>-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function isObject(value){var type=typeof value;return!!value&&("object"==type||"function"==type)}function isObjectLike(value){return!!value&&"object"==typeof value}var MAX_SAFE_INTEGER=9007199254740991,argsTag="[object Arguments]",funcTag="[object Function]",genTag="[object GeneratorFunction]",objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty,objectToString=objectProto.toString,propertyIsEnumerable=objectProto.propertyIsEnumerable;module.exports=isArguments},{}],28:[function(require,module,exports){function isObjectLike(value){return!!value&&"object"==typeof value}function getNative(object,key){var value=null==object?void 0:object[key];return isNative(value)?value:void 0}function isLength(value){return"number"==typeof value&&value>-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function isFunction(value){return isObject(value)&&objToString.call(value)==funcTag}function isObject(value){var type=typeof value;return!!value&&("object"==type||"function"==type)}function isNative(value){return null!=value&&(isFunction(value)?reIsNative.test(fnToString.call(value)):isObjectLike(value)&&reIsHostCtor.test(value))}var arrayTag="[object Array]",funcTag="[object Function]",reIsHostCtor=/^\[object .+?Constructor\]$/,objectProto=Object.prototype,fnToString=Function.prototype.toString,hasOwnProperty=objectProto.hasOwnProperty,objToString=objectProto.toString,reIsNative=RegExp("^"+fnToString.call(hasOwnProperty).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),nativeIsArray=getNative(Array,"isArray"),MAX_SAFE_INTEGER=9007199254740991,isArray=nativeIsArray||function(value){return isObjectLike(value)&&isLength(value.length)&&objToString.call(value)==arrayTag};module.exports=isArray},{}],29:[function(require,module,exports){function isObjectLike(value){return!!value&&"object"==typeof value}function isString(value){return"string"==typeof value||isObjectLike(value)&&objToString.call(value)==stringTag}var stringTag="[object String]",objectProto=Object.prototype,objToString=objectProto.toString;module.exports=isString},{}],30:[function(require,module,exports){function isLength(value){return"number"==typeof value&&value>-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function isObjectLike(value){return!!value&&"object"==typeof value}function isTypedArray(value){return isObjectLike(value)&&isLength(value.length)&&!!typedArrayTags[objectToString.call(value)]}var MAX_SAFE_INTEGER=9007199254740991,argsTag="[object Arguments]",arrayTag="[object Array]",boolTag="[object Boolean]",dateTag="[object Date]",errorTag="[object Error]",funcTag="[object Function]",mapTag="[object Map]",numberTag="[object Number]",objectTag="[object Object]",regexpTag="[object RegExp]",setTag="[object Set]",stringTag="[object String]",weakMapTag="[object WeakMap]",arrayBufferTag="[object ArrayBuffer]",dataViewTag="[object DataView]",float32Tag="[object Float32Array]",float64Tag="[object Float64Array]",int8Tag="[object Int8Array]",int16Tag="[object Int16Array]",int32Tag="[object Int32Array]",uint8Tag="[object Uint8Array]",uint8ClampedTag="[object Uint8ClampedArray]",uint16Tag="[object Uint16Array]",uint32Tag="[object Uint32Array]",typedArrayTags={};typedArrayTags[float32Tag]=typedArrayTags[float64Tag]=typedArrayTags[int8Tag]=typedArrayTags[int16Tag]=typedArrayTags[int32Tag]=typedArrayTags[uint8Tag]=typedArrayTags[uint8ClampedTag]=typedArrayTags[uint16Tag]=typedArrayTags[uint32Tag]=!0,typedArrayTags[argsTag]=typedArrayTags[arrayTag]=typedArrayTags[arrayBufferTag]=typedArrayTags[boolTag]=typedArrayTags[dataViewTag]=typedArrayTags[dateTag]=typedArrayTags[errorTag]=typedArrayTags[funcTag]=typedArrayTags[mapTag]=typedArrayTags[numberTag]=typedArrayTags[objectTag]=typedArrayTags[regexpTag]=typedArrayTags[setTag]=typedArrayTags[stringTag]=typedArrayTags[weakMapTag]=!1;var objectProto=Object.prototype,objectToString=objectProto.toString;module.exports=isTypedArray},{}],31:[function(require,module,exports){function baseProperty(key){return function(object){return null==object?void 0:object[key]}}function isArrayLike(value){return null!=value&&isLength(getLength(value))}function isIndex(value,length){return value="number"==typeof value||reIsUint.test(value)?+value:-1,length=null==length?MAX_SAFE_INTEGER:length,value>-1&&value%1==0&&value-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function shimKeys(object){for(var props=keysIn(object),propsLength=props.length,length=propsLength&&object.length,allowIndexes=!!length&&isLength(length)&&(isArray(object)||isArguments(object)),index=-1,result=[];++index0;++index-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function map(collection,iteratee,thisArg){var func=isArray(collection)?arrayMap:baseMap;return iteratee=baseCallback(iteratee,thisArg,3),func(collection,iteratee)}var arrayMap=require("lodash._arraymap"),baseCallback=require("lodash._basecallback"),baseEach=require("lodash._baseeach"),isArray=require("lodash.isarray"),MAX_SAFE_INTEGER=9007199254740991,getLength=baseProperty("length");module.exports=map},{"lodash._arraymap":14,"lodash._basecallback":16,"lodash._baseeach":18,"lodash.isarray":28}],34:[function(require,module,exports){function toObject(value){return isObject(value)?value:Object(value)}function isObject(value){var type=typeof value;return!!value&&("object"==type||"function"==type)}function pairs(object){object=toObject(object);for(var index=-1,props=keys(object),length=props.length,result=Array(length);++index1)for(var i=1;i1&&(result=parts[0]+"@",string=parts[1]),string=string.replace(regexSeparators,".");var labels=string.split("."),encoded=map(labels,fn).join(".");return result+encoded}function ucs2decode(string){for(var value,extra,output=[],counter=0,length=string.length;counter=55296&&value<=56319&&counter65535&&(value-=65536,output+=stringFromCharCode(value>>>10&1023|55296),value=56320|1023&value),output+=stringFromCharCode(value)}).join("")}function basicToDigit(codePoint){return codePoint-48<10?codePoint-22:codePoint-65<26?codePoint-65:codePoint-97<26?codePoint-97:base}function digitToBasic(digit,flag){return digit+22+75*(digit<26)-((0!=flag)<<5)}function adapt(delta,numPoints,firstTime){var k=0;for(delta=firstTime?floor(delta/damp):delta>>1,delta+=floor(delta/numPoints);delta>baseMinusTMin*tMax>>1;k+=base)delta=floor(delta/baseMinusTMin);return floor(k+(baseMinusTMin+1)*delta/(delta+skew))}function decode(input){var out,basic,j,index,oldi,w,k,digit,t,baseMinusT,output=[],inputLength=input.length,i=0,n=initialN,bias=initialBias;for(basic=input.lastIndexOf(delimiter),basic<0&&(basic=0),j=0;j=128&&error("not-basic"),output.push(input.charCodeAt(j));for(index=basic>0?basic+1:0;index=inputLength&&error("invalid-input"),digit=basicToDigit(input.charCodeAt(index++)),(digit>=base||digit>floor((maxInt-i)/w))&&error("overflow"),i+=digit*w,t=k<=bias?tMin:k>=bias+tMax?tMax:k-bias,!(digitfloor(maxInt/baseMinusT)&&error("overflow"),w*=baseMinusT;out=output.length+1,bias=adapt(i-oldi,out,0==oldi),floor(i/out)>maxInt-n&&error("overflow"),n+=floor(i/out),i%=out,output.splice(i++,0,n)}return ucs2encode(output)}function encode(input){var n,delta,handledCPCount,basicLength,bias,j,m,q,k,t,currentValue,inputLength,handledCPCountPlusOne,baseMinusT,qMinusT,output=[];for(input=ucs2decode(input),inputLength=input.length,n=initialN,delta=0,bias=initialBias,j=0;j=n&¤tValuefloor((maxInt-delta)/handledCPCountPlusOne)&&error("overflow"),delta+=(m-n)*handledCPCountPlusOne,n=m,j=0;jmaxInt&&error("overflow"),currentValue==n){for(q=delta,k=base;t=k<=bias?tMin:k>=bias+tMax?tMax:k-bias,!(q= 0x80 (not a basic code point)","invalid-input":"Invalid input"},baseMinusTMin=base-tMin,floor=Math.floor,stringFromCharCode=String.fromCharCode;if(punycode={version:"1.4.1",ucs2:{decode:ucs2decode,encode:ucs2encode},decode:decode,encode:encode,toASCII:toASCII,toUnicode:toUnicode},"function"==typeof define&&"object"==typeof define.amd&&define.amd)define("punycode",function(){return punycode});else if(freeExports&&freeModule)if(module.exports==freeExports)freeModule.exports=punycode;else for(key in punycode)punycode.hasOwnProperty(key)&&(freeExports[key]=punycode[key]);else root.punycode=punycode}(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],39:[function(require,module,exports){"use strict";function hasOwnProperty(obj,prop){return Object.prototype.hasOwnProperty.call(obj,prop)}module.exports=function(qs,sep,eq,options){sep=sep||"&",eq=eq||"=";var obj={};if("string"!=typeof qs||0===qs.length)return obj;var regexp=/\+/g;qs=qs.split(sep);var maxKeys=1e3;options&&"number"==typeof options.maxKeys&&(maxKeys=options.maxKeys);var len=qs.length;maxKeys>0&&len>maxKeys&&(len=maxKeys);for(var i=0;i=0?(kstr=x.substr(0,idx),vstr=x.substr(idx+1)):(kstr=x,vstr=""),k=decodeURIComponent(kstr),v=decodeURIComponent(vstr),hasOwnProperty(obj,k)?isArray(obj[k])?obj[k].push(v):obj[k]=[obj[k],v]:obj[k]=v}return obj};var isArray=Array.isArray||function(xs){return"[object Array]"===Object.prototype.toString.call(xs)}},{}],40:[function(require,module,exports){"use strict";function map(xs,f){if(xs.map)return xs.map(f);for(var res=[],i=0;i0)if(state.ended&&!addToFront){var e=new Error("stream.push() after EOF");stream.emit("error",e)}else if(state.endEmitted&&addToFront){var _e=new Error("stream.unshift() after end event");stream.emit("error",_e)}else{var skipAdd;!state.decoder||addToFront||encoding||(chunk=state.decoder.write(chunk),skipAdd=!state.objectMode&&0===chunk.length),addToFront||(state.reading=!1),skipAdd||(state.flowing&&0===state.length&&!state.sync?(stream.emit("data",chunk),stream.read(0)):(state.length+=state.objectMode?1:chunk.length,addToFront?state.buffer.unshift(chunk):state.buffer.push(chunk),state.needReadable&&emitReadable(stream))),maybeReadMore(stream,state)}else addToFront||(state.reading=!1);return needMoreData(state)}function needMoreData(state){return!state.ended&&(state.needReadable||state.length=MAX_HWM?n=MAX_HWM:(n--,n|=n>>>1,n|=n>>>2,n|=n>>>4,n|=n>>>8,n|=n>>>16,n++),n}function howMuchToRead(n,state){return n<=0||0===state.length&&state.ended?0:state.objectMode?1:n!==n?state.flowing&&state.length?state.buffer.head.data.length:state.length:(n>state.highWaterMark&&(state.highWaterMark=computeNewHighWaterMark(n)),n<=state.length?n:state.ended?state.length:(state.needReadable=!0,0))}function chunkInvalid(state,chunk){var er=null;return Buffer.isBuffer(chunk)||"string"==typeof chunk||null===chunk||void 0===chunk||state.objectMode||(er=new TypeError("Invalid non-string/buffer chunk")),er}function onEofChunk(stream,state){if(!state.ended){if(state.decoder){var chunk=state.decoder.end();chunk&&chunk.length&&(state.buffer.push(chunk),state.length+=state.objectMode?1:chunk.length)}state.ended=!0,emitReadable(stream)}}function emitReadable(stream){var state=stream._readableState;state.needReadable=!1,state.emittedReadable||(debug("emitReadable",state.flowing),state.emittedReadable=!0,state.sync?processNextTick(emitReadable_,stream):emitReadable_(stream))}function emitReadable_(stream){debug("emit readable"),stream.emit("readable"),flow(stream)}function maybeReadMore(stream,state){state.readingMore||(state.readingMore=!0,processNextTick(maybeReadMore_,stream,state))}function maybeReadMore_(stream,state){for(var len=state.length;!state.reading&&!state.flowing&&!state.ended&&state.length=state.length?(ret=state.decoder?state.buffer.join(""):1===state.buffer.length?state.buffer.head.data:state.buffer.concat(state.length),state.buffer.clear()):ret=fromListPartial(n,state.buffer,state.decoder),ret}function fromListPartial(n,list,hasStrings){var ret;return nstr.length?str.length:n;if(ret+=nb===str.length?str:str.slice(0,n),n-=nb,0===n){nb===str.length?(++c,p.next?list.head=p.next:list.head=list.tail=null):(list.head=p,p.data=str.slice(nb));break}++c}return list.length-=c,ret}function copyFromBuffer(n,list){var ret=bufferShim.allocUnsafe(n),p=list.head,c=1;for(p.data.copy(ret),n-=p.data.length;p=p.next;){var buf=p.data,nb=n>buf.length?buf.length:n;if(buf.copy(ret,ret.length-n,0,nb),n-=nb,0===n){nb===buf.length?(++c,p.next?list.head=p.next:list.head=list.tail=null):(list.head=p,p.data=buf.slice(nb));break}++c}return list.length-=c,ret}function endReadable(stream){var state=stream._readableState;if(state.length>0)throw new Error('"endReadable()" called on non-empty stream');state.endEmitted||(state.ended=!0,processNextTick(endReadableNT,state,stream))}function endReadableNT(state,stream){state.endEmitted||0!==state.length||(state.endEmitted=!0,stream.readable=!1,stream.emit("end"))}function forEach(xs,f){for(var i=0,l=xs.length;i=state.highWaterMark||state.ended))return debug("read: emitReadable",state.length,state.ended),0===state.length&&state.ended?endReadable(this):emitReadable(this),null;if(n=howMuchToRead(n,state),0===n&&state.ended)return 0===state.length&&endReadable(this),null;var doRead=state.needReadable;debug("need readable",doRead),(0===state.length||state.length-n0?fromList(n,state):null,null===ret?(state.needReadable=!0,n=0):state.length-=n,0===state.length&&(state.ended||(state.needReadable=!0),nOrig!==n&&state.ended&&endReadable(this)),null!==ret&&this.emit("data",ret),ret},Readable.prototype._read=function(n){this.emit("error",new Error("not implemented"))},Readable.prototype.pipe=function(dest,pipeOpts){function onunpipe(readable){debug("onunpipe"),readable===src&&cleanup()}function onend(){debug("onend"),dest.end()}function cleanup(){debug("cleanup"),dest.removeListener("close",onclose),dest.removeListener("finish",onfinish),dest.removeListener("drain",ondrain),dest.removeListener("error",onerror),dest.removeListener("unpipe",onunpipe),src.removeListener("end",onend),src.removeListener("end",cleanup),src.removeListener("data",ondata),cleanedUp=!0,!state.awaitDrain||dest._writableState&&!dest._writableState.needDrain||ondrain()}function ondata(chunk){debug("ondata"),increasedAwaitDrain=!1;var ret=dest.write(chunk);!1!==ret||increasedAwaitDrain||((1===state.pipesCount&&state.pipes===dest||state.pipesCount>1&&indexOf(state.pipes,dest)!==-1)&&!cleanedUp&&(debug("false write response, pause",src._readableState.awaitDrain),src._readableState.awaitDrain++,increasedAwaitDrain=!0),src.pause())}function onerror(er){debug("onerror",er),unpipe(),dest.removeListener("error",onerror),0===EElistenerCount(dest,"error")&&dest.emit("error",er)}function onclose(){dest.removeListener("finish",onfinish),unpipe()}function onfinish(){debug("onfinish"),dest.removeListener("close",onclose),unpipe()}function unpipe(){debug("unpipe"),src.unpipe(dest)}var src=this,state=this._readableState;switch(state.pipesCount){case 0:state.pipes=dest;break;case 1:state.pipes=[state.pipes,dest];break;default:state.pipes.push(dest)}state.pipesCount+=1,debug("pipe count=%d opts=%j",state.pipesCount,pipeOpts);var doEnd=(!pipeOpts||pipeOpts.end!==!1)&&dest!==process.stdout&&dest!==process.stderr,endFn=doEnd?onend:cleanup;state.endEmitted?processNextTick(endFn):src.once("end",endFn),dest.on("unpipe",onunpipe);var ondrain=pipeOnDrain(src);dest.on("drain",ondrain);var cleanedUp=!1,increasedAwaitDrain=!1;return src.on("data",ondata),prependListener(dest,"error",onerror),dest.once("close",onclose),dest.once("finish",onfinish),dest.emit("pipe",src),state.flowing||(debug("pipe resume"),src.resume()),dest},Readable.prototype.unpipe=function(dest){var state=this._readableState;if(0===state.pipesCount)return this;if(1===state.pipesCount)return dest&&dest!==state.pipes?this:(dest||(dest=state.pipes),state.pipes=null,state.pipesCount=0,state.flowing=!1,dest&&dest.emit("unpipe",this),this);if(!dest){var dests=state.pipes,len=state.pipesCount;state.pipes=null,state.pipesCount=0,state.flowing=!1;for(var _i=0;_i-1?setImmediate:processNextTick;Writable.WritableState=WritableState;var util=require("core-util-is");util.inherits=require("inherits");var Stream,internalUtil={deprecate:require("util-deprecate")};!function(){try{Stream=require("stream")}catch(_){}finally{Stream||(Stream=require("events").EventEmitter)}}();var Buffer=require("buffer").Buffer,bufferShim=require("buffer-shims");util.inherits(Writable,Stream);var Duplex;WritableState.prototype.getBuffer=function(){for(var current=this.bufferedRequest,out=[];current;)out.push(current),current=current.next;return out},function(){try{Object.defineProperty(WritableState.prototype,"buffer",{get:internalUtil.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.")})}catch(_){}}();var Duplex;Writable.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},Writable.prototype.write=function(chunk,encoding,cb){var state=this._writableState,ret=!1;return"function"==typeof encoding&&(cb=encoding,encoding=null),Buffer.isBuffer(chunk)?encoding="buffer":encoding||(encoding=state.defaultEncoding),"function"!=typeof cb&&(cb=nop),state.ended?writeAfterEnd(this,cb):validChunk(this,state,chunk,cb)&&(state.pendingcb++,ret=writeOrBuffer(this,state,chunk,encoding,cb)),ret},Writable.prototype.cork=function(){var state=this._writableState;state.corked++},Writable.prototype.uncork=function(){var state=this._writableState;state.corked&&(state.corked--,state.writing||state.corked||state.finished||state.bufferProcessing||!state.bufferedRequest||clearBuffer(this,state))},Writable.prototype.setDefaultEncoding=function(encoding){if("string"==typeof encoding&&(encoding=encoding.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((encoding+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+encoding);return this._writableState.defaultEncoding=encoding,this},Writable.prototype._write=function(chunk,encoding,cb){cb(new Error("not implemented"))},Writable.prototype._writev=null,Writable.prototype.end=function(chunk,encoding,cb){var state=this._writableState;"function"==typeof chunk?(cb=chunk,chunk=null,encoding=null):"function"==typeof encoding&&(cb=encoding,encoding=null),null!==chunk&&void 0!==chunk&&this.write(chunk,encoding),state.corked&&(state.corked=1,this.uncork()),state.ending||state.finished||endWritable(this,state,cb)}}).call(this,require("_process"))},{"./_stream_duplex":42,_process:37,buffer:5,"buffer-shims":4,"core-util-is":7,events:8,inherits:11,"process-nextick-args":36,"util-deprecate":57}],47:[function(require,module,exports){"use strict";function BufferList(){this.head=null,this.tail=null,this.length=0}var bufferShim=(require("buffer").Buffer,require("buffer-shims"));module.exports=BufferList,BufferList.prototype.push=function(v){var entry={data:v,next:null};this.length>0?this.tail.next=entry:this.head=entry,this.tail=entry,++this.length},BufferList.prototype.unshift=function(v){var entry={data:v,next:this.head};0===this.length&&(this.tail=entry),this.head=entry,++this.length},BufferList.prototype.shift=function(){if(0!==this.length){var ret=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,ret}},BufferList.prototype.clear=function(){this.head=this.tail=null,this.length=0},BufferList.prototype.join=function(s){if(0===this.length)return"";for(var p=this.head,ret=""+p.data;p=p.next;)ret+=s+p.data;return ret},BufferList.prototype.concat=function(n){if(0===this.length)return bufferShim.alloc(0);if(1===this.length)return this.head.data;for(var ret=bufferShim.allocUnsafe(n>>>0),p=this.head,i=0;p;)p.data.copy(ret,i),i+=p.data.length,p=p.next;return ret}},{buffer:5,"buffer-shims":4}],48:[function(require,module,exports){(function(process){var Stream=function(){try{return require("stream")}catch(_){}}();exports=module.exports=require("./lib/_stream_readable.js"),exports.Stream=Stream||exports,exports.Readable=exports,exports.Writable=require("./lib/_stream_writable.js"),exports.Duplex=require("./lib/_stream_duplex.js"),exports.Transform=require("./lib/_stream_transform.js"),exports.PassThrough=require("./lib/_stream_passthrough.js"),!process.browser&&"disable"===process.env.READABLE_STREAM&&Stream&&(module.exports=Stream)}).call(this,require("_process"))},{"./lib/_stream_duplex.js":42,"./lib/_stream_passthrough.js":43,"./lib/_stream_readable.js":44,"./lib/_stream_transform.js":45,"./lib/_stream_writable.js":46,_process:37}],49:[function(require,module,exports){(function(global){var ClientRequest=require("./lib/request"),extend=require("xtend"),statusCodes=require("builtin-status-codes"),url=require("url"),http=exports;http.request=function(opts,cb){opts="string"==typeof opts?url.parse(opts):extend(opts);var defaultProtocol=global.location.protocol.search(/^https?:$/)===-1?"http:":"",protocol=opts.protocol||defaultProtocol,host=opts.hostname||opts.host,port=opts.port,path=opts.path||"/";host&&host.indexOf(":")!==-1&&(host="["+host+"]"),opts.url=(host?protocol+"//"+host:"")+(port?":"+port:"")+path,opts.method=(opts.method||"GET").toUpperCase(),opts.headers=opts.headers||{};var req=new ClientRequest(opts);return cb&&req.on("response",cb),req},http.get=function(opts,cb){var req=http.request(opts,cb);return req.end(),req},http.Agent=function(){},http.Agent.defaultMaxSockets=4,http.STATUS_CODES=statusCodes,http.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./lib/request":51,"builtin-status-codes":6,url:55,xtend:58}],50:[function(require,module,exports){(function(global){function checkTypeSupport(type){try{return xhr.responseType=type,xhr.responseType===type}catch(e){}return!1}function isFunction(value){return"function"==typeof value}exports.fetch=isFunction(global.fetch)&&isFunction(global.ReadableStream),exports.blobConstructor=!1;try{new Blob([new ArrayBuffer(1)]),exports.blobConstructor=!0}catch(e){}var xhr=new global.XMLHttpRequest;xhr.open("GET",global.location.host?"/":"https://example.com");var haveArrayBuffer="undefined"!=typeof global.ArrayBuffer,haveSlice=haveArrayBuffer&&isFunction(global.ArrayBuffer.prototype.slice);exports.arraybuffer=haveArrayBuffer&&checkTypeSupport("arraybuffer"),exports.msstream=!exports.fetch&&haveSlice&&checkTypeSupport("ms-stream"),exports.mozchunkedarraybuffer=!exports.fetch&&haveArrayBuffer&&checkTypeSupport("moz-chunked-arraybuffer"),exports.overrideMimeType=isFunction(xhr.overrideMimeType),exports.vbArray=isFunction(global.VBArray),xhr=null}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],51:[function(require,module,exports){(function(process,global,Buffer){function decideMode(preferBinary,useFetch){return capability.fetch&&useFetch?"fetch":capability.mozchunkedarraybuffer?"moz-chunked-arraybuffer":capability.msstream?"ms-stream":capability.arraybuffer&&preferBinary?"arraybuffer":capability.vbArray&&preferBinary?"text:vbarray":"text"}function statusValid(xhr){try{var status=xhr.status;return null!==status&&0!==status}catch(e){return!1}}var capability=require("./capability"),inherits=require("inherits"),response=require("./response"),stream=require("readable-stream"),toArrayBuffer=require("to-arraybuffer"),IncomingMessage=response.IncomingMessage,rStates=response.readyStates,ClientRequest=module.exports=function(opts){var self=this;stream.Writable.call(self),self._opts=opts,self._body=[],self._headers={},opts.auth&&self.setHeader("Authorization","Basic "+new Buffer(opts.auth).toString("base64")),Object.keys(opts.headers).forEach(function(name){self.setHeader(name,opts.headers[name])});var preferBinary,useFetch=!0;if("disable-fetch"===opts.mode)useFetch=!1,preferBinary=!0;else if("prefer-streaming"===opts.mode)preferBinary=!1;else if("allow-wrong-content-type"===opts.mode)preferBinary=!capability.overrideMimeType;else{if(opts.mode&&"default"!==opts.mode&&"prefer-fast"!==opts.mode)throw new Error("Invalid value for opts.mode");preferBinary=!0}self._mode=decideMode(preferBinary,useFetch),self.on("finish",function(){self._onFinish()})};inherits(ClientRequest,stream.Writable),ClientRequest.prototype.setHeader=function(name,value){var self=this,lowerName=name.toLowerCase();unsafeHeaders.indexOf(lowerName)===-1&&(self._headers[lowerName]={name:name,value:value})},ClientRequest.prototype.getHeader=function(name){var self=this;return self._headers[name.toLowerCase()].value},ClientRequest.prototype.removeHeader=function(name){var self=this;delete self._headers[name.toLowerCase()]},ClientRequest.prototype._onFinish=function(){var self=this;if(!self._destroyed){var body,opts=self._opts,headersObj=self._headers;if("POST"!==opts.method&&"PUT"!==opts.method&&"PATCH"!==opts.method||(body=capability.blobConstructor?new global.Blob(self._body.map(function(buffer){return toArrayBuffer(buffer)}),{type:(headersObj["content-type"]||{}).value||""}):Buffer.concat(self._body).toString()),"fetch"===self._mode){var headers=Object.keys(headersObj).map(function(name){return[headersObj[name].name,headersObj[name].value]});global.fetch(self._opts.url,{method:self._opts.method,headers:headers,body:body,mode:"cors",credentials:opts.withCredentials?"include":"same-origin"}).then(function(response){self._fetchResponse=response,self._connect()},function(reason){self.emit("error",reason)})}else{var xhr=self._xhr=new global.XMLHttpRequest;try{xhr.open(self._opts.method,self._opts.url,!0)}catch(err){return void process.nextTick(function(){self.emit("error",err)})}"responseType"in xhr&&(xhr.responseType=self._mode.split(":")[0]),"withCredentials"in xhr&&(xhr.withCredentials=!!opts.withCredentials),"text"===self._mode&&"overrideMimeType"in xhr&&xhr.overrideMimeType("text/plain; charset=x-user-defined"),Object.keys(headersObj).forEach(function(name){xhr.setRequestHeader(headersObj[name].name,headersObj[name].value)}),self._response=null,xhr.onreadystatechange=function(){switch(xhr.readyState){case rStates.LOADING:case rStates.DONE:self._onXHRProgress()}},"moz-chunked-arraybuffer"===self._mode&&(xhr.onprogress=function(){self._onXHRProgress()}),xhr.onerror=function(){self._destroyed||self.emit("error",new Error("XHR error"))};try{xhr.send(body)}catch(err){return void process.nextTick(function(){self.emit("error",err)})}}}},ClientRequest.prototype._onXHRProgress=function(){var self=this;statusValid(self._xhr)&&!self._destroyed&&(self._response||self._connect(),self._response._onXHRProgress())},ClientRequest.prototype._connect=function(){var self=this;self._destroyed||(self._response=new IncomingMessage(self._xhr,self._fetchResponse,self._mode),self.emit("response",self._response))},ClientRequest.prototype._write=function(chunk,encoding,cb){var self=this;self._body.push(chunk),cb()},ClientRequest.prototype.abort=ClientRequest.prototype.destroy=function(){var self=this;self._destroyed=!0,self._response&&(self._response._destroyed=!0),self._xhr&&self._xhr.abort()},ClientRequest.prototype.end=function(data,encoding,cb){var self=this;"function"==typeof data&&(cb=data,data=void 0),stream.Writable.prototype.end.call(self,data,encoding,cb)},ClientRequest.prototype.flushHeaders=function(){},ClientRequest.prototype.setTimeout=function(){},ClientRequest.prototype.setNoDelay=function(){},ClientRequest.prototype.setSocketKeepAlive=function(){};var unsafeHeaders=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","user-agent","via"]}).call(this,require("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},require("buffer").Buffer)},{"./capability":50,"./response":52,_process:37,buffer:5,inherits:11,"readable-stream":48,"to-arraybuffer":54}],52:[function(require,module,exports){(function(process,global,Buffer){var capability=require("./capability"),inherits=require("inherits"),stream=require("readable-stream"),rStates=exports.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},IncomingMessage=exports.IncomingMessage=function(xhr,response,mode){function read(){reader.read().then(function(result){if(!self._destroyed){if(result.done)return void self.push(null);self.push(new Buffer(result.value)),read()}})}var self=this;if(stream.Readable.call(self),self._mode=mode,self.headers={},self.rawHeaders=[],self.trailers={},self.rawTrailers=[],self.on("end",function(){process.nextTick(function(){self.emit("close")})}),"fetch"===mode){self._fetchResponse=response,self.url=response.url,self.statusCode=response.status,self.statusMessage=response.statusText;for(var header,_i,_it=response.headers[Symbol.iterator]();header=(_i=_it.next()).value,!_i.done;)self.headers[header[0].toLowerCase()]=header[1],self.rawHeaders.push(header[0],header[1]);var reader=response.body.getReader();read()}else{self._xhr=xhr,self._pos=0,self.url=xhr.responseURL,self.statusCode=xhr.status,self.statusMessage=xhr.statusText;var headers=xhr.getAllResponseHeaders().split(/\r?\n/);if(headers.forEach(function(header){var matches=header.match(/^([^:]+):\s*(.*)/);if(matches){var key=matches[1].toLowerCase();"set-cookie"===key?(void 0===self.headers[key]&&(self.headers[key]=[]),self.headers[key].push(matches[2])):void 0!==self.headers[key]?self.headers[key]+=", "+matches[2]:self.headers[key]=matches[2],self.rawHeaders.push(matches[1],matches[2])}}),self._charset="x-user-defined",!capability.overrideMimeType){var mimeType=self.rawHeaders["mime-type"];if(mimeType){var charsetMatch=mimeType.match(/;\s*charset=([^;])(;|$)/);charsetMatch&&(self._charset=charsetMatch[1].toLowerCase())}self._charset||(self._charset="utf-8"); +}}};inherits(IncomingMessage,stream.Readable),IncomingMessage.prototype._read=function(){},IncomingMessage.prototype._onXHRProgress=function(){var self=this,xhr=self._xhr,response=null;switch(self._mode){case"text:vbarray":if(xhr.readyState!==rStates.DONE)break;try{response=new global.VBArray(xhr.responseBody).toArray()}catch(e){}if(null!==response){self.push(new Buffer(response));break}case"text":try{response=xhr.responseText}catch(e){self._mode="text:vbarray";break}if(response.length>self._pos){var newData=response.substr(self._pos);if("x-user-defined"===self._charset){for(var buffer=new Buffer(newData.length),i=0;iself._pos&&(self.push(new Buffer(new Uint8Array(reader.result.slice(self._pos)))),self._pos=reader.result.byteLength)},reader.onload=function(){self.push(null)},reader.readAsArrayBuffer(response)}self._xhr.readyState===rStates.DONE&&"ms-stream"!==self._mode&&self.push(null)}}).call(this,require("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},require("buffer").Buffer)},{"./capability":50,_process:37,buffer:5,inherits:11,"readable-stream":48}],53:[function(require,module,exports){function assertEncoding(encoding){if(encoding&&!isBufferEncoding(encoding))throw new Error("Unknown encoding: "+encoding)}function passThroughWrite(buffer){return buffer.toString(this.encoding)}function utf16DetectIncompleteChar(buffer){this.charReceived=buffer.length%2,this.charLength=this.charReceived?2:0}function base64DetectIncompleteChar(buffer){this.charReceived=buffer.length%3,this.charLength=this.charReceived?3:0}var Buffer=require("buffer").Buffer,isBufferEncoding=Buffer.isEncoding||function(encoding){switch(encoding&&encoding.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}},StringDecoder=exports.StringDecoder=function(encoding){switch(this.encoding=(encoding||"utf8").toLowerCase().replace(/[-_]/,""),assertEncoding(encoding),this.encoding){case"utf8":this.surrogateSize=3;break;case"ucs2":case"utf16le":this.surrogateSize=2,this.detectIncompleteChar=utf16DetectIncompleteChar;break;case"base64":this.surrogateSize=3,this.detectIncompleteChar=base64DetectIncompleteChar;break;default:return void(this.write=passThroughWrite)}this.charBuffer=new Buffer(6),this.charReceived=0,this.charLength=0};StringDecoder.prototype.write=function(buffer){for(var charStr="";this.charLength;){var available=buffer.length>=this.charLength-this.charReceived?this.charLength-this.charReceived:buffer.length;if(buffer.copy(this.charBuffer,this.charReceived,0,available),this.charReceived+=available,this.charReceived=55296&&charCode<=56319)){if(this.charReceived=this.charLength=0,0===buffer.length)return charStr;break}this.charLength+=this.surrogateSize,charStr=""}this.detectIncompleteChar(buffer);var end=buffer.length;this.charLength&&(buffer.copy(this.charBuffer,0,buffer.length-this.charReceived,end),end-=this.charReceived),charStr+=buffer.toString(this.encoding,0,end);var end=charStr.length-1,charCode=charStr.charCodeAt(end);if(charCode>=55296&&charCode<=56319){var size=this.surrogateSize;return this.charLength+=size,this.charReceived+=size,this.charBuffer.copy(this.charBuffer,size,0,size),buffer.copy(this.charBuffer,0,0,size),charStr.substring(0,end)}return charStr},StringDecoder.prototype.detectIncompleteChar=function(buffer){for(var i=buffer.length>=3?3:buffer.length;i>0;i--){var c=buffer[buffer.length-i];if(1==i&&c>>5==6){this.charLength=2;break}if(i<=2&&c>>4==14){this.charLength=3;break}if(i<=3&&c>>3==30){this.charLength=4;break}}this.charReceived=i},StringDecoder.prototype.end=function(buffer){var res="";if(buffer&&buffer.length&&(res=this.write(buffer)),this.charReceived){var cr=this.charReceived,buf=this.charBuffer,enc=this.encoding;res+=buf.slice(0,cr).toString(enc)}return res}},{buffer:5}],54:[function(require,module,exports){var Buffer=require("buffer").Buffer;module.exports=function(buf){if(buf instanceof Uint8Array){if(0===buf.byteOffset&&buf.byteLength===buf.buffer.byteLength)return buf.buffer;if("function"==typeof buf.buffer.slice)return buf.buffer.slice(buf.byteOffset,buf.byteOffset+buf.byteLength)}if(Buffer.isBuffer(buf)){for(var arrayCopy=new Uint8Array(buf.length),len=buf.length,i=0;i",'"',"`"," ","\r","\n","\t"],unwise=["{","}","|","\\","^","`"].concat(delims),autoEscape=["'"].concat(unwise),nonHostChars=["%","/","?",";","#"].concat(autoEscape),hostEndingChars=["/","?","#"],hostnameMaxLen=255,hostnamePartPattern=/^[+a-z0-9A-Z_-]{0,63}$/,hostnamePartStart=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,unsafeProtocol={javascript:!0,"javascript:":!0},hostlessProtocol={javascript:!0,"javascript:":!0},slashedProtocol={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},querystring=require("querystring");Url.prototype.parse=function(url,parseQueryString,slashesDenoteHost){if(!util.isString(url))throw new TypeError("Parameter 'url' must be a string, not "+typeof url);var queryIndex=url.indexOf("?"),splitter=queryIndex!==-1&&queryIndex127?"x":part[j];if(!newpart.match(hostnamePartPattern)){var validParts=hostparts.slice(0,i),notHost=hostparts.slice(i+1),bit=part.match(hostnamePartStart);bit&&(validParts.push(bit[1]),notHost.unshift(bit[2])),notHost.length&&(rest="/"+notHost.join(".")+rest),this.hostname=validParts.join(".");break}}}this.hostname.length>hostnameMaxLen?this.hostname="":this.hostname=this.hostname.toLowerCase(),ipv6Hostname||(this.hostname=punycode.toASCII(this.hostname));var p=this.port?":"+this.port:"",h=this.hostname||"";this.host=h+p,this.href+=this.host,ipv6Hostname&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==rest[0]&&(rest="/"+rest))}if(!unsafeProtocol[lowerProto])for(var i=0,l=autoEscape.length;i0)&&result.host.split("@");authInHost&&(result.auth=authInHost.shift(),result.host=result.hostname=authInHost.shift())}return result.search=relative.search,result.query=relative.query,util.isNull(result.pathname)&&util.isNull(result.search)||(result.path=(result.pathname?result.pathname:"")+(result.search?result.search:"")),result.href=result.format(),result}if(!srcPath.length)return result.pathname=null,result.search?result.path="/"+result.search:result.path=null,result.href=result.format(),result;for(var last=srcPath.slice(-1)[0],hasTrailingSlash=(result.host||relative.host||srcPath.length>1)&&("."===last||".."===last)||""===last,up=0,i=srcPath.length;i>=0;i--)last=srcPath[i],"."===last?srcPath.splice(i,1):".."===last?(srcPath.splice(i,1),up++):up&&(srcPath.splice(i,1),up--);if(!mustEndAbs&&!removeAllDots)for(;up--;up)srcPath.unshift("..");!mustEndAbs||""===srcPath[0]||srcPath[0]&&"/"===srcPath[0].charAt(0)||srcPath.unshift(""),hasTrailingSlash&&"/"!==srcPath.join("/").substr(-1)&&srcPath.push("");var isAbsolute=""===srcPath[0]||srcPath[0]&&"/"===srcPath[0].charAt(0);if(psychotic){result.hostname=result.host=isAbsolute?"":srcPath.length?srcPath.shift():"";var authInHost=!!(result.host&&result.host.indexOf("@")>0)&&result.host.split("@");authInHost&&(result.auth=authInHost.shift(),result.host=result.hostname=authInHost.shift())}return mustEndAbs=mustEndAbs||result.host&&srcPath.length,mustEndAbs&&!isAbsolute&&srcPath.unshift(""),srcPath.length?result.pathname=srcPath.join("/"):(result.pathname=null,result.path=null),util.isNull(result.pathname)&&util.isNull(result.search)||(result.path=(result.pathname?result.pathname:"")+(result.search?result.search:"")),result.auth=relative.auth||result.auth,result.slashes=result.slashes||relative.slashes,result.href=result.format(),result},Url.prototype.parseHost=function(){var host=this.host,port=portPattern.exec(host);port&&(port=port[0],":"!==port&&(this.port=port.substr(1)),host=host.substr(0,host.length-port.length)),host&&(this.hostname=host)}},{"./util":56,punycode:38,querystring:41}],56:[function(require,module,exports){"use strict";module.exports={isString:function(arg){return"string"==typeof arg},isObject:function(arg){return"object"==typeof arg&&null!==arg},isNull:function(arg){return null===arg},isNullOrUndefined:function(arg){return null==arg}}},{}],57:[function(require,module,exports){(function(global){function deprecate(fn,msg){function deprecated(){if(!warned){if(config("throwDeprecation"))throw new Error(msg);config("traceDeprecation")?console.trace(msg):console.warn(msg),warned=!0}return fn.apply(this,arguments)}if(config("noDeprecation"))return fn;var warned=!1;return deprecated}function config(name){try{if(!global.localStorage)return!1}catch(_){return!1}var val=global.localStorage[name];return null!=val&&"true"===String(val).toLowerCase()}module.exports=deprecate}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],58:[function(require,module,exports){function extend(){for(var target={},i=0;i-1?(this._keys.splice(e,1),this._values.splice(e,1),this.size--,!0):!1},e.prototype.entries=function(){var e=this;return r.range(0,this.size).select(function(r){return[e._keys[r],e._values[r]]})},e.prototype.forEach=function(r,e){null==e&&(e=this);for(var t=0,n=this._keys,o=this._values,u=n.length;u>t;t++)r.call(e,o[t],n[t],this)},e.prototype.get=function(r){var e=this._keys.indexOf(r);return this._values[e]},e.prototype.has=function(r){return this._keys.indexOf(r)>-1},e.prototype.keys=function(){return this._keys.en()},e.prototype.set=function(r,e){var t=this._keys.indexOf(r);t>-1?this._values[t]=e:(this._keys.push(r),this._values.push(e),this.size++)},e.prototype.values=function(){return this._values.en()},e}();r.Map3=e,r.Enumerable.prototype.toMap=function(r,t){for(var n=new e,o=this.getEnumerator();o.moveNext();)n.set(r(o.current),t(o.current));return n},r.List&&(r.List.prototype.toMap=r.Enumerable.prototype.toMap)}(exjs||(exjs={})),function(r){r.Map||(r.Map=exjs.Map3)}("undefined"==typeof window?global:window);var exjs;!function(r){function e(e){var t=new r.Enumerable;return t.getEnumerator=function(){var r={current:void 0,moveNext:function(){return e(r)}};return r},t}r.anonymous=e}(exjs||(exjs={}));var exjs;!function(r){function e(r,e){var t,n,o=1,u={current:void 0,moveNext:function(){if(2>o){if(t=t||r.getEnumerator(),t.moveNext())return u.current=t.current,!0;o++}return n=n||e.en().getEnumerator(),n.moveNext()?(u.current=n.current,!0):(u.current=void 0,!1)}};return u}r.Enumerable.prototype.append=function(){for(var t=this,n=[],o=0;o=e?(t.current=void 0,!1):(t.current=r[n],!0)},t}function t(){return this&&Array.isArray(this)?new n(this):new r.Enumerable}var n=function(r){function t(t){r.call(this),this.getEnumerator=function(){return e(t)},this.toArray=function(){return t.slice(0)}}return __extends(t,r),t}(r.Enumerable);try{Object.defineProperty(Array.prototype,"en",{value:t,enumerable:!1,writable:!1,configurable:!1})}catch(o){Array.prototype.en=t}}(exjs||(exjs={}));var exjs;!function(r){function e(r,e){var t,n=!1,o={current:void 0,moveNext:function(){return t||(t=r.getEnumerator()),o.current=void 0,t.moveNext()?(o.current=t.current,!0):n?!1:(n=!0,t=e.getEnumerator(),t.moveNext()?(o.current=t.current,!0):!1)}};return o}r.Enumerable.prototype.concat=function(t){var n=this,o=t instanceof Array?t.en():t,u=new r.Enumerable;return u.getEnumerator=function(){return e(n,o)},u},r.List&&(r.List.prototype.concat=r.Enumerable.prototype.concat)}(exjs||(exjs={}));var exjs;!function(r){function e(r,e){var t,n=[],o={current:void 0,moveNext:function(){if(t||(t=r.getEnumerator()),o.current=void 0,!e){for(;t.moveNext();)if(n.indexOf(t.current)<0)return n.push(o.current=t.current),!0;return!1}for(;t.moveNext();){for(var u=0,i=n.length,c=!1;i>u&&!c;u++)c=!!e(n[u],t.current);if(!c)return n.push(o.current=t.current),!0}return!1}};return o}r.Enumerable.prototype.distinct=function(t){var n=this,o=new r.Enumerable;return o.getEnumerator=function(){return e(n,t)},o},r.List&&(r.List.prototype.distinct=r.Enumerable.prototype.distinct)}(exjs||(exjs={}));var exjs;!function(r){function e(r,e,t){t=t||function(r,e){return r===e};var n,o={current:void 0,moveNext:function(){for(n||(n=r.getEnumerator()),o.current=void 0;n.moveNext();){for(var u=!1,i=e.getEnumerator();i.moveNext()&&!u;)u=t(n.current,i.current);if(!u)return o.current=n.current,!0}return!1}};return o}r.Enumerable.prototype.except=function(t,n){var o=this,u=t instanceof Array?t.en():t,i=new r.Enumerable;return i.getEnumerator=function(){return e(o,u,n)},i},r.List&&(r.List.prototype.except=r.Enumerable.prototype.except)}(exjs||(exjs={})),Function.prototype.fromJson=function(r,e){function t(r,e){if(null==r)return r;if(e instanceof Function)return e(r);if(e instanceof Array){if(e=e[0],!(e instanceof Function&&r instanceof Array))return;for(var t=[],n=0;n-1)){var i=t(r[u],this.$jsonMappings[u]);void 0!==i&&(n[u]=i,o.push(u))}for(var u in r)o.indexOf(u)>-1||(n[u]=r[u]);return n};var exjs;!function(r){function e(r,e,n){var o,u=0,i={current:void 0,moveNext:function(){return o||(o=t(r,e,n)),i.current=void 0,u>=o.length?!1:(i.current=o[u],u++,!0)}};return i}function t(r,e,t){t=t||function(r,e){return r===e};for(var o,u=[],i=[],c=r.getEnumerator();c.moveNext();){o=e(c.current);for(var a=-1,p=0,s=i.length;s>p;p++)if(t(o,i[p])){a=p;break}var f;0>a?(i.push(o),u.push(f=new n(o))):f=u[a],f._add(c.current)}return u}var n=function(r){function e(e){var t=this;r.call(this),this.key=e,this._arr=[],this.getEnumerator=function(){return t._arr.en().getEnumerator()}}return __extends(e,r),e.prototype._add=function(r){this._arr.push(r)},e}(r.Enumerable);r.Enumerable.prototype.groupBy=function(t,n){var o=this,u=new r.Enumerable;return u.getEnumerator=function(){return e(o,t,n)},u},r.List&&(r.List.prototype.groupBy=r.Enumerable.prototype.groupBy)}(exjs||(exjs={}));var exjs;!function(r){function e(e,t,n){n=n||function(r,e){return r===e};var o,u={current:void 0,moveNext:function(){for(o||(o=r.en(e).distinct().getEnumerator()),u.current=void 0;o.moveNext();){for(var i=!1,c=t.getEnumerator();c.moveNext()&&!i;)i=n(o.current,c.current);if(i)return u.current=o.current,!0}return!1}};return u}r.Enumerable.prototype.intersect=function(t,n){var o=this,u=t instanceof Array?t.en():t,i=new r.Enumerable;return i.getEnumerator=function(){return e(o,u,n)},i},r.List&&(r.List.prototype.intersect=r.Enumerable.prototype.intersect)}(exjs||(exjs={}));var exjs;!function(r){function e(e,t,n,o,u,i){i=i||function(r,e){return r===e};var c,a,p=0,s={current:void 0,moveNext:function(){if(s.current=void 0,!c){if(c=e.getEnumerator(),!c.moveNext())return!1;a=r.en(t).toArray()}var f;do{for(;p=e?(t.current=void 0,!1):(t.current=r[n],!0)},t},t.prototype.remove=function(r){return this.removeWhere(function(e){return e===r}).any()},t.prototype.removeWhere=function(r){for(var e,t=[],n=this.length-1;n>=0;n--)e=this[n],r(e,n)===!0&&(this.splice(n,1),t.push(e));return t.en().reverse()}}(exjs||(exjs={}));var exjs;!function(r){function e(r,e,n,o){return new t(r,e,n,o)}var t=function(e){function t(r,t,n,o){e.call(this),this.Source=r,o=o||function(r,e){return r>e?1:e>r?-1:0};var u=n===!0?-1:1;this.Sorter=function(r,e){return u*o(t(r),t(e))}}return __extends(t,e),t.prototype.getEnumerator=function(){var e,t=this.Source,n=this.Sorter,o=0,u={current:void 0,moveNext:function(){return e||(e=r.en(t).toArray(),e.sort(n)),u.current=void 0,o>=e.length?!1:(u.current=e[o],o++,!0)}};return u},t.prototype.thenBy=function(r,e){return new n(this,r,!1,e)},t.prototype.thenByDescending=function(r,e){return new n(this,r,!0,e)},t}(r.Enumerable),n=function(r){function e(e,t,n,o){r.call(this,e,t,n,o);var u=e.Sorter,i=this.Sorter;this.Sorter=function(r,e){return u(r,e)||i(r,e)}}return __extends(e,r),e}(t),o=r.Enumerable.prototype;o.orderBy=function(r,t){return e(this,r,!1,t)},o.orderByDescending=function(r,t){return e(this,r,!0,t)},r.List&&(r.List.prototype.orderBy=r.Enumerable.prototype.orderBy,r.List.prototype.orderByDescending=r.Enumerable.prototype.orderByDescending)}(exjs||(exjs={}));var exjs;!function(r){function e(r,e){var t,n,o=1,u={current:void 0,moveNext:function(){if(2>o){if(t=t||e.en().getEnumerator(),t.moveNext())return u.current=t.current,!0;o++}return n=n||r.getEnumerator(),n.moveNext()?(u.current=n.current,!0):(u.current=void 0,!1)}};return u}r.Enumerable.prototype.prepend=function(){for(var t=this,n=[],o=0;o=e?!1:(o.current=n,!0)}};return o}function t(t,n,o){if(t=t||0,n=n||0,t>n)throw new Error("Start cannot be greater than end.");null==o&&(o=1);var u=new r.Enumerable;return u.getEnumerator=function(){return e(t,n,o)},u}r.range=t}(exjs||(exjs={}));var exjs;!function(r){function e(e){var t,n=0,o={current:void 0,moveNext:function(){return t||(t=r.en(e).toArray(),n=t.length),n--,o.current=t[n],n>=0}};return o}r.Enumerable.prototype.reverse=function(){var t=this,n=new r.Enumerable;return n.getEnumerator=function(){return e(t)},n},r.List&&(r.List.prototype.reverse=r.Enumerable.prototype.reverse)}(exjs||(exjs={}));var exjs;!function(r){function e(r,e){if(e=e||0,0===e)return Math.round(r);var t=Math.pow(10,e);return Math.round(r*t)/t}r.round=e}(exjs||(exjs={}));var exjs;!function(r){function e(r,e){var t,n=0,o={current:void 0,moveNext:function(){return t||(t=r.getEnumerator()),t.moveNext()?(o.current=e(t.current,n),n++,!0):!1}};return o}function t(e,t){var n,o,u={current:void 0,moveNext:function(){for(u.current=void 0,n||(n=e.getEnumerator());!o||!o.moveNext();){if(!n.moveNext())return!1;o=r.selectorEnumerator(t(n.current))}return u.current=o.current,!0}};return u}r.Enumerable.prototype.select=function(t){var n=this,o=new r.Enumerable;return o.getEnumerator=function(){return e(n,t)},o},r.Enumerable.prototype.selectMany=function(e){var n=this,o=new r.Enumerable;return o.getEnumerator=function(){return t(n,e)},o},r.List&&(r.List.prototype.select=r.Enumerable.prototype.select,r.List.prototype.selectMany=r.Enumerable.prototype.selectMany)}(exjs||(exjs={}));var exjs;!function(r){function e(r){return Array.isArray(r)?r.en().getEnumerator():null!=r&&"function"==typeof r.getEnumerator?r.getEnumerator():null}r.selectorEnumerator=e}(exjs||(exjs={}));var exjs;!function(r){function e(r,e){var t,n={current:void 0,moveNext:function(){if(!t){t=r.getEnumerator();for(var o=0;e>o;o++)if(!t.moveNext())return!1}return t.moveNext()?(n.current=t.current,!0):(n.current=void 0,!1)}};return n}function t(r,e){var t,n={current:void 0,moveNext:function(){if(!t){t=r.getEnumerator();for(var o=0;t.moveNext();o++)if(!e(n.current=t.current,o))return!0;return n.current=void 0,!1}return t.moveNext()?(n.current=t.current,!0):(n.current=void 0,!1)}};return n}r.Enumerable.prototype.skip=function(t){var n=this,o=new r.Enumerable;return o.getEnumerator=function(){return e(n,t)},o},r.Enumerable.prototype.skipWhile=function(e){var n=this,o=new r.Enumerable;return o.getEnumerator=function(){return t(n,e)},o},r.List&&(r.List.prototype.skip=r.Enumerable.prototype.skip,r.List.prototype.skipWhile=r.Enumerable.prototype.skipWhile)}(exjs||(exjs={}));var exjs;!function(r){function e(r,e){var t,n=0,o={current:void 0,moveNext:function(){return t||(t=r.getEnumerator()),n++,n>e?!1:(o.current=void 0,t.moveNext()?(o.current=t.current,!0):!1)}};return o}function t(r,e){var t,n=0,o={current:void 0,moveNext:function(){return t||(t=r.getEnumerator()),t.moveNext()&&e(t.current,n)?(n++,o.current=t.current,!0):(o.current=void 0,!1)}};return o}r.Enumerable.prototype.take=function(t){var n=this,o=new r.Enumerable;return o.getEnumerator=function(){return e(n,t)},o},r.Enumerable.prototype.takeWhile=function(e){var n=this,o=new r.Enumerable;return o.getEnumerator=function(){return t(n,e)},o},r.List&&(r.List.prototype.take=r.Enumerable.prototype.take,r.List.prototype.takeWhile=r.Enumerable.prototype.takeWhile)}(exjs||(exjs={}));var exjs;!function(r){function e(e,t){var n,o=!1,u=[],i={current:void 0,moveNext:function(){if(o){if(null==n)return!1;u.push(n),n=r.selectorEnumerator(t(i.current))}else n=e.getEnumerator(),o=!0;for(;!(n&&n.moveNext()||u.length<1);)n=u.pop();return i.current=null==n?void 0:n.current,void 0!==i.current}};return i}function t(e,t,n){var o,u=!1,i=[],c={current:void 0,moveNext:function(){if(u){if(null==o)return!1;i.push(o),o=r.selectorEnumerator(t(c.current))}else o=e.getEnumerator(),u=!0;do{for(;!(o&&o.moveNext()||i.length<1);)o=i.pop();c.current=null==o?void 0:o.current}while(n(c.current));return void 0!==c.current}};return c}r.Enumerable.prototype.traverse=function(t){var n=this,o=new r.Enumerable;return o.getEnumerator=function(){return e(n,t)},o},r.Enumerable.prototype.traverseUnique=function(e,n){var o=this,u=[],i=new r.Enumerable;return n?i.getEnumerator=function(){return t(o,e,function(r){return u.some(function(e){return n(r,e)})?!0:(u.push(r),!1)})}:i.getEnumerator=function(){return t(o,e,function(r){return u.indexOf(r)>-1?!0:(u.push(r),!1)})},i},r.List&&(r.List.prototype.traverse=r.Enumerable.prototype.traverse,r.List.prototype.traverseUnique=r.Enumerable.prototype.traverseUnique)}(exjs||(exjs={}));var exjs;!function(r){function e(e,t,n){n=n||function(r,e){return r===e};var o,u,i=[],c={current:void 0,moveNext:function(){if(o||(o=r.en(e).distinct().getEnumerator()),c.current=void 0,!u&&o.moveNext())return i.push(c.current=o.current),!0;for(u=u||r.en(t).distinct().getEnumerator();u.moveNext();){for(var a=0,p=!1,s=i.length;s>a&&!p;a++)p=n(i[a],u.current);if(!p)return c.current=u.current,!0}return!1}};return c}r.Enumerable.prototype.union=function(t,n){var o=this,u=t instanceof Array?t.en():t,i=new r.Enumerable;return i.getEnumerator=function(){return e(o,u,n)},i},r.List&&(r.List.prototype.union=r.Enumerable.prototype.union)}(exjs||(exjs={}));var exjs;!function(r){function e(r,e){var t,n={current:void 0,moveNext:function(){t||(t=r.getEnumerator());for(var o;t.moveNext();)if(e(o=t.current))return n.current=o,!0;return!1}};return n}r.Enumerable.prototype.where=function(t){var n=this,o=new r.Enumerable;return o.getEnumerator=function(){return e(n,t)},o},r.List&&(r.List.prototype.where=r.Enumerable.prototype.where)}(exjs||(exjs={}));var exjs;!function(r){function e(e){var n=new r.Enumerable;return n.getEnumerator=function(){return t(e)},n}function t(r){var e=r.getEnumerator(),t={current:void 0,moveNext:void 0};return t.moveNext=function(){return e.moveNext()?(t.current=e.current,!0):(t.current=void 0,!1)},t}r.en=e}(exjs||(exjs={}));var ex=exjs.en,exjs;!function(r){function e(r,e,t){var n,o,u={current:void 0,moveNext:function(){return n||(n=r.getEnumerator()),o||(o=e.getEnumerator()),u.current=void 0,n.moveNext()&&o.moveNext()?(u.current=t(n.current,o.current),!0):!1}};return u}r.Enumerable.prototype.zip=function(t,n){var o=this,u=t instanceof Array?t.en():t,i=new r.Enumerable;return i.getEnumerator=function(){return e(o,u,n)},i},r.List&&(r.List.prototype.zip=r.Enumerable.prototype.zip)}(exjs||(exjs={})); //# sourceMappingURL=ex.es3.min.js.map @@ -999,8 +999,14 @@ var Manifesto; }; Manifest.prototype._parseRanges = function (r, path, parentRange) { var range; + var id; if (_isString(r)) { - r = this._getRangeById(r); + id = r; + r = this._getRangeById(id); + } + if (!r) { + console.warn("Range:", id, "does not exist"); + return; } range = new Manifesto.Range(r, this.options); range.parentRange = parentRange; diff --git a/dist/server/manifesto.min.js b/dist/server/manifesto.min.js index fc98569e..cf6b211b 100644 --- a/dist/server/manifesto.min.js +++ b/dist/server/manifesto.min.js @@ -1,4 +1,4 @@ -// manifesto.js v2.0.5 https://github.com/viewdir/manifesto -var Manifesto;!function(Manifesto){var StringValue=function(){function StringValue(value){this.value="",value&&(this.value=value.toLowerCase())}return StringValue.prototype.toString=function(){return this.value},StringValue}();Manifesto.StringValue=StringValue}(Manifesto||(Manifesto={}));var __extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},Manifesto;!function(Manifesto){var AnnotationMotivation=function(_super){function AnnotationMotivation(){_super.apply(this,arguments)}return __extends(AnnotationMotivation,_super),AnnotationMotivation.prototype.bookmarking=function(){return new AnnotationMotivation(AnnotationMotivation.BOOKMARKING.toString())},AnnotationMotivation.prototype.classifying=function(){return new AnnotationMotivation(AnnotationMotivation.CLASSIFYING.toString())},AnnotationMotivation.prototype.commenting=function(){return new AnnotationMotivation(AnnotationMotivation.COMMENTING.toString())},AnnotationMotivation.prototype.describing=function(){return new AnnotationMotivation(AnnotationMotivation.DESCRIBING.toString())},AnnotationMotivation.prototype.editing=function(){return new AnnotationMotivation(AnnotationMotivation.EDITING.toString())},AnnotationMotivation.prototype.highlighting=function(){return new AnnotationMotivation(AnnotationMotivation.HIGHLIGHTING.toString())},AnnotationMotivation.prototype.identifying=function(){return new AnnotationMotivation(AnnotationMotivation.IDENTIFYING.toString())},AnnotationMotivation.prototype.linking=function(){return new AnnotationMotivation(AnnotationMotivation.LINKING.toString())},AnnotationMotivation.prototype.moderating=function(){return new AnnotationMotivation(AnnotationMotivation.MODERATING.toString())},AnnotationMotivation.prototype.painting=function(){return new AnnotationMotivation(AnnotationMotivation.PAINTING.toString())},AnnotationMotivation.prototype.questioning=function(){return new AnnotationMotivation(AnnotationMotivation.QUESTIONING.toString())},AnnotationMotivation.prototype.replying=function(){return new AnnotationMotivation(AnnotationMotivation.REPLYING.toString())},AnnotationMotivation.prototype.tagging=function(){return new AnnotationMotivation(AnnotationMotivation.TAGGING.toString())},AnnotationMotivation.prototype.transcribing=function(){return new AnnotationMotivation(AnnotationMotivation.TRANSCRIBING.toString())},AnnotationMotivation.BOOKMARKING=new AnnotationMotivation("oa:bookmarking"),AnnotationMotivation.CLASSIFYING=new AnnotationMotivation("oa:classifying"),AnnotationMotivation.COMMENTING=new AnnotationMotivation("oa:commenting"),AnnotationMotivation.DESCRIBING=new AnnotationMotivation("oa:describing"),AnnotationMotivation.EDITING=new AnnotationMotivation("oa:editing"),AnnotationMotivation.HIGHLIGHTING=new AnnotationMotivation("oa:highlighting"),AnnotationMotivation.IDENTIFYING=new AnnotationMotivation("oa:identifying"),AnnotationMotivation.LINKING=new AnnotationMotivation("oa:linking"),AnnotationMotivation.MODERATING=new AnnotationMotivation("oa:moderating"),AnnotationMotivation.PAINTING=new AnnotationMotivation("sc:painting"),AnnotationMotivation.QUESTIONING=new AnnotationMotivation("oa:questioning"),AnnotationMotivation.REPLYING=new AnnotationMotivation("oa:replying"),AnnotationMotivation.TAGGING=new AnnotationMotivation("oa:tagging"),AnnotationMotivation.TRANSCRIBING=new AnnotationMotivation("oad:transcribing"),AnnotationMotivation}(Manifesto.StringValue);Manifesto.AnnotationMotivation=AnnotationMotivation}(Manifesto||(Manifesto={}));var __extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},Manifesto;!function(Manifesto){var ElementType=function(_super){function ElementType(){_super.apply(this,arguments)}return __extends(ElementType,_super),ElementType.prototype.canvas=function(){return new ElementType(ElementType.CANVAS.toString())},ElementType.prototype.document=function(){return new ElementType(ElementType.DOCUMENT.toString())},ElementType.prototype.image=function(){return new ElementType(ElementType.IMAGE.toString())},ElementType.prototype.movingimage=function(){return new ElementType(ElementType.MOVINGIMAGE.toString())},ElementType.prototype.physicalobject=function(){return new ElementType(ElementType.PHYSICALOBJECT.toString())},ElementType.prototype.sound=function(){return new ElementType(ElementType.SOUND.toString())},ElementType.CANVAS=new ElementType("sc:canvas"),ElementType.DOCUMENT=new ElementType("foaf:document"),ElementType.IMAGE=new ElementType("dcTypes:image"),ElementType.MOVINGIMAGE=new ElementType("dctypes:movingimage"),ElementType.PHYSICALOBJECT=new ElementType("dctypes:physicalobject"),ElementType.SOUND=new ElementType("dctypes:sound"),ElementType}(Manifesto.StringValue);Manifesto.ElementType=ElementType}(Manifesto||(Manifesto={}));var __extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},Manifesto;!function(Manifesto){var IIIFResourceType=function(_super){function IIIFResourceType(){_super.apply(this,arguments)}return __extends(IIIFResourceType,_super),IIIFResourceType.prototype.annotation=function(){return new IIIFResourceType(IIIFResourceType.ANNOTATION.toString())},IIIFResourceType.prototype.canvas=function(){return new IIIFResourceType(IIIFResourceType.CANVAS.toString())},IIIFResourceType.prototype.collection=function(){return new IIIFResourceType(IIIFResourceType.COLLECTION.toString())},IIIFResourceType.prototype.manifest=function(){return new IIIFResourceType(IIIFResourceType.MANIFEST.toString())},IIIFResourceType.prototype.range=function(){return new IIIFResourceType(IIIFResourceType.RANGE.toString())},IIIFResourceType.prototype.sequence=function(){return new IIIFResourceType(IIIFResourceType.SEQUENCE.toString())},IIIFResourceType.ANNOTATION=new IIIFResourceType("oa:annotation"),IIIFResourceType.CANVAS=new IIIFResourceType("sc:canvas"),IIIFResourceType.COLLECTION=new IIIFResourceType("sc:collection"),IIIFResourceType.MANIFEST=new IIIFResourceType("sc:manifest"),IIIFResourceType.RANGE=new IIIFResourceType("sc:range"),IIIFResourceType.SEQUENCE=new IIIFResourceType("sc:sequence"),IIIFResourceType}(Manifesto.StringValue);Manifesto.IIIFResourceType=IIIFResourceType}(Manifesto||(Manifesto={}));var __extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},Manifesto;!function(Manifesto){var ManifestType=function(_super){function ManifestType(){_super.apply(this,arguments)}return __extends(ManifestType,_super),ManifestType.prototype.empty=function(){return new ManifestType(ManifestType.EMPTY.toString())},ManifestType.prototype.manuscript=function(){return new ManifestType(ManifestType.MANUSCRIPT.toString())},ManifestType.prototype.monograph=function(){return new ManifestType(ManifestType.MONOGRAPH.toString())},ManifestType.EMPTY=new ManifestType(""),ManifestType.MANUSCRIPT=new ManifestType("manuscript"),ManifestType.MONOGRAPH=new ManifestType("monograph"),ManifestType}(Manifesto.StringValue);Manifesto.ManifestType=ManifestType}(Manifesto||(Manifesto={}));var __extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},Manifesto;!function(Manifesto){var RenderingFormat=function(_super){function RenderingFormat(){_super.apply(this,arguments)}return __extends(RenderingFormat,_super),RenderingFormat.prototype.pdf=function(){return new RenderingFormat(RenderingFormat.PDF.toString())},RenderingFormat.prototype.doc=function(){return new RenderingFormat(RenderingFormat.DOC.toString())},RenderingFormat.prototype.docx=function(){return new RenderingFormat(RenderingFormat.DOCX.toString())},RenderingFormat.PDF=new RenderingFormat("application/pdf"),RenderingFormat.DOC=new RenderingFormat("application/msword"),RenderingFormat.DOCX=new RenderingFormat("application/vnd.openxmlformats-officedocument.wordprocessingml.document"),RenderingFormat}(Manifesto.StringValue);Manifesto.RenderingFormat=RenderingFormat}(Manifesto||(Manifesto={}));var __extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},Manifesto;!function(Manifesto){var ResourceFormat=function(_super){function ResourceFormat(){_super.apply(this,arguments)}return __extends(ResourceFormat,_super),ResourceFormat.prototype.jpgimage=function(){return new ResourceFormat(ResourceFormat.JPGIMAGE.toString())},ResourceFormat.prototype.pdf=function(){return new ResourceFormat(ResourceFormat.PDF.toString())},ResourceFormat.JPGIMAGE=new ResourceFormat("image/jpeg"),ResourceFormat.PDF=new ResourceFormat("application/pdf"),ResourceFormat}(Manifesto.StringValue);Manifesto.ResourceFormat=ResourceFormat}(Manifesto||(Manifesto={}));var __extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},Manifesto;!function(Manifesto){var ResourceType=function(_super){function ResourceType(){_super.apply(this,arguments)}return __extends(ResourceType,_super),ResourceType.prototype.image=function(){return new ResourceType(ResourceType.IMAGE.toString())},ResourceType.IMAGE=new ResourceType("dctypes:image"),ResourceType}(Manifesto.StringValue);Manifesto.ResourceType=ResourceType}(Manifesto||(Manifesto={}));var __extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},Manifesto;!function(Manifesto){var ServiceProfile=function(_super){function ServiceProfile(){_super.apply(this,arguments)}return __extends(ServiceProfile,_super),ServiceProfile.prototype.autoComplete=function(){return new ServiceProfile(ServiceProfile.AUTOCOMPLETE.toString())},ServiceProfile.prototype.iiif1ImageLevel1=function(){return new ServiceProfile(ServiceProfile.IIIF1IMAGELEVEL1.toString())},ServiceProfile.prototype.iiif1ImageLevel2=function(){return new ServiceProfile(ServiceProfile.IIIF1IMAGELEVEL2.toString())},ServiceProfile.prototype.iiif2ImageLevel1=function(){return new ServiceProfile(ServiceProfile.IIIF2IMAGELEVEL1.toString())},ServiceProfile.prototype.iiif2ImageLevel2=function(){return new ServiceProfile(ServiceProfile.IIIF2IMAGELEVEL2.toString())},ServiceProfile.prototype.ixif=function(){return new ServiceProfile(ServiceProfile.IXIF.toString())},ServiceProfile.prototype.login=function(){return new ServiceProfile(ServiceProfile.LOGIN.toString())},ServiceProfile.prototype.clickThrough=function(){return new ServiceProfile(ServiceProfile.CLICKTHROUGH.toString())},ServiceProfile.prototype.restricted=function(){return new ServiceProfile(ServiceProfile.RESTRICTED.toString())},ServiceProfile.prototype.logout=function(){return new ServiceProfile(ServiceProfile.LOGOUT.toString())},ServiceProfile.prototype.otherManifestations=function(){return new ServiceProfile(ServiceProfile.OTHERMANIFESTATIONS.toString())},ServiceProfile.prototype.searchWithin=function(){return new ServiceProfile(ServiceProfile.SEARCHWITHIN.toString())},ServiceProfile.prototype.stanfordIIIFImageCompliance1=function(){return new ServiceProfile(ServiceProfile.STANFORDIIIFIMAGECOMPLIANCE1.toString())},ServiceProfile.prototype.stanfordIIIFImageCompliance2=function(){return new ServiceProfile(ServiceProfile.STANFORDIIIFIMAGECOMPLIANCE2.toString())},ServiceProfile.prototype.stanfordIIIFImageConformance1=function(){return new ServiceProfile(ServiceProfile.STANFORDIIIFIMAGECONFORMANCE1.toString())},ServiceProfile.prototype.stanfordIIIFImageConformance2=function(){return new ServiceProfile(ServiceProfile.STANFORDIIIFIMAGECONFORMANCE2.toString())},ServiceProfile.prototype.stanfordIIIF1ImageCompliance1=function(){return new ServiceProfile(ServiceProfile.STANFORDIIIF1IMAGECOMPLIANCE1.toString())},ServiceProfile.prototype.stanfordIIIF1ImageCompliance2=function(){return new ServiceProfile(ServiceProfile.STANFORDIIIF1IMAGECOMPLIANCE2.toString())},ServiceProfile.prototype.stanfordIIIF1ImageConformance1=function(){return new ServiceProfile(ServiceProfile.STANFORDIIIF1IMAGECONFORMANCE1.toString())},ServiceProfile.prototype.stanfordIIIF1ImageConformance2=function(){return new ServiceProfile(ServiceProfile.STANFORDIIIF1IMAGECONFORMANCE2.toString())},ServiceProfile.prototype.token=function(){return new ServiceProfile(ServiceProfile.TOKEN.toString())},ServiceProfile.prototype.trackingExtensions=function(){return new ServiceProfile(ServiceProfile.TRACKINGEXTENSIONS.toString())},ServiceProfile.prototype.uiExtensions=function(){return new ServiceProfile(ServiceProfile.UIEXTENSIONS.toString())},ServiceProfile.prototype.printExtensions=function(){return new ServiceProfile(ServiceProfile.PRINTEXTENSIONS.toString())},ServiceProfile.prototype.shareExtensions=function(){return new ServiceProfile(ServiceProfile.SHAREEXTENSIONS.toString())},ServiceProfile.AUTOCOMPLETE=new ServiceProfile("http://iiif.io/api/search/0/autocomplete"),ServiceProfile.STANFORDIIIFIMAGECOMPLIANCE0=new ServiceProfile("http://library.stanford.edu/iiif/image-api/compliance.html#level0"),ServiceProfile.STANFORDIIIFIMAGECOMPLIANCE1=new ServiceProfile("http://library.stanford.edu/iiif/image-api/compliance.html#level1"),ServiceProfile.STANFORDIIIFIMAGECOMPLIANCE2=new ServiceProfile("http://library.stanford.edu/iiif/image-api/compliance.html#level2"),ServiceProfile.STANFORDIIIFIMAGECONFORMANCE0=new ServiceProfile("http://library.stanford.edu/iiif/image-api/conformance.html#level0"),ServiceProfile.STANFORDIIIFIMAGECONFORMANCE1=new ServiceProfile("http://library.stanford.edu/iiif/image-api/conformance.html#level1"),ServiceProfile.STANFORDIIIFIMAGECONFORMANCE2=new ServiceProfile("http://library.stanford.edu/iiif/image-api/conformance.html#level2"),ServiceProfile.STANFORDIIIF1IMAGECOMPLIANCE0=new ServiceProfile("http://library.stanford.edu/iiif/image-api/1.1/compliance.html#level0"),ServiceProfile.STANFORDIIIF1IMAGECOMPLIANCE1=new ServiceProfile("http://library.stanford.edu/iiif/image-api/1.1/compliance.html#level1"),ServiceProfile.STANFORDIIIF1IMAGECOMPLIANCE2=new ServiceProfile("http://library.stanford.edu/iiif/image-api/1.1/compliance.html#level2"),ServiceProfile.STANFORDIIIF1IMAGECONFORMANCE0=new ServiceProfile("http://library.stanford.edu/iiif/image-api/1.1/conformance.html#level0"),ServiceProfile.STANFORDIIIF1IMAGECONFORMANCE1=new ServiceProfile("http://library.stanford.edu/iiif/image-api/1.1/conformance.html#level1"),ServiceProfile.STANFORDIIIF1IMAGECONFORMANCE2=new ServiceProfile("http://library.stanford.edu/iiif/image-api/1.1/conformance.html#level2"),ServiceProfile.IIIF1IMAGELEVEL0=new ServiceProfile("http://iiif.io/api/image/1/level0.json"),ServiceProfile.IIIF1IMAGELEVEL0PROFILE=new ServiceProfile("http://iiif.io/api/image/1/profiles/level0.json"),ServiceProfile.IIIF1IMAGELEVEL1=new ServiceProfile("http://iiif.io/api/image/1/level1.json"),ServiceProfile.IIIF1IMAGELEVEL1PROFILE=new ServiceProfile("http://iiif.io/api/image/1/profiles/level1.json"),ServiceProfile.IIIF1IMAGELEVEL2=new ServiceProfile("http://iiif.io/api/image/1/level2.json"),ServiceProfile.IIIF1IMAGELEVEL2PROFILE=new ServiceProfile("http://iiif.io/api/image/1/profiles/level2.json"),ServiceProfile.IIIF2IMAGELEVEL0=new ServiceProfile("http://iiif.io/api/image/2/level0.json"),ServiceProfile.IIIF2IMAGELEVEL0PROFILE=new ServiceProfile("http://iiif.io/api/image/2/profiles/level0.json"),ServiceProfile.IIIF2IMAGELEVEL1=new ServiceProfile("http://iiif.io/api/image/2/level1.json"),ServiceProfile.IIIF2IMAGELEVEL1PROFILE=new ServiceProfile("http://iiif.io/api/image/2/profiles/level1.json"),ServiceProfile.IIIF2IMAGELEVEL2=new ServiceProfile("http://iiif.io/api/image/2/level2.json"),ServiceProfile.IIIF2IMAGELEVEL2PROFILE=new ServiceProfile("http://iiif.io/api/image/2/profiles/level2.json"),ServiceProfile.IXIF=new ServiceProfile("http://wellcomelibrary.org/ld/ixif/0/alpha.json"),ServiceProfile.LOGIN=new ServiceProfile("http://iiif.io/api/auth/0/login"),ServiceProfile.CLICKTHROUGH=new ServiceProfile("http://iiif.io/api/auth/0/login/clickthrough"),ServiceProfile.RESTRICTED=new ServiceProfile("http://iiif.io/api/auth/0/login/restricted"),ServiceProfile.LOGOUT=new ServiceProfile("http://iiif.io/api/auth/0/logout"),ServiceProfile.OTHERMANIFESTATIONS=new ServiceProfile("http://iiif.io/api/otherManifestations.json"),ServiceProfile.SEARCHWITHIN=new ServiceProfile("http://iiif.io/api/search/0/search"),ServiceProfile.TOKEN=new ServiceProfile("http://iiif.io/api/auth/0/token"),ServiceProfile.TRACKINGEXTENSIONS=new ServiceProfile("http://universalviewer.io/tracking-extensions-profile"),ServiceProfile.UIEXTENSIONS=new ServiceProfile("http://universalviewer.io/ui-extensions-profile"),ServiceProfile.PRINTEXTENSIONS=new ServiceProfile("http://universalviewer.io/print-extensions-profile"),ServiceProfile.SHAREEXTENSIONS=new ServiceProfile("http://universalviewer.io/share-extensions-profile"),ServiceProfile}(Manifesto.StringValue);Manifesto.ServiceProfile=ServiceProfile}(Manifesto||(Manifesto={}));var __extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},Manifesto;!function(Manifesto){var ViewingDirection=function(_super){function ViewingDirection(){_super.apply(this,arguments)}return __extends(ViewingDirection,_super),ViewingDirection.prototype.leftToRight=function(){return new ViewingDirection(ViewingDirection.LEFTTORIGHT.toString())},ViewingDirection.prototype.rightToLeft=function(){return new ViewingDirection(ViewingDirection.RIGHTTOLEFT.toString())},ViewingDirection.prototype.topToBottom=function(){return new ViewingDirection(ViewingDirection.TOPTOBOTTOM.toString())},ViewingDirection.prototype.bottomToTop=function(){return new ViewingDirection(ViewingDirection.BOTTOMTOTOP.toString())},ViewingDirection.LEFTTORIGHT=new ViewingDirection("left-to-right"),ViewingDirection.RIGHTTOLEFT=new ViewingDirection("right-to-left"),ViewingDirection.TOPTOBOTTOM=new ViewingDirection("top-to-bottom"),ViewingDirection.BOTTOMTOTOP=new ViewingDirection("bottom-to-top"),ViewingDirection}(Manifesto.StringValue);Manifesto.ViewingDirection=ViewingDirection}(Manifesto||(Manifesto={}));var __extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},Manifesto;!function(Manifesto){var ViewingHint=function(_super){function ViewingHint(){_super.apply(this,arguments)}return __extends(ViewingHint,_super),ViewingHint.prototype.continuous=function(){return new ViewingHint(ViewingHint.CONTINUOUS.toString())},ViewingHint.prototype.empty=function(){return new ViewingHint(ViewingHint.EMPTY.toString())},ViewingHint.prototype.individuals=function(){return new ViewingHint(ViewingHint.INDIVIDUALS.toString())},ViewingHint.prototype.nonPaged=function(){return new ViewingHint(ViewingHint.NONPAGED.toString())},ViewingHint.prototype.paged=function(){return new ViewingHint(ViewingHint.PAGED.toString())},ViewingHint.prototype.top=function(){return new ViewingHint(ViewingHint.TOP.toString())},ViewingHint.CONTINUOUS=new ViewingHint("continuous"),ViewingHint.EMPTY=new ViewingHint(""),ViewingHint.INDIVIDUALS=new ViewingHint("individuals"),ViewingHint.NONPAGED=new ViewingHint("non-paged"),ViewingHint.PAGED=new ViewingHint("paged"),ViewingHint.TOP=new ViewingHint("top"),ViewingHint}(Manifesto.StringValue);Manifesto.ViewingHint=ViewingHint}(Manifesto||(Manifesto={}));var Manifesto;!function(Manifesto){var JSONLDResource=function(){function JSONLDResource(jsonld){this.__jsonld=jsonld,this.context=this.getProperty("@context"),this.id=this.getProperty("@id")}return JSONLDResource.prototype.getProperty=function(name){return this.__jsonld?this.__jsonld[name]:null},JSONLDResource}();Manifesto.JSONLDResource=JSONLDResource}(Manifesto||(Manifesto={}));var __extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},Manifesto;!function(Manifesto){var ManifestResource=function(_super){function ManifestResource(jsonld,options){_super.call(this,jsonld),this.options=options}return __extends(ManifestResource,_super),ManifestResource.prototype.getIIIFResourceType=function(){return new Manifesto.IIIFResourceType(this.getProperty("@type"))},ManifestResource.prototype.getLabel=function(){return Manifesto.TranslationCollection.parse(this.getProperty("label"),this.options.locale)},ManifestResource.prototype.getMetadata=function(){var _metadata=this.getProperty("metadata"),metadata=[];if(!_metadata)return metadata;for(var i=0;i<_metadata.length;i++){var item=_metadata[i],metadataItem=new Manifesto.MetadataItem(this.options.locale);metadataItem.parse(item),metadata.push(metadataItem)}return metadata},ManifestResource.prototype.getRendering=function(format){var renderings=this.getRenderings();"string"!=typeof format&&(format=format.toString());for(var i=0;i-1||this.externalResource.data["@context"].indexOf("/1.1/context.json")>-1||this.externalResource.data["@context"].indexOf("/1/context.json")>-1)&&(quality="native");else{var images=this.getImages();if(images&&images.length){var firstImage=images[0],resource=firstImage.getResource(),services=resource.getServices();if(width||(width=resource.getWidth()),services.length){var service=services[0];id=service.id,quality=Manifesto.Utils.getImageQuality(service.getProfile())}}if(!id)return"undefined"==typeof this.__jsonld.thumbnail?null:this.__jsonld.thumbnail}size=width+",";var uri=[id,region,size,rotation,quality+".jpg"].join("/");return uri},Canvas.prototype.getImages=function(){var images=[];if(!this.__jsonld.images)return images;for(var i=0;i1},Manifest.prototype.getViewingDirection=function(){return this.getProperty("viewingDirection")?new Manifesto.ViewingDirection(this.getProperty("viewingDirection")):Manifesto.ViewingDirection.LEFTTORIGHT},Manifest.prototype.getViewingHint=function(){return this.getProperty("viewingHint")?new Manifesto.ViewingHint(this.getProperty("viewingHint")):Manifesto.ViewingHint.EMPTY},Manifest}(Manifesto.IIIFResource);Manifesto.Manifest=Manifest}(Manifesto||(Manifesto={}));var __extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},Manifesto;!function(Manifesto){var Collection=function(_super){function Collection(jsonld,options){_super.call(this,jsonld,options),this.members=[],this._collections=null,this._manifests=null,jsonld.__collection=this}return __extends(Collection,_super),Collection.prototype.getCollections=function(){return this._collections?this._collections:this._collections=this.members.en().where(function(m){return m.isCollection()}).toArray()},Collection.prototype.getManifests=function(){return this._manifests?this._manifests:this._manifests=this.members.en().where(function(m){return m.isManifest()}).toArray()},Collection.prototype.getCollectionByIndex=function(collectionIndex){var collection=this.getCollections()[collectionIndex];return collection.options.index=collectionIndex,collection.load()},Collection.prototype.getManifestByIndex=function(manifestIndex){var manifest=this.getManifests()[manifestIndex];return manifest.options.index=manifestIndex,manifest.load()},Collection.prototype.getTotalCollections=function(){return this.getCollections().length},Collection.prototype.getTotalManifests=function(){return this.getManifests().length},Collection.prototype.getTotalMembers=function(){return this.members.length},Collection.prototype.getDefaultTree=function(){return _super.prototype.getDefaultTree.call(this),this.defaultTree.data.type=Manifesto.TreeNodeType.COLLECTION.toString(),this._parseManifests(this),this._parseCollections(this),Manifesto.Utils.generateTreeNodeIds(this.defaultTree),this.defaultTree},Collection.prototype._parseManifests=function(parentCollection){if(parentCollection.getManifests()&&parentCollection.getManifests().length)for(var i=0;i=0;i--){var canvas=this.getCanvasByIndex(i),label=Manifesto.TranslationCollection.getValue(canvas.getLabel(),this.options.locale);if(alphanumeric){var regExp=/^[a-zA-Z0-9]*$/;if(regExp.test(label))return label}else if(label)return label}return this.options.defaultLabel},Sequence.prototype.getLastPageIndex=function(){return this.getTotalCanvases()-1},Sequence.prototype.getNextPageIndex=function(canvasIndex,pagingEnabled){var index;if(pagingEnabled){var indices=this.getPagedIndices(canvasIndex);index=this.getViewingDirection().toString()===Manifesto.ViewingDirection.RIGHTTOLEFT.toString()?indices[0]+1:_last(indices)+1}else index=canvasIndex+1;return index>this.getLastPageIndex()?-1:index},Sequence.prototype.getPagedIndices=function(canvasIndex,pagingEnabled){var indices=[];return pagingEnabled?(indices=this.isFirstCanvas(canvasIndex)||this.isLastCanvas(canvasIndex)?[canvasIndex]:canvasIndex%2?[canvasIndex,canvasIndex+1]:[canvasIndex-1,canvasIndex],this.getViewingDirection().toString()===Manifesto.ViewingDirection.RIGHTTOLEFT.toString()&&(indices=indices.reverse())):indices.push(canvasIndex),indices},Sequence.prototype.getPrevPageIndex=function(canvasIndex,pagingEnabled){var index;if(pagingEnabled){var indices=this.getPagedIndices(canvasIndex);index=this.getViewingDirection().toString()===Manifesto.ViewingDirection.RIGHTTOLEFT.toString()?_last(indices)-1:indices[0]-1}else index=canvasIndex-1;return index},Sequence.prototype.getStartCanvasIndex=function(){var startCanvas=this.getStartCanvas();if(startCanvas)for(var i=0;ithis.getTotalCanvases()-1},Sequence.prototype.isFirstCanvas=function(canvasIndex){return 0===canvasIndex},Sequence.prototype.isLastCanvas=function(canvasIndex){return canvasIndex===this.getTotalCanvases()-1},Sequence.prototype.isMultiCanvas=function(){return this.getTotalCanvases()>1},Sequence.prototype.isPagingEnabled=function(){return this.getViewingHint().toString()===Manifesto.ViewingHint.PAGED.toString()},Sequence.prototype.isTotalCanvasesEven=function(){return this.getTotalCanvases()%2===0},Sequence}(Manifesto.ManifestResource);Manifesto.Sequence=Sequence}(Manifesto||(Manifesto={}));var _isString=require("lodash.isstring"),Manifesto;!function(Manifesto){var Deserialiser=function(){function Deserialiser(){}return Deserialiser.parse=function(manifest,options){return this.parseJson(JSON.parse(manifest),options)},Deserialiser.parseJson=function(json,options){var resource;switch(options&&options.navDate&&!isNaN(options.navDate.getTime())&&(json.navDate=options.navDate.toString()),json["@type"]){case"sc:Collection":resource=this.parseCollection(json,options);break;case"sc:Manifest":resource=this.parseManifest(json,options);break;default:return null}return resource.isLoaded=!0,resource},Deserialiser.parseCollection=function(json,options){var collection=new Manifesto.Collection(json,options);return options?collection.index=options.index||0:collection.index=0,this.parseCollections(collection,options),this.parseManifests(collection,options),this.parseMembers(collection,options),collection},Deserialiser.parseCollections=function(collection,options){var children=collection.__jsonld.collections;if(children)for(var i=0;i-1||this.externalResource.data["@context"].indexOf("/1.1/context.json")>-1||this.externalResource.data["@context"].indexOf("/1/context.json")>-1)&&(quality="native");else{var images=this.getImages();if(images&&images.length){var firstImage=images[0],resource=firstImage.getResource(),services=resource.getServices();if(width||(width=resource.getWidth()),services.length){var service=services[0];id=service.id,quality=Manifesto.Utils.getImageQuality(service.getProfile())}}if(!id)return"undefined"==typeof this.__jsonld.thumbnail?null:this.__jsonld.thumbnail}size=width+",";var uri=[id,region,size,rotation,quality+".jpg"].join("/");return uri},Canvas.prototype.getImages=function(){var images=[];if(!this.__jsonld.images)return images;for(var i=0;i1},Manifest.prototype.getViewingDirection=function(){return this.getProperty("viewingDirection")?new Manifesto.ViewingDirection(this.getProperty("viewingDirection")):Manifesto.ViewingDirection.LEFTTORIGHT},Manifest.prototype.getViewingHint=function(){return this.getProperty("viewingHint")?new Manifesto.ViewingHint(this.getProperty("viewingHint")):Manifesto.ViewingHint.EMPTY},Manifest}(Manifesto.IIIFResource);Manifesto.Manifest=Manifest}(Manifesto||(Manifesto={}));var __extends=this&&this.__extends||function(d,b){function __(){this.constructor=d}for(var p in b)b.hasOwnProperty(p)&&(d[p]=b[p]);d.prototype=null===b?Object.create(b):(__.prototype=b.prototype,new __)},Manifesto;!function(Manifesto){var Collection=function(_super){function Collection(jsonld,options){_super.call(this,jsonld,options),this.members=[],this._collections=null,this._manifests=null,jsonld.__collection=this}return __extends(Collection,_super),Collection.prototype.getCollections=function(){return this._collections?this._collections:this._collections=this.members.en().where(function(m){return m.isCollection()}).toArray()},Collection.prototype.getManifests=function(){return this._manifests?this._manifests:this._manifests=this.members.en().where(function(m){return m.isManifest()}).toArray()},Collection.prototype.getCollectionByIndex=function(collectionIndex){var collection=this.getCollections()[collectionIndex];return collection.options.index=collectionIndex,collection.load()},Collection.prototype.getManifestByIndex=function(manifestIndex){var manifest=this.getManifests()[manifestIndex];return manifest.options.index=manifestIndex,manifest.load()},Collection.prototype.getTotalCollections=function(){return this.getCollections().length},Collection.prototype.getTotalManifests=function(){return this.getManifests().length},Collection.prototype.getTotalMembers=function(){return this.members.length},Collection.prototype.getDefaultTree=function(){return _super.prototype.getDefaultTree.call(this),this.defaultTree.data.type=Manifesto.TreeNodeType.COLLECTION.toString(),this._parseManifests(this),this._parseCollections(this),Manifesto.Utils.generateTreeNodeIds(this.defaultTree),this.defaultTree},Collection.prototype._parseManifests=function(parentCollection){if(parentCollection.getManifests()&&parentCollection.getManifests().length)for(var i=0;i=0;i--){var canvas=this.getCanvasByIndex(i),label=Manifesto.TranslationCollection.getValue(canvas.getLabel(),this.options.locale);if(alphanumeric){var regExp=/^[a-zA-Z0-9]*$/;if(regExp.test(label))return label}else if(label)return label}return this.options.defaultLabel},Sequence.prototype.getLastPageIndex=function(){return this.getTotalCanvases()-1},Sequence.prototype.getNextPageIndex=function(canvasIndex,pagingEnabled){var index;if(pagingEnabled){var indices=this.getPagedIndices(canvasIndex);index=this.getViewingDirection().toString()===Manifesto.ViewingDirection.RIGHTTOLEFT.toString()?indices[0]+1:_last(indices)+1}else index=canvasIndex+1;return index>this.getLastPageIndex()?-1:index},Sequence.prototype.getPagedIndices=function(canvasIndex,pagingEnabled){var indices=[];return pagingEnabled?(indices=this.isFirstCanvas(canvasIndex)||this.isLastCanvas(canvasIndex)?[canvasIndex]:canvasIndex%2?[canvasIndex,canvasIndex+1]:[canvasIndex-1,canvasIndex],this.getViewingDirection().toString()===Manifesto.ViewingDirection.RIGHTTOLEFT.toString()&&(indices=indices.reverse())):indices.push(canvasIndex),indices},Sequence.prototype.getPrevPageIndex=function(canvasIndex,pagingEnabled){var index;if(pagingEnabled){var indices=this.getPagedIndices(canvasIndex);index=this.getViewingDirection().toString()===Manifesto.ViewingDirection.RIGHTTOLEFT.toString()?_last(indices)-1:indices[0]-1}else index=canvasIndex-1;return index},Sequence.prototype.getStartCanvasIndex=function(){var startCanvas=this.getStartCanvas();if(startCanvas)for(var i=0;ithis.getTotalCanvases()-1},Sequence.prototype.isFirstCanvas=function(canvasIndex){return 0===canvasIndex},Sequence.prototype.isLastCanvas=function(canvasIndex){return canvasIndex===this.getTotalCanvases()-1},Sequence.prototype.isMultiCanvas=function(){return this.getTotalCanvases()>1},Sequence.prototype.isPagingEnabled=function(){return this.getViewingHint().toString()===Manifesto.ViewingHint.PAGED.toString()},Sequence.prototype.isTotalCanvasesEven=function(){return this.getTotalCanvases()%2===0},Sequence}(Manifesto.ManifestResource);Manifesto.Sequence=Sequence}(Manifesto||(Manifesto={}));var _isString=require("lodash.isstring"),Manifesto;!function(Manifesto){var Deserialiser=function(){function Deserialiser(){}return Deserialiser.parse=function(manifest,options){return this.parseJson(JSON.parse(manifest),options)},Deserialiser.parseJson=function(json,options){var resource;switch(options&&options.navDate&&!isNaN(options.navDate.getTime())&&(json.navDate=options.navDate.toString()),json["@type"]){case"sc:Collection":resource=this.parseCollection(json,options);break;case"sc:Manifest":resource=this.parseManifest(json,options);break;default:return null}return resource.isLoaded=!0,resource},Deserialiser.parseCollection=function(json,options){var collection=new Manifesto.Collection(json,options);return options?collection.index=options.index||0:collection.index=0,this.parseCollections(collection,options),this.parseManifests(collection,options),this.parseMembers(collection,options),collection},Deserialiser.parseCollections=function(collection,options){var children=collection.__jsonld.collections;if(children)for(var i=0;ihttp://hdl.handle.net/10107/4642022<\/a>" + "value": "http://hdl.handle.net/10107/4642022" }, { "label": [ @@ -100,10 +100,10 @@ "description": "This volume is bound in morrocan leather and has gold lettering and lines on the boards and spine. The volume is made up of parchment pages sewn on 5 raised cords. The first page contains the Welsh text \"ER CÔF\" and the signature, \"Edward P\", of Edward, Prince of Wales (later Edward VIII), and is dated \"12 June 1928\". The preface contains the following information in gold lettering: \"HEREIN ARE RECORDED THE NAMES OF THE MEN AND WOMEN OF WELSH BIRTH AND PARENTAGE AND OF ALL THE MEN BELONGING TO THE REGIMENT OF WALES WHO GAVE THEIR LIVES IN THE WAR OF 1914-1918 A:D: THEY ARE COMMEMORATED BY THEIR FELLOW COUNTRY MEN IN THE MEMORIAL ERECTED NEAR BY.\" The following is noted at the end of the volume: \"The work of Graily Hewitt, B.A., LL.B., of Lincoln's Inn, and his assistants Helen Hinkley, Ida D. Henstock, Florence Capey, and Helen Luker. Finished Mar. 1928. Treyford, Midhurst.\"", "license": "http://hdl.handle.net/10107/Copyright_AllRightsReserved", "logo": { - "@id": "https://damsssl.llgc.org.uk/iiif/2.0/image/logo/full/400,/0/default.jpg", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/logo/full/400,/0/default.jpg", "service": { "@context": "http://iiif.io/api/image/2/context.json", - "@id": "https://damsssl.llgc.org.uk/iiif/2.0/image/logo", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/logo", "profile": "http://iiif.io/api/image/2/level1.json" } }, @@ -117,32520 +117,57219 @@ "@language": "cy-GB" } ], - "sequences": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/sequence/Physical.json", - "@type": "sc:Sequence", - "label": "Current Page Order", - "viewingDirection": "left-to-right", - "viewingHint": "paged", - "canvases": [ - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642023.json", - "@type": "sc:Canvas", - "label": "front cover", - "height": 7179, - "width": 4832, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642023.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642023.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642023", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7179, - "width": 4832 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642023.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642024.json", - "@type": "sc:Canvas", - "label": "inside front cover", - "height": 7259, - "width": 4712, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642024.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642024.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642024", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7259, - "width": 4712 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642024.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642025.json", - "@type": "sc:Canvas", - "label": "Er Cof", - "height": 7358, - "width": 4909, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642025.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642025.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642025", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7358, - "width": 4909 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642025.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642026.json", - "@type": "sc:Canvas", - "label": "Er Cof - verso", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642026.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642026.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642026", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642026.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642027.json", - "@type": "sc:Canvas", - "label": "Intro page", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642027.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642027.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642027", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642027.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642028.json", - "@type": "sc:Canvas", - "label": "Intro page verso", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642028.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642028.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642028", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642028.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642029.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.1", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642029.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642029.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642029", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642029.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642030.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY (officers) pg.2", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642030.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642030.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642030", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642030.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642031.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY (officers) pg.3", - "height": 7243, - "width": 4826, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642031.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642031.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642031", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7243, - "width": 4826 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642031.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642032.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY (officers) pg.4", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642032.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642032.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642032", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642032.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642033.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY (officers) pg.5", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642033.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642033.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642033", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642033.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642034.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY (officers) pg.6", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642034.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642034.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642034", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642034.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642035.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.7", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642035.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642035.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642035", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642035.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642036.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.8", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642036.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642036.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642036", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642036.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642037.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.9", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642037.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642037.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642037", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642037.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642038.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.10", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642038.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642038.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642038", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642038.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642039.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.11", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642039.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642039.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642039", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642039.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642040.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.12", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642040.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642040.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642040", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642040.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642041.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.13", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642041.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642041.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642041", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642041.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642042.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.14", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642042.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642042.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642042", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642042.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642043.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.15", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642043.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642043.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642043", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642043.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642044.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.16", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642044.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642044.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642044", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642044.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642045.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.17", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642045.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642045.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642045", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642045.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642046.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.18", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642046.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642046.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642046", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642046.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642047.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.19", - "height": 7301, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642047.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642047.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642047", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7301, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642047.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642048.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.20", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642048.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642048.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642048", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642048.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642049.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.21", - "height": 7293, - "width": 4890, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642049.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642049.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642049", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7293, - "width": 4890 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642049.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642050.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.22", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642050.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642050.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642050", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642050.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642051.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.23", - "height": 7300, - "width": 4900, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642051.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642051.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642051", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7300, - "width": 4900 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642051.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642052.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.24", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642052.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642052.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642052", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642052.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642053.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.25", - "height": 7268, - "width": 4895, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642053.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642053.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642053", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7268, - "width": 4895 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642053.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642054.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.26", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642054.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642054.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642054", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642054.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642055.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.27", - "height": 7274, - "width": 4899, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642055.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642055.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642055", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7274, - "width": 4899 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642055.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642056.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.28", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642056.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642056.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642056", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642056.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642057.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.29", - "height": 7285, - "width": 4892, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642057.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642057.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642057", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7285, - "width": 4892 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642057.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642058.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.30", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642058.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642058.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642058", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642058.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642059.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.31", - "height": 7290, - "width": 4895, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642059.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642059.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642059", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7290, - "width": 4895 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642059.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642060.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.32", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642060.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642060.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642060", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642060.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642061.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.33", - "height": 7263, - "width": 4882, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642061.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642061.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642061", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7263, - "width": 4882 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642061.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642062.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.34", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642062.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642062.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642062", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642062.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642063.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.35", - "height": 7270, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642063.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642063.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642063", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7270, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642063.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642064.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.36", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642064.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642064.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642064", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642064.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642065.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.37", - "height": 7292, - "width": 4895, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642065.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642065.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642065", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7292, - "width": 4895 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642065.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642066.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.38", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642066.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642066.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642066", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642066.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642067.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.39", - "height": 7255, - "width": 4879, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642067.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642067.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642067", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7255, - "width": 4879 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642067.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642068.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.40", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642068.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642068.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642068", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642068.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642069.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.41", - "height": 7305, - "width": 4903, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642069.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642069.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642069", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7305, - "width": 4903 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642069.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642070.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.42", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642070.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642070.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642070", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642070.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642071.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.43", - "height": 7305, - "width": 4903, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642071.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642071.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642071", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7305, - "width": 4903 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642071.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642072.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.44", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642072.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642072.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642072", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642072.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642073.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.45", - "height": 7264, - "width": 4876, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642073.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642073.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642073", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7264, - "width": 4876 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642073.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642074.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.46", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642074.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642074.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642074", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642074.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642075.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.47", - "height": 7260, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642075.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642075.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642075", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7260, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642075.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642076.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.48", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642076.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642076.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642076", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642076.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642077.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.49", - "height": 7273, - "width": 4889, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642077.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642077.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642077", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7273, - "width": 4889 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642077.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642078.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.50", - "height": 7333, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642078.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642078.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642078", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7333, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642078.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642079.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.51", - "height": 7302, - "width": 4892, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642079.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642079.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642079", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7302, - "width": 4892 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642079.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642080.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.52", - "height": 7333, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642080.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642080.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642080", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7333, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642080.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642081.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY pg.53", - "height": 7311, - "width": 4879, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642081.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642081.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642081", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4879 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642081.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642082.json", - "@type": "sc:Canvas", - "label": "ROYAL NAVY (pg.53 verso)", - "height": 7333, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642082.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642082.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642082", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7333, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642082.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642083.json", - "@type": "sc:Canvas", - "label": "ROYAL FLYING CORPS pg. 1", - "height": 7310, - "width": 4879, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642083.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642083.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642083", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7310, - "width": 4879 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642083.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642084.json", - "@type": "sc:Canvas", - "label": "ROYAL FLYING CORPS (OFFICERS) pg.2", - "height": 7333, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642084.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642084.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642084", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7333, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642084.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642085.json", - "@type": "sc:Canvas", - "label": "ROYAL FLYING CORPS pg. 3", - "height": 7295, - "width": 4869, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642085.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642085.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642085", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7295, - "width": 4869 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642085.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642086.json", - "@type": "sc:Canvas", - "label": "ROYAL AIR FORCE pg. 4", - "height": 7333, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642086.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642086.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642086", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7333, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642086.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642087.json", - "@type": "sc:Canvas", - "label": "ROYAL AIR FORCE (OFFICERS) pg. 5", - "height": 7310, - "width": 4879, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642087.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642087.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642087", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7310, - "width": 4879 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642087.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642088.json", - "@type": "sc:Canvas", - "label": "ROYAL AIR FORCE (OFFICERS) pg. 6", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642088.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642088.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642088", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642088.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642089.json", - "@type": "sc:Canvas", - "label": "ROYAL AIR FORCE pg. 7", - "height": 7352, - "width": 4866, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642089.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642089.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642089", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7352, - "width": 4866 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642089.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642090.json", - "@type": "sc:Canvas", - "label": "ROYAL AIR FORCE pg. 8", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642090.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642090.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642090", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642090.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", - "@type": "sc:Canvas", - "label": "FIRST LIFE GUARDS pg. 1", - "height": 7353, - "width": 4847, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642091.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642091.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642091", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7353, - "width": 4847 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "@type": "sc:Canvas", - "label": "CAVALRY pg. 2", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642092.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642092.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642092", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", - "@type": "sc:Canvas", - "label": "CAVALRY pg. 3", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642093.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642093.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642093", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "@type": "sc:Canvas", - "label": "CAVALRY pg. 4", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642094.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642094.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642094", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", - "@type": "sc:Canvas", - "label": "CAVALRY pg. 5", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642095.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642095.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642095", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", - "@type": "sc:Canvas", - "label": "CAVALRY pg. 6", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642096.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642096.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642096", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", - "@type": "sc:Canvas", - "label": "CAVALRY pg. 7", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642097.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642097.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642097", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "@type": "sc:Canvas", - "label": "CAVALRY pg. 8", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642098.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642098.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642098", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", - "@type": "sc:Canvas", - "label": "CAVALRY pg. 9", - "height": 7297, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642099.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642099.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642099", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7297, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", - "@type": "sc:Canvas", - "label": "CAVALRY pg. 10", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642100.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642100.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642100", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", - "@type": "sc:Canvas", - "label": "CAVALRY pg. 11", - "height": 7311, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642101.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642101.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642101", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642102.json", - "@type": "sc:Canvas", - "label": "ROYAL REGIMENT OF ARTILLERY pg. 1", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642102.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642102.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642102", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642102.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642103.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 2", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642103.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642103.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642103", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642103.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642104.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 3", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642104.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642104.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642104", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642104.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642105.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 4", - "height": 7308, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642105.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642105.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642105", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642105.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642106.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 5", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642106.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642106.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642106", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642106.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642107.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 6", - "height": 7294, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642107.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642107.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642107", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7294, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642107.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642108.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 7", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642108.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642108.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642108", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642108.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642109.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 8", - "height": 7308, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642109.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642109.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642109", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642109.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642110.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 9", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642110.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642110.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642110", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642110.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642111.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 10", - "height": 7311, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642111.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642111.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642111", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642111.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642112.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 11", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642112.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642112.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642112", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642112.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642113.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 12", - "height": 7297, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642113.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642113.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642113", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7297, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642113.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642114.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 13", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642114.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642114.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642114", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642114.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642115.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 14", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642115.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642115.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642115", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642115.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642116.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 15", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642116.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642116.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642116", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642116.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642117.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 16", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642117.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642117.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642117", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642117.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642118.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 17", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642118.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642118.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642118", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642118.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642119.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 18", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642119.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642119.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642119", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642119.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642120.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 19", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642120.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642120.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642120", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642120.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642121.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 20", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642121.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642121.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642121", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642121.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642122.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 21", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642122.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642122.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642122", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642122.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642123.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 22", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642123.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642123.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642123", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642123.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642124.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 23 (verso of pg. 22)", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642124.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642124.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642124", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642124.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642125.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 23 (recto of pg. 24)", - "height": 7297, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642125.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642125.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642125", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7297, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642125.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642126.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 24", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642126.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642126.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642126", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642126.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 25", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642127.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642127.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642127", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642128.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 26", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642128.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642128.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642128", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642128.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642129.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 27", - "height": 7291, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642129.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642129.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642129", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7291, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642129.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642130.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 28", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642130.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642130.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642130", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642130.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 29", - "height": 7301, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642131.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642131.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642131", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7301, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 30", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642132.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642132.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642132", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642133.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 31", - "height": 7315, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642133.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642133.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642133", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7315, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642133.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642134.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 32", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642134.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642134.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642134", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642134.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642135.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 33", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642135.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642135.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642135", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642135.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642136.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 34", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642136.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642136.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642136", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642136.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642137.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 35", - "height": 7287, - "width": 4891, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642137.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642137.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642137", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7287, - "width": 4891 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642137.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642138.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 36", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642138.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642138.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642138", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642138.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642139.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 37", - "height": 7328, - "width": 4895, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642139.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642139.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642139", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7328, - "width": 4895 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642139.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642140.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 38", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642140.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642140.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642140", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642140.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 39", - "height": 7311, - "width": 4879, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642141.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642141.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642141", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4879 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 40", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642142.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642142.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642142", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json", - "@type": "sc:Canvas", - "label": "ROYAL ARTILLERY pg. 41", - "height": 7307, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642143.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642143.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642143", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7307, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642144.json", - "@type": "sc:Canvas", - "label": "CORPS OF ROYAL ENGINEERS pg. 42", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642144.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642144.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642144", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642144.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642145.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 43", - "height": 7301, - "width": 4873, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642145.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642145.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642145", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7301, - "width": 4873 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642145.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642146.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 44", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642146.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642146.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642146", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642146.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642147.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 45", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642147.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642147.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642147", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642147.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642148.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 46", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642148.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642148.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642148", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642148.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642149.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 47", - "height": 7360, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642149.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642149.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642149", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642149.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642150.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 48", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642150.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642150.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642150", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642150.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642151.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 49", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642151.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642151.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642151", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642151.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642152.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 50", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642152.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642152.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642152", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642152.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642153.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 51", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642153.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642153.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642153", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642153.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642154.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 52", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642154.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642154.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642154", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642154.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642155.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 53", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642155.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642155.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642155", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642155.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642156.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 54", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642156.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642156.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642156", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642156.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642157.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 55", - "height": 7360, - "width": 4860, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642157.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642157.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642157", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4860 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642157.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642158.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 56", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642158.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642158.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642158", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642158.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642159.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 57", - "height": 7360, - "width": 4863, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642159.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642159.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642159", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4863 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642159.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642160.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 58", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642160.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642160.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642160", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642160.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642161.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 59", - "height": 7360, - "width": 4853, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642161.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642161.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642161", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4853 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642161.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json", - "@type": "sc:Canvas", - "label": "ROYAL ENGINEERS pg. 60", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642162.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642162.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642162", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642163.json", - "@type": "sc:Canvas", - "label": "GRENADIER GUARDS pg. 1", - "height": 7332, - "width": 4853, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642163.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642163.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642163", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4853 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642163.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642164.json", - "@type": "sc:Canvas", - "label": "GRENADIER GUARDS pg. 2", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642164.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642164.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642164", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642164.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642165.json", - "@type": "sc:Canvas", - "label": "GRENADIER GUARDS pg. 3", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642165.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642165.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642165", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642165.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json", - "@type": "sc:Canvas", - "label": "FOURTH BATTALION pg. 4", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642166.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642166.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642166", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json", - "@type": "sc:Canvas", - "label": "SCOTS GUARDS pg. 5", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642167.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642167.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642167", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json", - "@type": "sc:Canvas", - "label": "SECOND BATTALION pg. 6", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642168.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642168.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642168", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642169.json", - "@type": "sc:Canvas", - "label": "WELSH GUARDS pg. 7", - "height": 7360, - "width": 4863, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642169.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642169.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642169", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4863 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642169.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642170.json", - "@type": "sc:Canvas", - "label": "WELSH GUARDS pg. 8", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642170.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642170.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642170", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642170.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642171.json", - "@type": "sc:Canvas", - "label": "WELSH GUARDS pg. 9", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642171.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642171.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642171", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642171.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642172.json", - "@type": "sc:Canvas", - "label": "WELSH GUARDS pg. 10", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642172.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642172.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642172", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642172.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642173.json", - "@type": "sc:Canvas", - "label": "WELSH GUARDS pg. 11", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642173.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642173.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642173", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642173.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642174.json", - "@type": "sc:Canvas", - "label": "WELSH GUARDS pg. 12", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642174.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642174.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642174", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642174.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642175.json", - "@type": "sc:Canvas", - "label": "WELSH GUARDS pg. 13", - "height": 7360, - "width": 4856, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642175.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642175.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642175", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4856 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642175.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642176.json", - "@type": "sc:Canvas", - "label": "WELSH GUARDS pg. 14", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642176.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642176.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642176", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642176.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642177.json", - "@type": "sc:Canvas", - "label": "WELSH GUARDS pg. 15", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642177.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642177.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642177", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642177.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642178.json", - "@type": "sc:Canvas", - "label": "WELSH GUARDS pg. 16", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642178.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642178.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642178", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642178.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642179.json", - "@type": "sc:Canvas", - "label": "WELSH GUARDS pg. 17", - "height": 7360, - "width": 4857, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642179.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642179.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642179", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4857 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642179.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642180.json", - "@type": "sc:Canvas", - "label": "WELSH GUARDS pg. 18", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642180.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642180.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642180", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642180.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642181.json", - "@type": "sc:Canvas", - "label": "GUARDS MACHINE GUN REGIMENT pg. 19", - "height": 7360, - "width": 4857, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642181.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642181.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642181", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4857 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642181.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", - "@type": "sc:Canvas", - "label": "FIFTH (RESERVE) BATTALION pg. 20", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642182.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642182.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642182", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", - "@type": "sc:Canvas", - "label": "THE QUEEN'S pg. 21", - "height": 7360, - "width": 4867, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642183.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642183.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642183", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4867 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", - "@type": "sc:Canvas", - "label": "THIRD FOURTH BATTALION pg. 22", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642184.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642184.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642184", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json", - "@type": "sc:Canvas", - "label": "SEVENTH BATTALION pg. 23", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642185.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642185.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642185", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", - "@type": "sc:Canvas", - "label": "THE KING'S OWN pg. 24", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642186.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642186.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642186", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json", - "@type": "sc:Canvas", - "label": "FIRST FOURTH BATTALION pg. 25", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642187.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642187.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642187", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", - "@type": "sc:Canvas", - "label": "NORTHUMBERLAND FUSILIERS pg. 26", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642188.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642188.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642188", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", - "@type": "sc:Canvas", - "label": "NORTHUMBERLAND FUSILIERS pg. 27", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642189.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642189.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642189", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", - "@type": "sc:Canvas", - "label": "NORTHUMBERLAND FUSILIERS pg. 28", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642190.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642190.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642190", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", - "@type": "sc:Canvas", - "label": "FIRST SEVENTH BATTALION pg. 29", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642191.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642191.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642191", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", - "@type": "sc:Canvas", - "label": "ROYAL WARWICKSHIRE REGIMENT pg. 30", - "height": 7329, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642192.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642192.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642192", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7329, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json", - "@type": "sc:Canvas", - "label": "ROYAL WARWICKSHIRE REGIMENT pg. 31", - "height": 7360, - "width": 4863, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642193.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642193.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642193", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4863 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json", - "@type": "sc:Canvas", - "label": "ROYAL WARWICKSHIRE REGIMENT pg. 32", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642194.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642194.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642194", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json", - "@type": "sc:Canvas", - "label": "ROYAL FUSILIERS (CITY OF LONDON REGMT.) pg. 33", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642195.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642195.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642195", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json", - "@type": "sc:Canvas", - "label": "THE ROYAL FUSILIERS pg. 34", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642196.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642196.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642196", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", - "@type": "sc:Canvas", - "label": "THE ROYAL FUSILIERS pg. 35", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642197.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642197.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642197", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", - "@type": "sc:Canvas", - "label": "THE ROYAL FUSILIERS pg. 36", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642198.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642198.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642198", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", - "@type": "sc:Canvas", - "label": "THE ROYAL FUSILIERS pg. 37", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642199.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642199.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642199", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", - "@type": "sc:Canvas", - "label": "POSTED FIRST 4TH LONDON REGIMENT pg. 38", - "height": 7336, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642200.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642200.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642200", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json", - "@type": "sc:Canvas", - "label": "THE KING'S pg. 39", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642201.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642201.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642201", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642202.json", - "@type": "sc:Canvas", - "label": "THE KING'S pg. 40", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642202.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642202.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642202", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642202.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json", - "@type": "sc:Canvas", - "label": "THE KING'S pg. 41", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642203.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642203.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642203", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json", - "@type": "sc:Canvas", - "label": "THE KING'S pg. 42", - "height": 7325, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642204.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642204.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642204", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642205.json", - "@type": "sc:Canvas", - "label": "THE KING'S pg. 43", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642205.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642205.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642205", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642205.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json", - "@type": "sc:Canvas", - "label": "THE KING'S pg. 44", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642206.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642206.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642206", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json", - "@type": "sc:Canvas", - "label": "THE KING'S pg. 45", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642207.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642207.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642207", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json", - "@type": "sc:Canvas", - "label": "THE KING'S pg. 46", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642208.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642208.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642208", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", - "@type": "sc:Canvas", - "label": "NORFOLK/LINCOLNSHIRE REGIMENT pg.47", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642209.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642209.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642209", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", - "@type": "sc:Canvas", - "label": "FOURTH BATTALION pg. 48", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642210.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642210.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642210", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642211.json", - "@type": "sc:Canvas", - "label": "THE DEVONSHIRE REGIMENT pg. 49", - "height": 7360, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642211.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642211.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642211", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642211.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642212.json", - "@type": "sc:Canvas", - "label": "THE DEVONSHIRE REGIMENT pg. 50", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642212.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642212.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642212", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642212.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", - "@type": "sc:Canvas", - "label": "THE DEVONSHIRE REGIMENT pg. 51", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642213.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642213.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642213", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642214.json", - "@type": "sc:Canvas", - "label": "THE DEVONSHIRE REGIMENT pg. 52", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642214.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642214.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642214", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642214.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642215.json", - "@type": "sc:Canvas", - "label": "THE DEVONSHIRE REGIMENT pg. 53", - "height": 7360, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642215.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642215.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642215", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642215.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json", - "@type": "sc:Canvas", - "label": "THE DEVONSHIRE REGIMENT pg. 54", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642216.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642216.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642216", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", - "@type": "sc:Canvas", - "label": "SIXTEENTH (ROY. 1ST DEVON YEO. &amp; ROY. N. DEVON HUSSARS) BN. pg. 55", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642217.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642217.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642217", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", - "@type": "sc:Canvas", - "label": "NINTH BATTALION pg. 56", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642218.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642218.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642218", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642219.json", - "@type": "sc:Canvas", - "label": "SOMERSET LIGHT INFANTRY pg. 57", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642219.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642219.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642219", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642219.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json", - "@type": "sc:Canvas", - "label": "SOMERSET LIGHT INFANTRY pg. 58", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642220.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642220.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642220", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642221.json", - "@type": "sc:Canvas", - "label": "SOMERSET LIGHT INFANTRY pg. 59", - "height": 7360, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642221.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642221.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642221", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642221.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642222.json", - "@type": "sc:Canvas", - "label": "SOMERSET LIGHT INFANTRY pg. 60", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642222.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642222.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642222", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642222.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642223.json", - "@type": "sc:Canvas", - "label": "SOMERSET LIGHT INFANTRY pg. 61", - "height": 7360, - "width": 4867, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642223.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642223.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642223", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4867 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642223.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", - "@type": "sc:Canvas", - "label": "TWELFTH BATTALION pg. 62", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642224.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642224.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642224", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", - "@type": "sc:Canvas", - "label": "YORKSHIRE REGIMENT pg. 63", - "height": 7360, - "width": 4863, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642225.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642225.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642225", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4863 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", - "@type": "sc:Canvas", - "label": "EAST YORKSHIRE REGIMENT pg. 64", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642226.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642226.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642226", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", - "@type": "sc:Canvas", - "label": "TENTH BATTALION pg. 65", - "height": 7287, - "width": 4863, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642227.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642227.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642227", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7287, - "width": 4863 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json", - "@type": "sc:Canvas", - "label": "FIFTH BATTALION pg. 66", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642228.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642228.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642228", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", - "@type": "sc:Canvas", - "label": "THE LEICESTERSHIRE REGIMENT pg. 67", - "height": 7313, - "width": 4881, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642229.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642229.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642229", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7313, - "width": 4881 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json", - "@type": "sc:Canvas", - "label": "ROYAL IRISH REGIMENT pg. 68", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642230.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642230.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642230", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json", - "@type": "sc:Canvas", - "label": "ALEXANDRA, PRINCESS OF WALES'S OWN (YORKSHIRE R.) pg. 69", - "height": 7326, - "width": 4889, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642231.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642231.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642231", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7326, - "width": 4889 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", - "@type": "sc:Canvas", - "label": "YORKSHIRE REGIMENT pg. 70", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642232.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642232.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642232", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", - "@type": "sc:Canvas", - "label": "SECOND FOURTH BATTALION pg. 71", - "height": 7330, - "width": 4892, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642233.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642233.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642233", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7330, - "width": 4892 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json", - "@type": "sc:Canvas", - "label": "THE LANCASHIRE FUSILIERS pg. 72", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642234.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642234.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642234", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", - "@type": "sc:Canvas", - "label": "THE LANCASHIRE FUSILIERS pg. 73", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642235.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642235.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642235", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json", - "@type": "sc:Canvas", - "label": "THE LANCASHIRE FUSILIERS pg. 74", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642236.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642236.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642236", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", - "@type": "sc:Canvas", - "label": "THE LANCASHIRE FUSILIERS pg. 75", - "height": 7327, - "width": 4890, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642237.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642237.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642237", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7327, - "width": 4890 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json", - "@type": "sc:Canvas", - "label": "THE LANCASHIRE FUSILIERS pg. 76", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642238.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642238.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642238", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json", - "@type": "sc:Canvas", - "label": "THE LANCASHIRE FUSILIERS pg. 77", - "height": 7321, - "width": 4886, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642239.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642239.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642239", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7321, - "width": 4886 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", - "@type": "sc:Canvas", - "label": "ROYAL SCOTS FUSILIERS pg. 78", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642240.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642240.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642240", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642241.json", - "@type": "sc:Canvas", - "label": "THE CHESHIRE REGIMENT pg. 79", - "height": 7308, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642241.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642241.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642241", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642241.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", - "@type": "sc:Canvas", - "label": "THE CHESHIRE REGIMENT pg. 80", - "height": 7342, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642242.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642242.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642242", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642243.json", - "@type": "sc:Canvas", - "label": "THE CHESHIRE REGIMENT pg. 81", - "height": 7327, - "width": 4890, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642243.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642243.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642243", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7327, - "width": 4890 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642243.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json", - "@type": "sc:Canvas", - "label": "THE CHESHIRE REGIMENT pg. 82", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642244.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642244.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642244", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642245.json", - "@type": "sc:Canvas", - "label": "THE CHESHIRE REGIMENT pg. 83", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642245.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642245.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642245", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642245.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json", - "@type": "sc:Canvas", - "label": "THE CHESHIRE REGIMENT pg. 84", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642246.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642246.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642246", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json", - "@type": "sc:Canvas", - "label": "THE CHESHIRE REGIMENT pg. 85", - "height": 7315, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642247.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642247.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642247", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7315, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", - "@type": "sc:Canvas", - "label": "THE CHESHIRE REGIMENT pg. 86", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642248.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642248.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642248", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json", - "@type": "sc:Canvas", - "label": "SECOND FIFTH BATTALION pg. 87", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642249.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642249.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642249", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642250.json", - "@type": "sc:Canvas", - "label": "BLANK PAGE (verso of pg. 87)", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642250.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642250.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642250", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642250.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642251.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 1", - "height": 7308, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642251.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642251.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642251", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642251.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642252.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 2", - "height": 7329, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642252.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642252.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642252", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7329, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642252.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642253.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 3", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642253.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642253.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642253", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642253.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642254.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 4", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642254.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642254.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642254", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642254.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642255.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 5", - "height": 7308, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642255.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642255.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642255", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642255.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642256.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 6", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642256.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642256.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642256", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642256.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642257.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 7", - "height": 7325, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642257.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642257.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642257", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642257.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642258.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 8", - "height": 7311, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642258.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642258.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642258", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642258.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642259.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 9", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642259.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642259.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642259", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642259.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642260.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 10", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642260.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642260.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642260", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642260.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642261.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 11", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642261.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642261.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642261", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642261.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642262.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 12", - "height": 7339, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642262.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642262.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642262", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7339, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642262.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 13", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642263.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642263.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642263", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642264.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 14", - "height": 7346, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642264.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642264.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642264", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7346, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642264.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642265.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 15", - "height": 7325, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642265.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642265.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642265", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642265.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642266.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 16", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642266.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642266.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642266", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642266.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642267.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 17", - "height": 7325, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642267.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642267.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642267", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642267.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642268.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 18", - "height": 7346, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642268.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642268.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642268", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7346, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642268.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642269.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 19", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642269.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642269.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642269", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642269.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642270.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 20", - "height": 7346, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642270.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642270.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642270", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7346, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642270.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642271.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 21", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642271.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642271.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642271", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642271.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642272.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 22", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642272.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642272.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642272", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642272.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642273.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 23", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642273.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642273.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642273", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642273.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642274.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 24", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642274.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642274.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642274", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642274.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642275.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 25", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642275.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642275.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642275", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642275.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642276.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 26", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642276.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642276.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642276", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642276.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642277.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 27", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642277.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642277.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642277", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642277.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642278.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 28", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642278.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642278.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642278", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642278.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642279.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 29", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642279.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642279.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642279", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642279.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642280.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 30", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642280.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642280.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642280", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642280.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642281.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 31", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642281.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642281.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642281", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642281.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642282.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 32", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642282.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642282.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642282", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642282.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642283.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 33", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642283.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642283.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642283", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642283.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642284.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 34", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642284.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642284.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642284", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642284.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642285.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 35", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642285.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642285.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642285", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642285.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642286.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 36", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642286.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642286.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642286", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642286.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642287.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 37", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642287.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642287.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642287", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642287.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642288.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 38", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642288.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642288.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642288", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642288.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642289.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 39", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642289.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642289.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642289", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642289.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642290.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 40", - "height": 7321, - "width": 4886, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642290.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642290.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642290", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7321, - "width": 4886 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642290.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642291.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 41", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642291.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642291.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642291", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642291.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642292.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 42", - "height": 7321, - "width": 4886, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642292.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642292.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642292", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7321, - "width": 4886 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642292.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642293.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 43", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642293.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642293.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642293", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642293.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642294.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 44", - "height": 7324, - "width": 4888, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642294.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642294.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642294", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7324, - "width": 4888 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642294.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642295.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 45", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642295.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642295.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642295", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642295.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642296.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 46", - "height": 7319, - "width": 4885, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642296.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642296.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642296", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7319, - "width": 4885 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642296.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642297.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 47", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642297.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642297.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642297", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642297.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642298.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 48", - "height": 7288, - "width": 4864, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642298.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642298.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642298", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7288, - "width": 4864 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642298.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642299.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 49", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642299.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642299.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642299", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642299.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642300.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 50", - "height": 7332, - "width": 4874, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642300.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642300.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642300", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4874 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642300.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642301.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 51", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642301.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642301.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642301", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642301.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642302.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 52", - "height": 7341, - "width": 4865, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642302.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642302.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642302", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7341, - "width": 4865 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642302.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642303.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 53", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642303.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642303.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642303", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642303.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642304.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 54", - "height": 7315, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642304.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642304.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642304", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7315, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642304.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642305.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 55", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642305.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642305.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642305", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642305.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642306.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 56", - "height": 7304, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642306.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642306.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642306", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642306.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642307.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 57", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642307.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642307.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642307", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642307.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642308.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 58", - "height": 7290, - "width": 4898, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642308.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642308.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642308", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7290, - "width": 4898 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642308.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642309.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 59", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642309.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642309.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642309", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642309.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642310.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 60", - "height": 7311, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642310.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642310.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642310", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642310.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642311.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 61", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642311.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642311.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642311", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642311.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642312.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 62", - "height": 7298, - "width": 4899, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642312.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642312.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642312", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7298, - "width": 4899 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642312.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642313.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 63", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642313.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642313.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642313", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642313.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642314.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 64", - "height": 7339, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642314.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642314.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642314", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7339, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642314.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642315.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 65", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642315.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642315.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642315", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642315.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642316.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 66", - "height": 7288, - "width": 4850, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642316.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642316.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642316", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7288, - "width": 4850 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642316.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642317.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 67", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642317.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642317.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642317", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642317.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642318.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 68", - "height": 7310, - "width": 4879, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642318.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642318.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642318", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7310, - "width": 4879 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642318.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642319.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 69", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642319.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642319.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642319", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642319.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642320.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 70", - "height": 7313, - "width": 4867, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642320.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642320.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642320", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7313, - "width": 4867 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642320.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642321.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 71", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642321.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642321.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642321", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642321.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642322.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 72", - "height": 7310, - "width": 4879, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642322.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642322.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642322", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7310, - "width": 4879 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642322.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642323.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 73", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642323.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642323.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642323", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642323.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642324.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 74", - "height": 7300, - "width": 4844, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642324.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642324.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642324", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7300, - "width": 4844 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642324.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642325.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 75", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642325.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642325.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642325", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642325.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642326.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 76", - "height": 7336, - "width": 4879, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642326.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642326.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642326", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4879 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642326.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642327.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 77", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642327.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642327.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642327", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642327.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642328.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 78", - "height": 7301, - "width": 4873, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642328.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642328.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642328", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7301, - "width": 4873 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642328.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642329.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 79", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642329.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642329.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642329", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642329.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642330.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 80", - "height": 7296, - "width": 4855, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642330.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642330.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642330", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7296, - "width": 4855 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642330.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642331.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 81", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642331.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642331.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642331", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642331.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642332.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 82", - "height": 7314, - "width": 4853, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642332.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642332.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642332", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7314, - "width": 4853 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642332.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642333.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 83", - "height": 7311, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642333.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642333.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642333", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642333.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642334.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 84", - "height": 7298, - "width": 4843, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642334.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642334.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642334", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7298, - "width": 4843 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642334.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642335.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 85", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642335.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642335.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642335", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642335.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642336.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 86", - "height": 7312, - "width": 4852, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642336.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642336.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642336", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7312, - "width": 4852 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642336.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642337.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 87", - "height": 7308, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642337.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642337.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642337", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642337.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642338.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 88", - "height": 7305, - "width": 4847, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642338.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642338.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642338", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7305, - "width": 4847 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642338.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642339.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 89", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642339.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642339.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642339", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642339.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642340.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 90", - "height": 7304, - "width": 4847, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642340.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642340.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642340", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4847 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642340.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642341.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 91", - "height": 7308, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642341.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642341.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642341", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642341.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642342.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 92", - "height": 7311, - "width": 4851, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642342.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642342.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642342", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4851 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642342.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642343.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 93", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642343.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642343.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642343", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642343.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642344.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 94", - "height": 7326, - "width": 4847, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642344.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642344.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642344", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7326, - "width": 4847 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642344.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642345.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 95", - "height": 7308, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642345.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642345.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642345", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642345.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642346.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 96", - "height": 7320, - "width": 4843, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642346.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642346.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642346", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7320, - "width": 4843 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642346.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642347.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 97", - "height": 7339, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642347.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642347.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642347", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7339, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642347.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642348.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 98", - "height": 7322, - "width": 4845, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642348.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642348.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642348", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4845 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642348.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642349.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 99", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642349.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642349.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642349", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642349.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642350.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 100", - "height": 7338, - "width": 4859, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642350.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642350.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642350", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7338, - "width": 4859 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642350.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642351.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 101", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642351.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642351.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642351", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642351.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642352.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 102", - "height": 7324, - "width": 4864, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642352.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642352.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642352", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7324, - "width": 4864 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642352.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642353.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 103", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642353.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642353.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642353", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642353.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642354.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 104", - "height": 7326, - "width": 4889, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642354.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642354.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642354", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7326, - "width": 4889 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642354.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642355.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 105", - "height": 7325, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642355.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642355.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642355", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642355.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642356.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 106", - "height": 7241, - "width": 4853, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642356.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642356.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642356", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7241, - "width": 4853 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642356.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642357.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 107", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642357.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642357.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642357", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642357.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642358.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 108", - "height": 7318, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642358.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642358.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642358", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642358.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642359.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 109", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642359.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642359.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642359", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642359.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642360.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 110", - "height": 7325, - "width": 4889, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642360.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642360.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642360", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4889 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642360.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642361.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 111", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642361.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642361.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642361", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642361.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642362.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 112", - "height": 7314, - "width": 4881, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642362.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642362.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642362", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7314, - "width": 4881 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642362.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642363.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 113", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642363.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642363.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642363", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642363.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642364.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 114", - "height": 7319, - "width": 4885, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642364.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642364.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642364", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7319, - "width": 4885 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642364.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642365.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 115", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642365.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642365.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642365", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642365.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642366.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 116", - "height": 7318, - "width": 4856, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642366.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642366.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642366", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4856 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642366.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642367.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 117", - "height": 7311, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642367.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642367.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642367", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642367.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642368.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 118", - "height": 7308, - "width": 4859, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642368.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642368.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642368", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4859 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642368.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642369.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 119", - "height": 7311, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642369.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642369.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642369", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642369.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642370.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 120", - "height": 7314, - "width": 4900, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642370.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642370.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642370", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7314, - "width": 4900 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642370.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642371.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 121", - "height": 7317, - "width": 4888, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642371.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642371.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642371", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7317, - "width": 4888 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642371.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642372.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 122", - "height": 7332, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642372.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642372.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642372", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642372.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642373.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 123", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642373.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642373.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642373", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642373.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642374.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 124", - "height": 7332, - "width": 4891, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642374.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642374.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642374", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4891 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642374.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642375.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 125", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642375.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642375.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642375", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642375.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642376.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 126", - "height": 7310, - "width": 4862, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642376.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642376.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642376", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7310, - "width": 4862 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642376.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642377.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 127", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642377.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642377.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642377", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642377.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642378.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 128", - "height": 7336, - "width": 4878, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642378.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642378.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642378", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4878 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642378.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642379.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 129", - "height": 7297, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642379.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642379.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642379", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7297, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642379.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642380.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 130", - "height": 7325, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642380.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642380.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642380", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642380.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642381.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 131", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642381.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642381.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642381", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642381.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642382.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 132", - "height": 7339, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642382.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642382.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642382", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7339, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642382.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642383.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 133", - "height": 7325, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642383.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642383.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642383", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642383.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642384.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 134", - "height": 7332, - "width": 4874, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642384.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642384.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642384", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4874 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642384.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642385.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 135", - "height": 7301, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642385.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642385.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642385", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7301, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642385.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642386.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 136", - "height": 7332, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642386.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642386.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642386", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642386.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642387.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 137", - "height": 7339, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642387.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642387.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642387", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7339, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642387.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642388.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 138", - "height": 7332, - "width": 4891, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642388.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642388.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642388", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4891 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642388.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642389.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 139", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642389.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642389.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642389", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642389.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642390.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 140", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642390.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642390.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642390", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642390.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642391.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 141", - "height": 7343, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642391.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642391.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642391", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7343, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642391.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642392.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 142", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642392.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642392.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642392", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642392.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642393.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 143", - "height": 7329, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642393.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642393.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642393", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7329, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642393.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642394.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 144", - "height": 7360, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642394.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642394.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642394", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642394.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642395.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 145", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642395.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642395.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642395", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642395.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642396.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 146", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642396.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642396.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642396", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642396.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642397.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 147", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642397.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642397.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642397", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642397.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642398.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 148", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642398.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642398.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642398", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642398.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642399.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 149", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642399.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642399.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642399", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642399.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642400.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 150", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642400.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642400.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642400", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642400.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642401.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 151", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642401.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642401.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642401", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642401.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642402.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 152", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642402.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642402.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642402", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642402.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642403.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 153", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642403.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642403.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642403", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642403.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642404.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 154", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642404.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642404.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642404", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642404.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642405.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 155", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642405.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642405.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642405", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642405.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642406.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 156", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642406.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642406.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642406", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642406.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642407.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 157", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642407.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642407.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642407", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642407.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642408.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 158", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642408.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642408.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642408", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642408.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642409.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 159", - "height": 7329, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642409.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642409.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642409", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7329, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642409.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642410.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 160", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642410.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642410.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642410", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642410.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642411.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 161", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642411.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642411.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642411", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642411.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642412.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 162", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642412.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642412.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642412", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642412.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642413.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 163", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642413.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642413.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642413", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642413.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642414.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 164", - "height": 7298, - "width": 4856, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642414.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642414.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642414", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7298, - "width": 4856 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642414.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642415.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 165", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642415.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642415.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642415", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642415.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642416.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 166", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642416.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642416.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642416", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642416.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642417.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 167", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642417.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642417.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642417", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642417.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642418.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 168", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642418.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642418.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642418", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642418.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642419.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 169", - "height": 7336, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642419.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642419.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642419", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642419.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642420.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 170", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642420.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642420.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642420", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642420.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642421.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 171", - "height": 7106, - "width": 4802, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642421.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642421.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642421", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7106, - "width": 4802 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642421.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642422.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 172", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642422.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642422.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642422", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642422.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642423.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 173", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642423.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642423.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642423", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642423.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642424.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 174", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642424.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642424.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642424", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642424.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642425.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 175", - "height": 7336, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642425.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642425.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642425", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642425.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642426.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 176", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642426.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642426.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642426", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642426.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642427.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 177", - "height": 7336, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642427.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642427.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642427", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642427.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642428.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 178", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642428.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642428.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642428", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642428.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642429.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 179", - "height": 7315, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642429.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642429.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642429", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7315, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642429.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642430.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 180", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642430.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642430.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642430", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642430.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642431.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 181", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642431.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642431.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642431", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642431.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642432.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 182", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642432.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642432.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642432", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642432.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642433.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 183", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642433.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642433.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642433", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642433.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642434.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 184", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642434.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642434.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642434", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642434.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642435.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 185", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642435.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642435.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642435", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642435.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642436.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 186", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642436.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642436.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642436", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642436.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642437.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 187", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642437.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642437.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642437", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642437.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642438.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 188", - "height": 7322, - "width": 4887, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642438.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642438.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642438", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4887 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642438.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642439.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 189", - "height": 7336, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642439.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642439.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642439", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642439.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642440.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 190", - "height": 7280, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642440.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642440.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642440", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7280, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642440.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642441.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 191", - "height": 7339, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642441.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642441.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642441", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7339, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642441.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642442.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 192", - "height": 7286, - "width": 4863, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642442.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642442.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642442", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7286, - "width": 4863 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642442.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642443.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 193", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642443.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642443.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642443", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642443.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642444.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 194", - "height": 7279, - "width": 4867, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642444.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642444.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642444", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7279, - "width": 4867 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642444.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642445.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 195", - "height": 7339, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642445.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642445.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642445", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7339, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642445.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642446.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 196", - "height": 7266, - "width": 4868, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642446.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642446.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642446", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7266, - "width": 4868 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642446.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642447.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 197", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642447.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642447.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642447", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642447.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642448.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 198", - "height": 7313, - "width": 4864, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642448.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642448.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642448", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7313, - "width": 4864 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642448.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642449.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 199", - "height": 7336, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642449.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642449.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642449", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642449.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642450.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 200", - "height": 7277, - "width": 4866, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642450.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642450.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642450", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7277, - "width": 4866 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642450.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642451.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 201", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642451.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642451.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642451", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642451.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642452.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 202", - "height": 7290, - "width": 4875, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642452.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642452.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642452", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7290, - "width": 4875 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642452.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642453.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 203", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642453.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642453.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642453", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642453.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642454.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 204", - "height": 7280, - "width": 4854, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642454.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642454.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642454", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7280, - "width": 4854 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642454.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642455.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 205", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642455.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642455.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642455", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642455.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 206", - "height": 7312, - "width": 4896, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642456.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642456.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642456", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7312, - "width": 4896 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642457.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 207", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642457.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642457.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642457", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642457.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642458.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 208", - "height": 7296, - "width": 4879, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642458.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642458.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642458", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7296, - "width": 4879 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642458.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642459.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 209", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642459.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642459.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642459", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642459.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642460.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 210", - "height": 7283, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642460.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642460.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642460", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7283, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642460.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642461.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 211", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642461.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642461.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642461", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642461.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642462.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 212", - "height": 7284, - "width": 4843, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642462.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642462.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642462", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7284, - "width": 4843 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642462.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642463.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 213", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642463.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642463.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642463", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642463.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642464.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 214", - "height": 7331, - "width": 4851, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642464.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642464.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642464", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7331, - "width": 4851 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642464.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642465.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 215", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642465.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642465.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642465", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642465.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642466.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 216", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642466.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642466.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642466", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642466.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 217", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642467.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642467.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642467", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642468.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 218", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642468.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642468.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642468", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642468.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642469.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 219", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642469.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642469.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642469", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642469.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 220", - "height": 7346, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642470.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642470.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642470", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7346, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642471.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 221", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642471.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642471.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642471", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642471.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642472.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 222", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642472.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642472.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642472", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642472.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642473.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 223", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642473.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642473.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642473", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642473.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642474.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 224", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642474.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642474.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642474", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642474.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642475.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 225", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642475.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642475.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642475", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642475.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642476.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 226", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642476.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642476.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642476", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642476.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642477.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 227", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642477.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642477.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642477", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642477.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642478.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 228", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642478.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642478.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642478", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642478.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 229", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642479.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642479.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642479", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642480.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 230", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642480.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642480.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642480", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642480.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642481.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 231", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642481.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642481.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642481", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642481.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642482.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 232", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642482.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642482.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642482", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642482.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642483.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 233", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642483.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642483.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642483", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642483.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642484.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 234", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642484.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642484.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642484", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642484.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642485.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 235", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642485.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642485.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642485", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642485.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 236", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642486.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642486.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642486", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642487.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 237", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642487.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642487.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642487", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642487.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642488.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 238", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642488.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642488.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642488", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642488.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642489.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 239", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642489.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642489.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642489", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642489.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642490.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 240", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642490.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642490.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642490", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642490.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642491.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 241", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642491.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642491.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642491", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642491.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642492.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 242", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642492.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642492.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642492", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642492.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 243", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642493.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642493.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642493", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642494.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 244", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642494.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642494.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642494", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642494.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642495.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 245", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642495.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642495.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642495", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642495.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642496.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 246", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642496.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642496.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642496", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642496.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642497.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 247", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642497.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642497.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642497", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642497.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642498.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 248", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642498.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642498.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642498", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642498.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642499.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 249", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642499.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642499.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642499", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642499.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642500.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 250", - "height": 7297, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642500.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642500.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642500", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7297, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642500.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 251", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642501.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642501.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642501", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642502.json", - "@type": "sc:Canvas", - "label": "ROYAL WELCH FUSILIERS pg. 252", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642502.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642502.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642502", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642502.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642503.json", - "@type": "sc:Canvas", - "label": "BLANK PAGE (recto of SOUTH WALES BORDERERS)", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642503.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642503.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642503", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642503.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642504.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS (OFFICERS) pg. 1", - "height": 7290, - "width": 4873, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642504.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642504.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642504", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7290, - "width": 4873 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642504.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642505.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS (OFFICERS) pg. 2", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642505.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642505.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642505", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642505.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642506.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS (OFFICERS) pg. 3", - "height": 7311, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642506.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642506.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642506", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642506.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642507.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS (OFFICERS) pg. 4", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642507.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642507.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642507", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642507.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642508.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS (OFFICERS) pg. 5", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642508.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642508.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642508", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642508.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642509.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS (OFFICERS) pg. 6", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642509.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642509.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642509", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642509.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642510.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS (OFFICERS) pg. 7", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642510.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642510.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642510", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642510.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 8", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642511.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642511.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642511", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642512.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 9", - "height": 7322, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642512.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642512.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642512", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642512.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642513.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 10", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642513.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642513.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642513", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642513.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642514.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 11", - "height": 7336, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642514.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642514.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642514", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642514.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642515.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 12", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642515.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642515.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642515", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642515.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642516.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 13", - "height": 7346, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642516.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642516.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642516", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7346, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642516.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642517.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 14", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642517.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642517.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642517", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642517.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642518.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 15", - "height": 7332, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642518.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642518.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642518", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642518.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642519.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 16", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642519.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642519.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642519", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642519.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642520.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 17", - "height": 7346, - "width": 4874, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642520.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642520.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642520", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7346, - "width": 4874 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642520.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642521.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 18", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642521.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642521.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642521", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642521.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642522.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 19", - "height": 7332, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642522.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642522.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642522", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642522.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642523.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 20", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642523.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642523.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642523", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642523.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642524.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 21", - "height": 7360, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642524.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642524.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642524", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642524.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642525.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 22", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642525.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642525.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642525", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642525.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642526.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 23", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642526.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642526.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642526", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642526.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642527.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 24", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642527.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642527.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642527", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642527.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642528.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 25", - "height": 7336, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642528.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642528.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642528", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642528.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642529.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 26", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642529.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642529.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642529", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642529.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642530.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 27", - "height": 7360, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642530.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642530.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642530", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642530.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642531.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 28", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642531.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642531.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642531", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642531.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642532.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 29", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642532.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642532.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642532", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642532.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642533.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 30", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642533.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642533.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642533", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642533.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642534.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 31", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642534.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642534.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642534", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642534.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642535.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 32", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642535.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642535.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642535", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642535.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642536.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 33", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642536.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642536.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642536", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642536.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642537.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 34", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642537.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642537.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642537", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642537.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642538.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 35", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642538.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642538.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642538", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642538.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642539.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 36", - "height": 7360, - "width": 4874, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642539.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642539.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642539", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4874 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642539.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642540.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 37", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642540.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642540.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642540", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642540.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642541.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 38", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642541.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642541.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642541", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642541.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642542.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 39", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642542.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642542.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642542", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642542.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642543.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 40", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642543.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642543.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642543", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642543.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642544.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 41", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642544.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642544.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642544", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642544.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642545.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 42", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642545.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642545.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642545", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642545.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642546.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 43", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642546.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642546.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642546", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642546.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642547.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 44", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642547.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642547.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642547", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642547.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642548.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 45", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642548.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642548.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642548", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642548.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642549.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 46", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642549.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642549.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642549", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642549.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642550.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 47", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642550.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642550.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642550", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642550.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642551.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 48", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642551.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642551.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642551", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642551.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642552.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 49", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642552.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642552.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642552", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642552.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642553.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 50", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642553.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642553.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642553", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642553.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642554.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 51", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642554.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642554.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642554", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642554.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642555.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 52", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642555.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642555.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642555", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642555.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642556.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 53", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642556.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642556.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642556", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642556.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642557.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 54", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642557.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642557.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642557", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642557.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642558.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 55", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642558.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642558.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642558", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642558.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642559.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 56", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642559.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642559.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642559", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642559.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642560.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 57", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642560.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642560.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642560", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642560.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642561.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 58", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642561.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642561.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642561", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642561.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642562.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 59", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642562.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642562.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642562", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642562.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642563.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 60", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642563.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642563.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642563", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642563.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642564.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 61", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642564.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642564.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642564", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642564.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642565.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 62", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642565.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642565.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642565", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642565.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642566.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 63", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642566.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642566.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642566", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642566.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642567.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 64", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642567.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642567.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642567", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642567.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642568.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 65", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642568.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642568.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642568", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642568.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642569.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 66", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642569.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642569.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642569", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642569.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642570.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 67", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642570.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642570.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642570", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642570.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642571.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 68", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642571.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642571.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642571", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642571.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642572.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 69", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642572.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642572.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642572", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642572.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642573.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 70", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642573.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642573.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642573", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642573.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642574.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 71", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642574.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642574.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642574", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642574.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642575.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 72", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642575.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642575.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642575", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642575.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642576.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 73", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642576.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642576.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642576", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642576.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642577.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 74", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642577.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642577.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642577", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642577.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642578.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 75", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642578.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642578.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642578", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642578.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642579.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 76", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642579.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642579.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642579", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642579.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642580.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 77", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642580.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642580.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642580", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642580.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642581.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 78", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642581.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642581.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642581", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642581.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642582.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 79", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642582.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642582.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642582", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642582.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642583.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 80", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642583.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642583.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642583", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642583.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642584.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 81", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642584.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642584.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642584", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642584.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642585.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 82", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642585.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642585.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642585", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642585.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642586.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 84", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642586.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642586.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642586", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642586.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642587.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 85", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642587.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642587.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642587", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642587.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642588.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 86", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642588.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642588.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642588", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642588.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642589.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 87", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642589.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642589.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642589", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642589.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642590.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 88", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642590.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642590.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642590", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642590.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642591.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 89", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642591.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642591.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642591", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642591.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642592.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 90", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642592.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642592.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642592", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642592.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642593.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 91", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642593.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642593.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642593", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642593.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642594.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 92", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642594.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642594.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642594", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642594.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642595.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 93", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642595.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642595.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642595", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642595.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642596.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 94", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642596.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642596.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642596", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642596.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642597.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 95", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642597.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642597.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642597", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642597.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642598.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 96", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642598.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642598.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642598", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642598.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642599.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 97", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642599.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642599.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642599", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642599.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642600.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 98", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642600.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642600.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642600", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642600.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642601.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 99", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642601.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642601.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642601", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642601.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642602.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 100", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642602.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642602.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642602", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642602.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642603.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 101", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642603.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642603.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642603", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642603.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642604.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 102", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642604.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642604.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642604", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642604.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642605.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 103", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642605.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642605.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642605", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642605.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642606.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 104", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642606.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642606.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642606", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642606.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642607.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 105", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642607.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642607.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642607", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642607.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642608.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 106", - "height": 7315, - "width": 4882, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642608.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642608.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642608", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7315, - "width": 4882 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642608.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642609.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 107", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642609.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642609.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642609", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642609.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642610.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 108", - "height": 7336, - "width": 4878, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642610.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642610.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642610", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4878 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642610.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642611.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 109", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642611.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642611.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642611", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642611.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642612.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 110", - "height": 7325, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642612.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642612.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642612", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642612.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642613.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 111", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642613.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642613.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642613", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642613.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642614.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 112", - "height": 7290, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642614.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642614.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642614", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7290, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642614.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642615.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 113", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642615.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642615.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642615", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642615.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642616.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 114", - "height": 7304, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642616.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642616.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642616", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642616.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642617.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 115", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642617.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642617.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642617", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642617.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642618.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 116", - "height": 7290, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642618.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642618.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642618", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7290, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642618.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 117", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642619.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642619.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642619", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642620.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 118", - "height": 7285, - "width": 4862, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642620.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642620.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642620", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7285, - "width": 4862 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642620.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642621.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 119", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642621.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642621.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642621", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642621.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642622.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 120", - "height": 7304, - "width": 4860, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642622.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642622.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642622", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4860 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642622.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642623.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 121", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642623.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642623.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642623", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642623.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642624.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 122", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642624.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642624.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642624", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642624.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642625.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 123", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642625.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642625.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642625", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642625.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642626.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 124", - "height": 7325, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642626.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642626.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642626", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642626.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642627.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 125", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642627.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642627.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642627", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642627.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642628.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 126", - "height": 7332, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642628.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642628.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642628", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642628.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642629.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 127", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642629.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642629.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642629", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642629.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642630.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 128", - "height": 7339, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642630.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642630.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642630", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7339, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642630.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642631.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 129", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642631.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642631.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642631", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642631.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642632.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 130", - "height": 7332, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642632.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642632.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642632", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642632.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642633.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 131", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642633.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642633.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642633", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642633.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642634.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 132", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642634.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642634.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642634", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642634.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642635.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 133", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642635.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642635.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642635", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642635.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642636.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 134", - "height": 7300, - "width": 4893, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642636.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642636.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642636", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7300, - "width": 4893 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642636.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642637.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 135", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642637.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642637.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642637", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642637.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642638.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 136", - "height": 7311, - "width": 4898, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642638.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642638.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642638", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4898 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642638.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642639.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 137", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642639.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642639.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642639", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642639.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642640.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 138", - "height": 7299, - "width": 4890, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642640.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642640.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642640", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7299, - "width": 4890 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642640.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642641.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 139", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642641.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642641.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642641", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642641.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642642.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 140", - "height": 7306, - "width": 4893, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642642.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642642.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642642", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7306, - "width": 4893 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642642.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642643.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 141", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642643.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642643.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642643", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642643.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 142", - "height": 7293, - "width": 4886, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642644.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642644.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642644", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7293, - "width": 4886 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 143", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642645.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642645.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642645", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642646.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 144", - "height": 7304, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642646.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642646.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642646", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642646.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642647.json", - "@type": "sc:Canvas", - "label": "S.WALES BORDERERS pg. 145", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642647.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642647.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642647", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642647.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", - "@type": "sc:Canvas", - "label": "KING'S OWN SCOTTISH BORDERERS pg. 146", - "height": 7299, - "width": 4890, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642648.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642648.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642648", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7299, - "width": 4890 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", - "@type": "sc:Canvas", - "label": "CAMERONIANS (SCOTTISH RIFLES) pg. 147", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642649.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642649.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642649", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", - "@type": "sc:Canvas", - "label": "FIFTH BATTALION pg. 148", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642650.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642650.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642650", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json", - "@type": "sc:Canvas", - "label": "THE GLOUCESTERSHIRE REGIMENT pg. 149", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642651.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642651.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642651", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json", - "@type": "sc:Canvas", - "label": "THE GLOUCESTERSHIRE REGIMENT pg. 150", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642652.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642652.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642652", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642653.json", - "@type": "sc:Canvas", - "label": "THE GLOUCESTERSHIRE REGIMENT pg. 151", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642653.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642653.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642653", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642653.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642654.json", - "@type": "sc:Canvas", - "label": "THE GLOUCESTERSHIRE REGIMENT pg. 152", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642654.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642654.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642654", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642654.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642655.json", - "@type": "sc:Canvas", - "label": "THE GLOUCESTERSHIRE REGIMENT pg. 153", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642655.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642655.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642655", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642655.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json", - "@type": "sc:Canvas", - "label": "FOURTEENTH (SERVICE) BN, (WEST OF ENGLAND) pg. 154", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642656.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642656.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642656", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json", - "@type": "sc:Canvas", - "label": "THE WORCESTERSHIRE REGIMENT pg. 155", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642657.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642657.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642657", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json", - "@type": "sc:Canvas", - "label": "THE WORCESTERSHIRE REGIMENT pg. 156", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642658.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642658.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642658", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", - "@type": "sc:Canvas", - "label": "ELEVENTH BATTALION pg. 157", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642659.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642659.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642659", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", - "@type": "sc:Canvas", - "label": "THE EAST LANCASHIRE REGIMENT pg. 158", - "height": 7280, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642660.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642660.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642660", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7280, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", - "@type": "sc:Canvas", - "label": "THIRTEENTH BATTALION pg. 159", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642661.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642661.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642661", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json", - "@type": "sc:Canvas", - "label": "THE EAST SURREY REGIMENT pg. 160", - "height": 7279, - "width": 4886, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642662.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642662.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642662", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7279, - "width": 4886 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", - "@type": "sc:Canvas", - "label": "TWELFTH BATTALION pg. 161", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642663.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642663.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642663", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json", - "@type": "sc:Canvas", - "label": "THE DUKE OF CORNWALL'S LT. INFANTRY pg. 162", - "height": 7271, - "width": 4853, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642664.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642664.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642664", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7271, - "width": 4853 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", - "@type": "sc:Canvas", - "label": "SEVENTH BATTALION pg. 163", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642665.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642665.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642665", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", - "@type": "sc:Canvas", - "label": "SECOND FIFTH BATTALION pg. 164", - "height": 7308, - "width": 4867, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642666.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642666.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642666", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4867 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", - "@type": "sc:Canvas", - "label": "THE BORDER REGIMENT pg. 165", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642667.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642667.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642667", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json", - "@type": "sc:Canvas", - "label": "EIGHTH BATTALION pg. 166", - "height": 7279, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642668.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642668.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642668", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7279, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", - "@type": "sc:Canvas", - "label": "ROYAL SUSSEX REGIMENT pg. 167", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642669.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642669.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642669", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json", - "@type": "sc:Canvas", - "label": "SIXTEENTH BATTALION pg. 168", - "height": 7276, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642670.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642670.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642670", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7276, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", - "@type": "sc:Canvas", - "label": "ELEVENTH BATTALION pg. 169", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642671.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642671.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642671", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", - "@type": "sc:Canvas", - "label": "THE SOUTH STAFFORDSHIRE REGIMENT pg. 170", - "height": 7283, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642672.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642672.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642672", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7283, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", - "@type": "sc:Canvas", - "label": "EIGHTH SERVICE BATTN. pg. 171", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642673.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642673.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642673", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642674.json", - "@type": "sc:Canvas", - "label": "THE DORSETSHIRE REGIMENT pg. 172", - "height": 7280, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642674.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642674.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642674", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7280, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642674.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json", - "@type": "sc:Canvas", - "label": "THE DORSETSHIRE REGIMENT pg. 173", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642675.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642675.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642675", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json", - "@type": "sc:Canvas", - "label": "SIXTH BATTALION pg. 174", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642676.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642676.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642676", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642677.json", - "@type": "sc:Canvas", - "label": "THE SOUTH LANCASHIRE REGIMENT pg. 175", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642677.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642677.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642677", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642677.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json", - "@type": "sc:Canvas", - "label": "THE SOUTH LANCASHIRE REGIMENT pg. 176", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642678.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642678.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642678", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json", - "@type": "sc:Canvas", - "label": "THE SOUTH LANCASHIRE REGIMENT pg. 177", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642679.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642679.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642679", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json", - "@type": "sc:Canvas", - "label": "THE SOUTH LANCASHIRE REGIMENT pg. 178", - "height": 7299, - "width": 4890, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642680.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642680.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642680", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7299, - "width": 4890 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642681.json", - "@type": "sc:Canvas", - "label": "THE SOUTH LANCASHIRE REGIMENT pg. 179", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642681.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642681.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642681", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642681.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642682.json", - "@type": "sc:Canvas", - "label": "THE SOUTH LANCASHIRE REGIMENT pg. 180", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642682.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642682.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642682", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642682.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json", - "@type": "sc:Canvas", - "label": "ELEVENTH BATTALION pg. 181", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642683.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642683.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642683", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642684.json", - "@type": "sc:Canvas", - "label": "BLANK PAGE (verso of ELEVENTH BATTALION pg. 181)", - "height": 7325, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642684.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642684.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642684", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642684.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642685.json", - "@type": "sc:Canvas", - "label": "THE WELCH REGIMENT pg. 1", - "height": 7294, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642685.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642685.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642685", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7294, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642685.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642686.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT (OFFICERS) pg. 2", - "height": 7318, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642686.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642686.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642686", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642686.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642687.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT (OFFICERS) pg. 3", - "height": 7311, - "width": 4879, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642687.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642687.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642687", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4879 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642687.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642688.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT (OFFICERS) pg. 4", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642688.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642688.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642688", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642688.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642689.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT (OFFICERS) pg. 5", - "height": 7288, - "width": 4864, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642689.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642689.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642689", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7288, - "width": 4864 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642689.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642690.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT (OFFICERS) pg. 6", - "height": 7340, - "width": 4899, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642690.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642690.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642690", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7340, - "width": 4899 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642690.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642691.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT (OFFICERS) pg. 7", - "height": 7304, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642691.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642691.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642691", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642691.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT (OFFICERS) pg. 8", - "height": 7326, - "width": 4889, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642692.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642692.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642692", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7326, - "width": 4889 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT (OFFICERS) pg. 9", - "height": 7302, - "width": 4873, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642693.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642693.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642693", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7302, - "width": 4873 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642694.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 10", - "height": 7341, - "width": 4899, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642694.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642694.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642694", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7341, - "width": 4899 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642694.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642695.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 11", - "height": 7329, - "width": 4891, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642695.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642695.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642695", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7329, - "width": 4891 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642695.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642696.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 12", - "height": 7335, - "width": 4895, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642696.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642696.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642696", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7335, - "width": 4895 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642696.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642697.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 13", - "height": 7318, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642697.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642697.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642697", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642697.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642698.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 14", - "height": 7329, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642698.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642698.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642698", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7329, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642698.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642699.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 15", - "height": 7327, - "width": 4890, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642699.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642699.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642699", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7327, - "width": 4890 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642699.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642700.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 16", - "height": 7333, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642700.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642700.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642700", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7333, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642700.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642701.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 17", - "height": 7328, - "width": 4891, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642701.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642701.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642701", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7328, - "width": 4891 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642701.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642702.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 18", - "height": 7325, - "width": 4894, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642702.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642702.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642702", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4894 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642702.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642703.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 19", - "height": 7323, - "width": 4887, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642703.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642703.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642703", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7323, - "width": 4887 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642703.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642704.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 20", - "height": 7328, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642704.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642704.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642704", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7328, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642704.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642705.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 21", - "height": 7323, - "width": 4887, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642705.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642705.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642705", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7323, - "width": 4887 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642705.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642706.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 22", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642706.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642706.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642706", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642706.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642707.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 23", - "height": 7313, - "width": 4881, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642707.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642707.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642707", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7313, - "width": 4881 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642707.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642708.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 24", - "height": 7329, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642708.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642708.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642708", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7329, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642708.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642709.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 25", - "height": 7298, - "width": 4871, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642709.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642709.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642709", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7298, - "width": 4871 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642709.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642710.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 26", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642710.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642710.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642710", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642710.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642711.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 27", - "height": 7302, - "width": 4873, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642711.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642711.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642711", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7302, - "width": 4873 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642711.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642712.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 28", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642712.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642712.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642712", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642712.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642713.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 29", - "height": 7303, - "width": 4874, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642713.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642713.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642713", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7303, - "width": 4874 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642713.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642714.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 30", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642714.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642714.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642714", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642714.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642715.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 31", - "height": 7299, - "width": 4871, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642715.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642715.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642715", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7299, - "width": 4871 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642715.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642716.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 32", - "height": 7340, - "width": 4899, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642716.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642716.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642716", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7340, - "width": 4899 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642716.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642717.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 33", - "height": 7314, - "width": 4881, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642717.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642717.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642717", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7314, - "width": 4881 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642717.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642718.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 34", - "height": 7311, - "width": 4861, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642718.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642718.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642718", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4861 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642718.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642719.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 35", - "height": 7318, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642719.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642719.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642719", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642719.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642720.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 36", - "height": 7327, - "width": 4890, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642720.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642720.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642720", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7327, - "width": 4890 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642720.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642721.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 37", - "height": 7322, - "width": 4887, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642721.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642721.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642721", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4887 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642721.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642722.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 38", - "height": 7328, - "width": 4891, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642722.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642722.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642722", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7328, - "width": 4891 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642722.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642723.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 39", - "height": 7336, - "width": 4896, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642723.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642723.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642723", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4896 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642723.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642724.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 40", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642724.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642724.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642724", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642724.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642725.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 41", - "height": 7336, - "width": 4896, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642725.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642725.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642725", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4896 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642725.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642726.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 42", - "height": 7323, - "width": 4865, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642726.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642726.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642726", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7323, - "width": 4865 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642726.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642727.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 43", - "height": 7350, - "width": 4905, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642727.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642727.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642727", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7350, - "width": 4905 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642727.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642728.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 44", - "height": 7339, - "width": 4898, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642728.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642728.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642728", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7339, - "width": 4898 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642728.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642729.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 45", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642729.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642729.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642729", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642729.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642730.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 46", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642730.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642730.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642730", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642730.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642731.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 47", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642731.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642731.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642731", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642731.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642732.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 48", - "height": 7335, - "width": 4895, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642732.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642732.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642732", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7335, - "width": 4895 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642732.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642733.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 49", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642733.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642733.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642733", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642733.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642734.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 50", - "height": 7339, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642734.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642734.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642734", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7339, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642734.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642735.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 51", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642735.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642735.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642735", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642735.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642736.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 52", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642736.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642736.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642736", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642736.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642737.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 53", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642737.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642737.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642737", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642737.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642738.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 54", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642738.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642738.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642738", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642738.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642739.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 55", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642739.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642739.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642739", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642739.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642740.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 56", - "height": 7325, - "width": 4889, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642740.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642740.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642740", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4889 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642740.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642741.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 57", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642741.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642741.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642741", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642741.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642742.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 58", - "height": 7292, - "width": 4867, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642742.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642742.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642742", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7292, - "width": 4867 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642742.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642743.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 59", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642743.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642743.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642743", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642743.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642744.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 60", - "height": 7303, - "width": 4886, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642744.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642744.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642744", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7303, - "width": 4886 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642744.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642745.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 61", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642745.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642745.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642745", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642745.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642746.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 62", - "height": 7316, - "width": 4883, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642746.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642746.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642746", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7316, - "width": 4883 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642746.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642747.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 63", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642747.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642747.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642747", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642747.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642748.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 64", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642748.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642748.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642748", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642748.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642749.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 65", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642749.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642749.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642749", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642749.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642750.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 66", - "height": 7294, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642750.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642750.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642750", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7294, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642750.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642751.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 67", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642751.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642751.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642751", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642751.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642752.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 68", - "height": 7282, - "width": 4878, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642752.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642752.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642752", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7282, - "width": 4878 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642752.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642753.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 69", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642753.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642753.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642753", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642753.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642754.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 70", - "height": 7309, - "width": 4878, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642754.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642754.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642754", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7309, - "width": 4878 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642754.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 71", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642755.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642755.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642755", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642756.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 72", - "height": 7311, - "width": 4879, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642756.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642756.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642756", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4879 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642756.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642757.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 73", - "height": 7311, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642757.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642757.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642757", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642757.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642758.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 74", - "height": 7294, - "width": 4868, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642758.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642758.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642758", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7294, - "width": 4868 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642758.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642759.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 75", - "height": 7308, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642759.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642759.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642759", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642759.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642760.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 76", - "height": 7288, - "width": 4864, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642760.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642760.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642760", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7288, - "width": 4864 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642760.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642761.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 77", - "height": 7308, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642761.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642761.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642761", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642761.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642762.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 78", - "height": 7294, - "width": 4868, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642762.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642762.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642762", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7294, - "width": 4868 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642762.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642763.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 79", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642763.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642763.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642763", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642763.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642764.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 80", - "height": 7316, - "width": 4883, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642764.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642764.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642764", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7316, - "width": 4883 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642764.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642765.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 81", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642765.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642765.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642765", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642765.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642766.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 82", - "height": 7310, - "width": 4879, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642766.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642766.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642766", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7310, - "width": 4879 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642766.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642767.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 83", - "height": 7325, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642767.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642767.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642767", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642767.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642768.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 84", - "height": 7320, - "width": 4885, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642768.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642768.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642768", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7320, - "width": 4885 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642768.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642769.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 85", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642769.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642769.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642769", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642769.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642770.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 86", - "height": 7299, - "width": 4897, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642770.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642770.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642770", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7299, - "width": 4897 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642770.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642771.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 87", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642771.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642771.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642771", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642771.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642772.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 88", - "height": 7308, - "width": 4896, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642772.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642772.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642772", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4896 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642772.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642773.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 89", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642773.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642773.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642773", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642773.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642774.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 90", - "height": 7326, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642774.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642774.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642774", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7326, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642774.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642775.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 91", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642775.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642775.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642775", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642775.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642776.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 92", - "height": 7324, - "width": 4888, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642776.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642776.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642776", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7324, - "width": 4888 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642776.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642777.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 93", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642777.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642777.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642777", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642777.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642778.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 94", - "height": 7315, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642778.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642778.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642778", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7315, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642778.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642779.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 95", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642779.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642779.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642779", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642779.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642780.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 96", - "height": 7304, - "width": 4875, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642780.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642780.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642780", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4875 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642780.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642781.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 97", - "height": 7325, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642781.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642781.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642781", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642781.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642782.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 98", - "height": 7325, - "width": 4889, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642782.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642782.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642782", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4889 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642782.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642783.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 99", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642783.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642783.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642783", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642783.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642784.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 100", - "height": 7327, - "width": 4890, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642784.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642784.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642784", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7327, - "width": 4890 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642784.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642785.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 101", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642785.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642785.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642785", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642785.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642786.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 102", - "height": 7312, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642786.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642786.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642786", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7312, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642786.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642787.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 103", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642787.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642787.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642787", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642787.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642788.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 104", - "height": 7306, - "width": 4876, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642788.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642788.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642788", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7306, - "width": 4876 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642788.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642789.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 105", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642789.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642789.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642789", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642789.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642790.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 106", - "height": 7298, - "width": 4871, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642790.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642790.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642790", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7298, - "width": 4871 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642790.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642791.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 107", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642791.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642791.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642791", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642791.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642792.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 108", - "height": 7296, - "width": 4869, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642792.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642792.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642792", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7296, - "width": 4869 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642792.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642793.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 109", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642793.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642793.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642793", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642793.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642794.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 110", - "height": 7315, - "width": 4882, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642794.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642794.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642794", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7315, - "width": 4882 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642794.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642795.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 111", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642795.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642795.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642795", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642795.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642796.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 112", - "height": 7304, - "width": 4875, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642796.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642796.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642796", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4875 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642796.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642797.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 113", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642797.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642797.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642797", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642797.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642798.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 114", - "height": 7318, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642798.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642798.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642798", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642798.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642799.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 115", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642799.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642799.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642799", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642799.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642800.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 116", - "height": 7316, - "width": 4883, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642800.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642800.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642800", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7316, - "width": 4883 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642800.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642801.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 117", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642801.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642801.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642801", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642801.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642802.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 118", - "height": 7300, - "width": 4881, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642802.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642802.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642802", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7300, - "width": 4881 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642802.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 119", - "height": 7336, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642803.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642803.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642803", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642804.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 120", - "height": 7273, - "width": 4854, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642804.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642804.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642804", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7273, - "width": 4854 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642804.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642805.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 121", - "height": 7336, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642805.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642805.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642805", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642805.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642806.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 122", - "height": 7322, - "width": 4887, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642806.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642806.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642806", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4887 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642806.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642807.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 123", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642807.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642807.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642807", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642807.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642808.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 124", - "height": 7290, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642808.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642808.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642808", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7290, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642808.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642809.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 125", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642809.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642809.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642809", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642809.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642810.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 126", - "height": 7316, - "width": 4883, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642810.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642810.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642810", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7316, - "width": 4883 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642810.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642811.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 127", - "height": 7346, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642811.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642811.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642811", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7346, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642811.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642812.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 128", - "height": 7314, - "width": 4881, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642812.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642812.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642812", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7314, - "width": 4881 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642812.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642813.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 129", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642813.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642813.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642813", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642813.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642814.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 130", - "height": 7310, - "width": 4865, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642814.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642814.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642814", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7310, - "width": 4865 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642814.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642815.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 131", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642815.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642815.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642815", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642815.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642816.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 132", - "height": 7320, - "width": 4857, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642816.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642816.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642816", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7320, - "width": 4857 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642816.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642817.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 133", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642817.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642817.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642817", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642817.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642818.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 134", - "height": 7304, - "width": 4874, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642818.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642818.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642818", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4874 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642818.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642819.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 135", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642819.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642819.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642819", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642819.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642820.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 136", - "height": 7332, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642820.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642820.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642820", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642820.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642821.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 137", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642821.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642821.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642821", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642821.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642822.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 138", - "height": 7307, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642822.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642822.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642822", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7307, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642822.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642823.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 139", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642823.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642823.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642823", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642823.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642824.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 140", - "height": 7324, - "width": 4888, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642824.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642824.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642824", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7324, - "width": 4888 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642824.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642825.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 141", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642825.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642825.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642825", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642825.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642826.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 142", - "height": 7316, - "width": 4883, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642826.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642826.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642826", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7316, - "width": 4883 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642826.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642827.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 143", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642827.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642827.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642827", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642827.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642828.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 144", - "height": 7337, - "width": 4859, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642828.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642828.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642828", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7337, - "width": 4859 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642828.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642829.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 145", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642829.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642829.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642829", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642829.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642830.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 146", - "height": 7312, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642830.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642830.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642830", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7312, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642830.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642831.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 147", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642831.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642831.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642831", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642831.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642832.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 148", - "height": 7332, - "width": 4893, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642832.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642832.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642832", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4893 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642832.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642833.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 149", - "height": 7360, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642833.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642833.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642833", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642833.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642834.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 150", - "height": 7307, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642834.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642834.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642834", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7307, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642834.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642835.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 151", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642835.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642835.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642835", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642835.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642836.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 152", - "height": 7304, - "width": 4875, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642836.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642836.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642836", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4875 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642836.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642837.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 153", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642837.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642837.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642837", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642837.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642838.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 154", - "height": 7304, - "width": 4875, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642838.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642838.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642838", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4875 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642838.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642839.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 155", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642839.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642839.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642839", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642839.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642840.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 156", - "height": 7301, - "width": 4873, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642840.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642840.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642840", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7301, - "width": 4873 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642840.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642841.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 157", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642841.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642841.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642841", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642841.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642842.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 158", - "height": 7328, - "width": 4891, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642842.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642842.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642842", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7328, - "width": 4891 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642842.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642843.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 159", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642843.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642843.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642843", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642843.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642844.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 160", - "height": 7321, - "width": 4886, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642844.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642844.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642844", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7321, - "width": 4886 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642844.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642845.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 161", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642845.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642845.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642845", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642845.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642846.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 162", - "height": 7288, - "width": 4855, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642846.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642846.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642846", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7288, - "width": 4855 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642846.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642847.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 163", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642847.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642847.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642847", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642847.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642848.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 164", - "height": 7311, - "width": 4879, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642848.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642848.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642848", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4879 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642848.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642849.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 165", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642849.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642849.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642849", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642849.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642850.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 166", - "height": 7319, - "width": 4885, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642850.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642850.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642850", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7319, - "width": 4885 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642850.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642851.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 167", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642851.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642851.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642851", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642851.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642852.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 168", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642852.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642852.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642852", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642852.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642853.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 169", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642853.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642853.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642853", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642853.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642854.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 170", - "height": 7325, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642854.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642854.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642854", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642854.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642855.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 171", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642855.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642855.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642855", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642855.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642856.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 172", - "height": 7323, - "width": 4887, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642856.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642856.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642856", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7323, - "width": 4887 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642856.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642857.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 173", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642857.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642857.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642857", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642857.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642858.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 174", - "height": 7308, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642858.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642858.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642858", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642858.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642859.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 175", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642859.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642859.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642859", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642859.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642860.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 176", - "height": 7325, - "width": 4861, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642860.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642860.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642860", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4861 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642860.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642861.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 177", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642861.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642861.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642861", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642861.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642862.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 178", - "height": 7304, - "width": 4875, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642862.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642862.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642862", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4875 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642862.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642863.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 179", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642863.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642863.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642863", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642863.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642864.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 180", - "height": 7317, - "width": 4883, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642864.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642864.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642864", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7317, - "width": 4883 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642864.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642865.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 181", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642865.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642865.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642865", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642865.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642866.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 182", - "height": 7336, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642866.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642866.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642866", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642866.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642867.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 183", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642867.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642867.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642867", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642867.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642868.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 184", - "height": 7299, - "width": 4871, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642868.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642868.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642868", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7299, - "width": 4871 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642868.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642869.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 185", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642869.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642869.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642869", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642869.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642870.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 186", - "height": 7323, - "width": 4887, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642870.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642870.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642870", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7323, - "width": 4887 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642870.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642871.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 187", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642871.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642871.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642871", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642871.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642872.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 188", - "height": 7309, - "width": 4878, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642872.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642872.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642872", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7309, - "width": 4878 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642872.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 189", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642873.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642873.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642873", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642874.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 190", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642874.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642874.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642874", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642874.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642875.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 191", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642875.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642875.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642875", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642875.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642876.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 192", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642876.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642876.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642876", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642876.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642877.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 193", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642877.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642877.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642877", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642877.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642878.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 194", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642878.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642878.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642878", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642878.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 195", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642879.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642879.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642879", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642880.json", - "@type": "sc:Canvas", - "label": "WELCH REGIMENT pg. 196", - "height": 7318, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642880.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642880.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642880", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642880.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", - "@type": "sc:Canvas", - "label": "BLACK WATCH ROYAL HIGHLNDRS pg. 1", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642881.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642881.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642881", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", - "@type": "sc:Canvas", - "label": "OXFORDSHIRE AND BUCKINGHAMSHIRE LIGHT INFANTRY pg. 2", - "height": 7342, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642882.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642882.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642882", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7342, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json", - "@type": "sc:Canvas", - "label": "OXFORDSHIRE &amp; BUCKS L.I. pg. 3", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642883.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642883.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642883", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", - "@type": "sc:Canvas", - "label": "FIRST 1ST BUCKS BATTN. pg. 4", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642884.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642884.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642884", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json", - "@type": "sc:Canvas", - "label": "ELEVENTH BATTALION pg. 5", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642885.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642885.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642885", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", - "@type": "sc:Canvas", - "label": "THE SHERWOOD FORESTERS pg. 6", - "height": 7339, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642886.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642886.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642886", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7339, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json", - "@type": "sc:Canvas", - "label": "ELEVENTH BATTALION pg. 7", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642887.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642887.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642887", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", - "@type": "sc:Canvas", - "label": "LOYAL N. LANCASHIRE REGT. pg. 8", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642888.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642888.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642888", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json", - "@type": "sc:Canvas", - "label": "LOYAL N. LANCASHIRE REGT. pg. 9", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642889.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642889.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642889", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json", - "@type": "sc:Canvas", - "label": "LOYAL N. LANCASHIRE REGT. pg. 10", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642890.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642890.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642890", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", - "@type": "sc:Canvas", - "label": "NORTHAMPTONSHIRE REGIMT. pg. 11", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642891.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642891.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642891", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json", - "@type": "sc:Canvas", - "label": "ROYAL BERKSHIRE REGIMENT. pg. 12", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642892.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642892.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642892", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", - "@type": "sc:Canvas", - "label": "THE QUEEN'S OWN (ROYAL W. KENT R.) pg. 13", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642893.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642893.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642893", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json", - "@type": "sc:Canvas", - "label": "THE QUEEN'S OWN pg. 14", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642894.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642894.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642894", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", - "@type": "sc:Canvas", - "label": "ELEVENTH BATTALION pg. 15", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642895.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642895.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642895", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json", - "@type": "sc:Canvas", - "label": "THE KING'S OWN YORKSHIRE L.I. pg. 16", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642896.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642896.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642896", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json", - "@type": "sc:Canvas", - "label": "THE KING'S OWN YORKSHIRE L.I. pg. 17", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642897.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642897.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642897", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", - "@type": "sc:Canvas", - "label": "SECOND GARRISON BATTN. pg. 18", - "height": 7319, - "width": 4885, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642898.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642898.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642898", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7319, - "width": 4885 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642899.json", - "@type": "sc:Canvas", - "label": "THE KING'S SHROPSHIRE L.I. pg. 19", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642899.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642899.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642899", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642899.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642900.json", - "@type": "sc:Canvas", - "label": "THE KING'S SHROPSHIRE L.I. pg. 20", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642900.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642900.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642900", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642900.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json", - "@type": "sc:Canvas", - "label": "THE KING'S SHROPSHIRE L.I. pg. 21", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642901.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642901.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642901", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json", - "@type": "sc:Canvas", - "label": "THE KING'S SHROPSHIRE L.I. pg. 22", - "height": 7308, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642902.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642902.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642902", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642903.json", - "@type": "sc:Canvas", - "label": "THE KING'S SHROPSHIRE L.I. pg. 23", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642903.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642903.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642903", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642903.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642904.json", - "@type": "sc:Canvas", - "label": "THE KING'S SHROPSHIRE L.I. pg. 24", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642904.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642904.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642904", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642904.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642905.json", - "@type": "sc:Canvas", - "label": "THE KING'S SHROPSHIRE L.I. pg. 25", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642905.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642905.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642905", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642905.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642906.json", - "@type": "sc:Canvas", - "label": "THE KING'S SHROPSHIRE L.I. pg. 26", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642906.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642906.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642906", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642906.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642907.json", - "@type": "sc:Canvas", - "label": "THE KING'S SHROPSHIRE L.I. pg. 27", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642907.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642907.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642907", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642907.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642908.json", - "@type": "sc:Canvas", - "label": "THE KING'S SHROPSHIRE L.I. pg. 28", - "height": 7297, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642908.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642908.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642908", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7297, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642908.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json", - "@type": "sc:Canvas", - "label": "NINTH BATTALION pg. 29", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642909.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642909.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642909", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", - "@type": "sc:Canvas", - "label": "THE MIDDLESEX REGIMENT pg. 30", - "height": 7299, - "width": 4899, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642910.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642910.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642910", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7299, - "width": 4899 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", - "@type": "sc:Canvas", - "label": "THE MIDDLESEX REGIMENT pg. 31", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642911.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642911.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642911", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", - "@type": "sc:Canvas", - "label": "TWENTY-FIRST BATTALION pg. 32", - "height": 7301, - "width": 4873, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642912.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642912.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642912", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7301, - "width": 4873 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json", - "@type": "sc:Canvas", - "label": "THE KING'S ROYAL RIFLE CORPS pg. 33", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642913.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642913.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642913", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json", - "@type": "sc:Canvas", - "label": "THE KING'S ROYAL RIFLE CORPS pg. 34", - "height": 7321, - "width": 4886, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642914.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642914.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642914", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7321, - "width": 4886 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json", - "@type": "sc:Canvas", - "label": "THE KING'S ROYAL RIFLE CORPS pg. 35", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642915.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642915.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642915", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json", - "@type": "sc:Canvas", - "label": "THE KING'S ROYAL RIFLE CORPS pg. 36", - "height": 7286, - "width": 4863, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642916.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642916.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642916", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7286, - "width": 4863 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", - "@type": "sc:Canvas", - "label": "TWENTY-FIRST BATTALION pg. 37", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642917.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642917.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642917", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json", - "@type": "sc:Canvas", - "label": "THE WILTSHIRE REGIMENT pg. 38", - "height": 7307, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642918.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642918.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642918", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7307, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", - "@type": "sc:Canvas", - "label": "SEVENTH BATTALION pg. 39", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642919.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642919.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642919", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", - "@type": "sc:Canvas", - "label": "THE MANCHESTER REGIMENT pg. 40", - "height": 7306, - "width": 4876, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642920.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642920.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642920", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7306, - "width": 4876 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", - "@type": "sc:Canvas", - "label": "THE MANCHESTER REGIMENT pg. 41", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642921.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642921.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642921", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", - "@type": "sc:Canvas", - "label": "THE MANCHESTER REGIMENT pg. 42", - "height": 7308, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642922.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642922.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642922", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", - "@type": "sc:Canvas", - "label": "THE MANCHESTER REGIMENT pg. 43", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642923.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642923.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642923", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", - "@type": "sc:Canvas", - "label": "FIRST TENTH BATTALION pg. 44", - "height": 7312, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642924.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642924.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642924", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7312, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", - "@type": "sc:Canvas", - "label": "THE N. STAFFORDSHIRE REGT. pg. 45", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642925.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642925.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642925", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", - "@type": "sc:Canvas", - "label": "YORK &amp; LANCASTER REGIMENT pg. 46", - "height": 7285, - "width": 4862, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642926.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642926.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642926", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7285, - "width": 4862 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", - "@type": "sc:Canvas", - "label": "THE YORK &amp; LANCASTER REGT. pg. 47", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642927.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642927.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642927", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json", - "@type": "sc:Canvas", - "label": "TWELFTH (SERVICE) (SHEFFIELD) BATTALION pg. 48", - "height": 7302, - "width": 4873, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642928.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642928.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642928", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7302, - "width": 4873 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", - "@type": "sc:Canvas", - "label": "THE DURHAM L.I. pg. 49", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642929.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642929.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642929", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", - "@type": "sc:Canvas", - "label": "FOURTEENTH BATTALION pg. 50", - "height": 7301, - "width": 4873, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642930.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642930.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642930", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7301, - "width": 4873 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", - "@type": "sc:Canvas", - "label": "NINTH (GLASGOW HIGHLAND)BATTALION pg. 51", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642931.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642931.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642931", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", - "@type": "sc:Canvas", - "label": "THE SEAFORTH HIGHLANDERS pg. 52", - "height": 7288, - "width": 4864, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642932.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642932.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642932", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7288, - "width": 4864 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", - "@type": "sc:Canvas", - "label": "GORDON HIGHLNDRS pg. 53", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642933.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642933.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642933", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", - "@type": "sc:Canvas", - "label": "SECOND BATTALION pg. 54", - "height": 7314, - "width": 4881, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642934.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642934.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642934", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7314, - "width": 4881 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json", - "@type": "sc:Canvas", - "label": "THE ROYAL IRISH RIFLES pg. 55", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642935.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642935.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642935", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", - "@type": "sc:Canvas", - "label": "FOURTEENTH BATTALION pg. 56", - "height": 7309, - "width": 4878, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642936.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642936.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642936", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7309, - "width": 4878 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", - "@type": "sc:Canvas", - "label": "SEVENTH BATTALION pg. 57", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642937.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642937.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642937", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", - "@type": "sc:Canvas", - "label": "SIXTH BATTALION pg. 58", - "height": 7311, - "width": 4879, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642938.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642938.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642938", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7311, - "width": 4879 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json", - "@type": "sc:Canvas", - "label": "THE PRINCE OF WALES'S LEINSTER REGIMT. pg. 59", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642939.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642939.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642939", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json", - "@type": "sc:Canvas", - "label": "ROYAL MUNSTER FUSILIERS pg. 60", - "height": 7328, - "width": 4891, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642940.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642940.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642940", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7328, - "width": 4891 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json", - "@type": "sc:Canvas", - "label": "ROYAL MUNSTER FUSILIERS pg. 61", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642941.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642941.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642941", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json", - "@type": "sc:Canvas", - "label": "NINTH BATTALION pg. 62", - "height": 7309, - "width": 4878, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642942.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642942.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642942", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7309, - "width": 4878 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", - "@type": "sc:Canvas", - "label": "SEVENTH BATTALION pg. 63", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642943.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642943.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642943", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json", - "@type": "sc:Canvas", - "label": "THE RIFLE BRIGADE pg. 64", - "height": 7307, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642944.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642944.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642944", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7307, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json", - "@type": "sc:Canvas", - "label": "THE RIFLE BRIGADE pg. 65", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642945.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642945.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642945", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json", - "@type": "sc:Canvas", - "label": "THE RIFLE BRIGADE pg. 66", - "height": 7301, - "width": 4873, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642946.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642946.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642946", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7301, - "width": 4873 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642947.json", - "@type": "sc:Canvas", - "label": "THE RIFLE BRIGADE pg. 67", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642947.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642947.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642947", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642947.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642948.json", - "@type": "sc:Canvas", - "label": "THE RIFLE BRIGADE pg. 68", - "height": 7306, - "width": 4876, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642948.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642948.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642948", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7306, - "width": 4876 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642948.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", - "@type": "sc:Canvas", - "label": "THE RIFLE BRIGADE pg. 69", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642949.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642949.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642949", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", - "@type": "sc:Canvas", - "label": "TWENTY-SECOND (WESSEX &amp; WELSH) BATTALION pg. 70", - "height": 7317, - "width": 4883, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642950.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642950.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642950", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7317, - "width": 4883 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642951.json", - "@type": "sc:Canvas", - "label": "MACHINE GUN CORPS pg. 71", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642951.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642951.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642951", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642951.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642952.json", - "@type": "sc:Canvas", - "label": "MACHINE GUN CORPS pg. 72", - "height": 7315, - "width": 4882, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642952.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642952.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642952", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7315, - "width": 4882 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642952.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642953.json", - "@type": "sc:Canvas", - "label": "MACHINE GUN CORPS pg. 73", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642953.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642953.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642953", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642953.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642954.json", - "@type": "sc:Canvas", - "label": "MACHINE GUN CORPS pg. 74", - "height": 7303, - "width": 4874, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642954.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642954.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642954", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7303, - "width": 4874 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642954.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642955.json", - "@type": "sc:Canvas", - "label": "MACHINE GUN CORPS pg. 75", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642955.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642955.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642955", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642955.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642956.json", - "@type": "sc:Canvas", - "label": "MACHINE GUN CORPS pg. 76", - "height": 7327, - "width": 4890, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642956.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642956.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642956", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7327, - "width": 4890 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642956.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642957.json", - "@type": "sc:Canvas", - "label": "MACHINE GUN CORPS pg. 77", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642957.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642957.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642957", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642957.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642958.json", - "@type": "sc:Canvas", - "label": "MACHINE GUN CORPS pg. 78", - "height": 7318, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642958.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642958.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642958", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642958.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642959.json", - "@type": "sc:Canvas", - "label": "MACHINE GUN CORPS pg. 79", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642959.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642959.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642959", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642959.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642960.json", - "@type": "sc:Canvas", - "label": "MACHINE GUN CORPS pg. 80", - "height": 7319, - "width": 4885, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642960.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642960.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642960", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7319, - "width": 4885 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642960.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642961.json", - "@type": "sc:Canvas", - "label": "MACHINE GUN CORPS pg. 81", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642961.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642961.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642961", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642961.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json", - "@type": "sc:Canvas", - "label": "MACHINE GUN CORPS pg. 82", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642962.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642962.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642962", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json", - "@type": "sc:Canvas", - "label": "MOTOR BRANCH pg. 83", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642963.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642963.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642963", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json", - "@type": "sc:Canvas", - "label": "LONDON REGIMT. pg. 84", - "height": 7304, - "width": 4887, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642964.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642964.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642964", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4887 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json", - "@type": "sc:Canvas", - "label": "THE LONDON REGIMENT pg. 85", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642965.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642965.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642965", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json", - "@type": "sc:Canvas", - "label": "THE LONDON REGIMENT pg. 86", - "height": 7312, - "width": 4899, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642966.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642966.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642966", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7312, - "width": 4899 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642967.json", - "@type": "sc:Canvas", - "label": "THE LONDON REGIMENT pg. 87", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642967.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642967.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642967", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642967.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", - "@type": "sc:Canvas", - "label": "THE LONDON REGIMENT pg. 88", - "height": 7324, - "width": 4888, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642968.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642968.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642968", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7324, - "width": 4888 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", - "@type": "sc:Canvas", - "label": "THE LONDON REGIMENT pg. 89", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642969.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642969.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642969", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642970.json", - "@type": "sc:Canvas", - "label": "MONMOUTHSHIRE REGIMENT pg. 90", - "height": 7336, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642970.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642970.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642970", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642970.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 91", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642971.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642971.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642971", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642972.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 92", - "height": 7307, - "width": 4886, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642972.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642972.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642972", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7307, - "width": 4886 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642972.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642973.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 93", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642973.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642973.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642973", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642973.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642974.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 94", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642974.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642974.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642974", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642974.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642975.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 95", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642975.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642975.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642975", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642975.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642976.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 96", - "height": 7332, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642976.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642976.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642976", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7332, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642976.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642977.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 97", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642977.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642977.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642977", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642977.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642978.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 98", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642978.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642978.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642978", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642978.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642979.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 99", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642979.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642979.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642979", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642979.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642980.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 100", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642980.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642980.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642980", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642980.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642981.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 101", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642981.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642981.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642981", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642981.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642982.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 102", - "height": 7304, - "width": 4875, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642982.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642982.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642982", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4875 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642982.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642983.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 103", - "height": 7360, - "width": 4849, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642983.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642983.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642983", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4849 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642983.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642984.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 104", - "height": 7307, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642984.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642984.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642984", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7307, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642984.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642985.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 105", - "height": 7360, - "width": 4870, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642985.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642985.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642985", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4870 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642985.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642986.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 106", - "height": 7291, - "width": 4866, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642986.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642986.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642986", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7291, - "width": 4866 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642986.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642987.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 107", - "height": 7360, - "width": 4884, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642987.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642987.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642987", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4884 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642987.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642988.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 108", - "height": 7336, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642988.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642988.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642988", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7336, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642988.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642989.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 109", - "height": 7360, - "width": 4891, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642989.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642989.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642989", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4891 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642989.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642990.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 110", - "height": 7323, - "width": 4897, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642990.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642990.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642990", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7323, - "width": 4897 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642990.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642991.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 111", - "height": 7317, - "width": 4883, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642991.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642991.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642991", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7317, - "width": 4883 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642991.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642992.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 112", - "height": 7303, - "width": 4874, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642992.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642992.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642992", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7303, - "width": 4874 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642992.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642993.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 113", - "height": 7360, - "width": 4898, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642993.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642993.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642993", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4898 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642993.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642994.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 114", - "height": 7309, - "width": 4878, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642994.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642994.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642994", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7309, - "width": 4878 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642994.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642995.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 115", - "height": 7360, - "width": 4888, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642995.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642995.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642995", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4888 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642995.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642996.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 116", - "height": 7298, - "width": 4871, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642996.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642996.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642996", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7298, - "width": 4871 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642996.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642997.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 117", - "height": 7360, - "width": 4888, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642997.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642997.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642997", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4888 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642997.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642998.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 118", - "height": 7305, - "width": 4885, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642998.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642998.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642998", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7305, - "width": 4885 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642998.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642999.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 119", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642999.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642999.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642999", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642999.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643000.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 120", - "height": 7298, - "width": 4871, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643000.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643000.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643000", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7298, - "width": 4871 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643000.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643001.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 121", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643001.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643001.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643001", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643001.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643002.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 122", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643002.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643002.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643002", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643002.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643003.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 123", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643003.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643003.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643003", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643003.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643004.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 124", - "height": 7306, - "width": 4885, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643004.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643004.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643004", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7306, - "width": 4885 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643004.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643005.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 125", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643005.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643005.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643005", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643005.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643006.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 126", - "height": 7326, - "width": 4889, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643006.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643006.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643006", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7326, - "width": 4889 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643006.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643007.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 127", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643007.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643007.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643007", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643007.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643008.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 128", - "height": 7315, - "width": 4882, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643008.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643008.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643008", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7315, - "width": 4882 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643008.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643009.json", - "@type": "sc:Canvas", - "label": "THE MONMOUTHSHIRE REGIMENT pg. 129", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643009.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643009.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643009", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643009.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json", - "@type": "sc:Canvas", - "label": "CAMBRIDGESHIRE REGIMENT pg. 130", - "height": 7327, - "width": 4890, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643010.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643010.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643010", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7327, - "width": 4890 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json", - "@type": "sc:Canvas", - "label": "HEREFORDSHIRE REGIMENT pg. 131", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643011.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643011.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643011", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json", - "@type": "sc:Canvas", - "label": "SECOND BATTALION pg. 132", - "height": 7266, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643012.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643012.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643012", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7266, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643013.json", - "@type": "sc:Canvas", - "label": "SOUTH MIDLAND CYCLIST DIVISIONAL COMPANY pg. 133", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643013.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643013.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643013", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643013.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643014.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY SERVICE CORPS pg. 134", - "height": 7308, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643014.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643014.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643014", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643014.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643015.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY SERVICE CORPS pg. 135", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643015.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643015.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643015", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643015.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643016.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY SERVICE CORPS pg. 136", - "height": 7290, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643016.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643016.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643016", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7290, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643016.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643017.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY SERVICE CORPS pg. 137", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643017.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643017.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643017", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643017.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643018.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY SERVICE CORPS pg. 138", - "height": 7290, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643018.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643018.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643018", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7290, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643018.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643019.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY SERVICE CORPS pg. 139", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643019.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643019.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643019", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643019.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643020.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY SERVICE CORPS pg. 140", - "height": 7280, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643020.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643020.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643020", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7280, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643020.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643021.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY SERVICE CORPS pg. 141", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643021.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643021.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643021", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643021.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643022.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY MEDICAL CORPS pg. 142", - "height": 7294, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643022.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643022.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643022", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7294, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643022.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643023.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY MEDICAL CORPS pg. 143", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643023.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643023.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643023", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643023.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643024.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY MEDICAL CORPS pg. 144", - "height": 7304, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643024.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643024.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643024", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643024.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643025.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY MEDICAL CORPS pg. 145", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643025.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643025.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643025", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643025.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643026.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY MEDICAL CORPS pg. 146", - "height": 7318, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643026.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643026.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643026", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7318, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643026.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643027.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY MEDICAL CORPS pg. 147", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643027.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643027.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643027", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643027.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643028.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY MEDICAL CORPS pg. 148", - "height": 7301, - "width": 4889, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643028.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643028.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643028", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7301, - "width": 4889 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643028.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643029.json", - "@type": "sc:Canvas", - "label": "LABOUR CORPS pg. 149", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643029.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643029.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643029", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643029.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643030.json", - "@type": "sc:Canvas", - "label": "LABOUR CORPS pg. 150", - "height": 7294, - "width": 4891, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643030.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643030.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643030", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7294, - "width": 4891 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643030.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643031.json", - "@type": "sc:Canvas", - "label": "LABOUR CORPS pg. 151", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643031.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643031.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643031", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643031.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643032.json", - "@type": "sc:Canvas", - "label": "LABOUR CORPS pg. 152", - "height": 7281, - "width": 4869, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643032.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643032.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643032", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7281, - "width": 4869 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643032.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643033.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY ORDNANCE CORPS pg. 153", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643033.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643033.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643033", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643033.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json", - "@type": "sc:Canvas", - "label": "ROYAL ARMY PAY CORPS pg. 154", - "height": 7314, - "width": 4881, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643034.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643034.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643034", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7314, - "width": 4881 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json", - "@type": "sc:Canvas", - "label": "MILITARY PROVOST STAFF CORPS pg. 155", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643035.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643035.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643035", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643036.json", - "@type": "sc:Canvas", - "label": "SAINT JOHN AMBULANCE BRIGADE pg. 156", - "height": 7287, - "width": 4873, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643036.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643036.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643036", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7287, - "width": 4873 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643036.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643037.json", - "@type": "sc:Canvas", - "label": "SAINT JOHN AMBULANCE BRIGADE (pg. 157)", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643037.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643037.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643037", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643037.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643038.json", - "@type": "sc:Canvas", - "label": "Blank page (verso of SAINT JOHN AMBULANCE BRIGADE (pg. 157))", - "height": 7319, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643038.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643038.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643038", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7319, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643038.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643039.json", - "@type": "sc:Canvas", - "label": "Blank page (recto of NEWFOUNDLAND CONTINGENT)", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643039.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643039.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643039", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643039.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643040.json", - "@type": "sc:Canvas", - "label": "NEWFOUNDLAND CONTINGENT", - "height": 7306, - "width": 4876, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643040.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643040.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643040", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7306, - "width": 4876 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643040.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643041.json", - "@type": "sc:Canvas", - "label": "CANADIAN EXPEDITIONARY FORCE SERVICE IN FRANCE pg. 1", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643041.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643041.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643041", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643041.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643042.json", - "@type": "sc:Canvas", - "label": "CANADIAN EXPD. FORCE pg. 2", - "height": 7292, - "width": 4867, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643042.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643042.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643042", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7292, - "width": 4867 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643042.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643043.json", - "@type": "sc:Canvas", - "label": "CANADIAN EXPD. FORCE pg. 3", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643043.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643043.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643043", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643043.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643044.json", - "@type": "sc:Canvas", - "label": "CANADIAN EXPD. FORCE pg. 4", - "height": 7309, - "width": 4878, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643044.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643044.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643044", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7309, - "width": 4878 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643044.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643045.json", - "@type": "sc:Canvas", - "label": "CANADIAN EXPD. FORCE pg. 5", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643045.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643045.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643045", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643045.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643046.json", - "@type": "sc:Canvas", - "label": "CANADIAN EXPD. FORCE pg. 6", - "height": 7325, - "width": 4889, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643046.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643046.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643046", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4889 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643046.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643047.json", - "@type": "sc:Canvas", - "label": "CANADIAN EXPD. FORCE pg. 7", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643047.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643047.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643047", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643047.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643048.json", - "@type": "sc:Canvas", - "label": "CANADIAN EXPD. FORCE pg. 8", - "height": 7319, - "width": 4885, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643048.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643048.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643048", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7319, - "width": 4885 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643048.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643049.json", - "@type": "sc:Canvas", - "label": "CANADIAN EXPD. FORCE pg. 9", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643049.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643049.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643049", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643049.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643050.json", - "@type": "sc:Canvas", - "label": "CANADIAN EXPD. FORCE pg. 10", - "height": 7316, - "width": 4883, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643050.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643050.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643050", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7316, - "width": 4883 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643050.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643051.json", - "@type": "sc:Canvas", - "label": "CANADIAN EXPD. FORCE pg. 11", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643051.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643051.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643051", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643051.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643052.json", - "@type": "sc:Canvas", - "label": "CANADIAN EXPD. FORCE pg. 12", - "height": 7304, - "width": 4875, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643052.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643052.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643052", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4875 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643052.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643053.json", - "@type": "sc:Canvas", - "label": "CANADIAN EXPD. FORCE pg. 13", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643053.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643053.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643053", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643053.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643054.json", - "@type": "sc:Canvas", - "label": "CANADIAN EXPD. FORCE pg. 14", - "height": 7280, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643054.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643054.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643054", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7280, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643054.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643055.json", - "@type": "sc:Canvas", - "label": "INDIAN ARMY pg. 1", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643055.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643055.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643055", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643055.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643056.json", - "@type": "sc:Canvas", - "label": "Blank page pg. 2", - "height": 7263, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643056.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643056.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643056", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7263, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643056.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643057.json", - "@type": "sc:Canvas", - "label": "NEW ZEALAND EXPEDITIONARY FORCE pg. 3", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643057.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643057.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643057", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643057.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643058.json", - "@type": "sc:Canvas", - "label": "SOUTHERN RHODESIA FORCES pg. 4", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643058.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643058.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643058", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643058.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643059.json", - "@type": "sc:Canvas", - "label": "Blank page pg. 5", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643059.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643059.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643059", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643059.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643060.json", - "@type": "sc:Canvas", - "label": "Blank page pg. 6", - "height": 7299, - "width": 4881, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643060.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643060.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643060", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7299, - "width": 4881 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643060.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643061.json", - "@type": "sc:Canvas", - "label": "BRITISH MERCANTILE MARINE pg. 7", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643061.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643061.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643061", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643061.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643062.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 8", - "height": 7314, - "width": 4882, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643062.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643062.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643062", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7314, - "width": 4882 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643062.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643063.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 9", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643063.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643063.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643063", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643063.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643064.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 10", - "height": 7302, - "width": 4873, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643064.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643064.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643064", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7302, - "width": 4873 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643064.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643065.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 11", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643065.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643065.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643065", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643065.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643066.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 12", - "height": 7323, - "width": 4887, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643066.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643066.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643066", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7323, - "width": 4887 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643066.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643067.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 13", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643067.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643067.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643067", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643067.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643068.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 14", - "height": 7325, - "width": 4889, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643068.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643068.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643068", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7325, - "width": 4889 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643068.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643069.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 15", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643069.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643069.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643069", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643069.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643070.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 16", - "height": 7319, - "width": 4885, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643070.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643070.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643070", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7319, - "width": 4885 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643070.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643071.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 17", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643071.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643071.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643071", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643071.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643072.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 18", - "height": 7313, - "width": 4881, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643072.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643072.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643072", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7313, - "width": 4881 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643072.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643073.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 19", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643073.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643073.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643073", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643073.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643074.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 20", - "height": 7296, - "width": 4869, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643074.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643074.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643074", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7296, - "width": 4869 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643074.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643075.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 21", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643075.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643075.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643075", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643075.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643076.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 22", - "height": 7308, - "width": 4877, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643076.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643076.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643076", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7308, - "width": 4877 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643076.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643077.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 23", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643077.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643077.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643077", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643077.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643078.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 24", - "height": 7302, - "width": 4873, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643078.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643078.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643078", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7302, - "width": 4873 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643078.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643079.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 25", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643079.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643079.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643079", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643079.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643080.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 26", - "height": 7304, - "width": 4875, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643080.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643080.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643080", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7304, - "width": 4875 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643080.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643081.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 27", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643081.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643081.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643081", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643081.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643082.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 28", - "height": 7306, - "width": 4899, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643082.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643082.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643082", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7306, - "width": 4899 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643082.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643083.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 29", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643083.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643083.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643083", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643083.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643084.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 30", - "height": 7262, - "width": 4888, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643084.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643084.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643084", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7262, - "width": 4888 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643084.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643085.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 31", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643085.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643085.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643085", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643085.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643086.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 32", - "height": 7299, - "width": 4881, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643086.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643086.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643086", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7299, - "width": 4881 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643086.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643087.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 33", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643087.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643087.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643087", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643087.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643088.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 34", - "height": 7290, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643088.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643088.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643088", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7290, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643088.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643089.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 35", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643089.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643089.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643089", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643089.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643090.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 36", - "height": 7284, - "width": 4880, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643090.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643090.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643090", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7284, - "width": 4880 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643090.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643091.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 37", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643091.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643091.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643091", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643091.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643092.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 38", - "height": 7276, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643092.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643092.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643092", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7276, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643092.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643093.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 39", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643093.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643093.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643093", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643093.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643094.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 40", - "height": 7283, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643094.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643094.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643094", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7283, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643094.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643095.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 41", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643095.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643095.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643095", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643095.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643096.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 42", - "height": 7319, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643096.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643096.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643096", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7319, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643096.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643097.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 43", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643097.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643097.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643097", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643097.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643098.json", - "@type": "sc:Canvas", - "label": "BRIT. MERC. MARINE pg. 44", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643098.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643098.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643098", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643098.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643099.json", - "@type": "sc:Canvas", - "label": "Blank page", - "height": 7360, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643099.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643099.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643099", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7360, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643099.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643100.json", - "@type": "sc:Canvas", - "label": "&quot;The work of&quot;", - "height": 7322, - "width": 4912, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643100.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643100.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643100", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7322, - "width": 4912 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643100.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643101.json", - "@type": "sc:Canvas", - "label": "Inside back cover", - "height": 7177, - "width": 4735, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643101.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643101.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643101", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7177, - "width": 4735 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643101.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643102.json", - "@type": "sc:Canvas", - "label": "Back cover", - "height": 7119, - "width": 4809, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643102.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643102.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643102", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 7119, - "width": 4809 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643102.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643103.json", - "@type": "sc:Canvas", - "label": "spine", - "height": 6463, - "width": 1765, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643103.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643103.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643103", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 6463, - "width": 1765 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643103.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643104.json", - "@type": "sc:Canvas", - "label": "general view closed", - "height": 4912, - "width": 7260, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643104.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643104.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643104", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 4912, - "width": 7260 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643104.json" - }] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643105.json", - "@type": "sc:Canvas", - "label": "general view open", - "height": 4912, - "width": 7360, - "images": [{ - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643105.json", - "@type": "oa:Annotation", - "motivation": "sc:painting", - "resource": { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643105.jpg", - "@type": "dctypes:Image", - "format": "image/jpeg", - "service": { - "@context": "http://iiif.io/api/image/2/context.json", - "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643105", - "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1" - }, - "height": 4912, - "width": 7360 - }, - "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643105.json" - }] - } - ] - }], - "structures": [ + "sequences": [ { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "@type": "sc:Range", - "label": "Table of Contents", - "viewingHint": "top", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/sequence/Physical.json", + "@type": "sc:Sequence", + "label": "Current Page Order", + "viewingDirection": "left-to-right", + "viewingHint": "paged", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642023.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642024.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642025.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642026.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642027.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642028.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642029.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642030.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642031.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642032.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642033.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642034.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642035.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642036.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642037.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642038.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642039.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642040.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642041.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642042.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642043.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642044.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642045.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642046.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642047.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642048.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642049.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642050.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642051.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642052.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642053.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642054.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642055.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642056.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642057.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642058.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642059.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642060.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642061.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642062.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642063.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642064.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642065.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642066.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642067.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642068.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642069.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642070.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642071.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642072.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642073.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642074.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642075.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642076.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642077.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642078.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642079.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642080.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642081.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642082.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642083.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642084.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642085.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642086.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642087.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642088.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642089.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642090.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642102.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642103.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642104.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642105.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642106.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642107.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642108.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642109.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642110.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642111.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642112.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642113.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642114.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642115.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642116.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642117.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642118.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642119.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642120.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642121.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642122.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642123.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642124.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642125.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642126.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642128.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642129.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642130.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642133.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642134.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642135.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642136.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642137.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642138.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642139.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642140.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642144.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642145.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642146.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642147.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642148.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642149.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642150.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642151.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642152.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642153.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642154.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642155.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642156.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642157.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642158.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642159.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642160.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642161.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642163.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642164.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642165.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642169.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642170.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642171.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642172.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642173.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642174.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642175.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642176.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642177.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642178.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642179.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642180.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642181.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642202.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642205.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642211.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642212.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642214.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642215.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642219.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642221.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642222.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642223.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642241.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642243.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642245.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642250.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642251.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642252.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642253.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642254.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642255.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642256.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642257.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642258.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642259.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642260.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642261.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642262.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642264.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642265.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642266.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642267.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642268.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642269.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642270.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642271.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642272.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642273.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642274.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642275.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642276.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642277.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642278.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642279.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642280.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642281.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642282.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642283.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642284.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642285.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642286.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642287.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642288.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642289.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642290.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642291.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642292.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642293.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642294.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642295.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642296.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642297.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642298.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642299.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642300.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642301.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642302.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642303.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642304.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642305.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642306.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642307.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642308.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642309.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642310.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642311.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642312.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642313.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642314.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642315.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642316.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642317.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642318.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642319.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642320.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642321.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642322.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642323.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642324.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642325.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642326.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642327.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642328.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642329.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642330.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642331.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642332.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642333.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642334.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642335.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642336.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642337.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642338.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642339.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642340.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642341.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642342.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642343.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642344.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642345.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642346.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642347.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642348.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642349.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642350.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642351.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642352.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642353.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642354.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642355.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642356.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642357.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642358.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642359.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642360.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642361.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642362.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642363.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642364.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642365.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642366.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642367.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642368.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642369.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642370.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642371.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642372.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642373.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642374.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642375.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642376.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642377.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642378.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642379.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642380.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642381.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642382.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642383.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642384.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642385.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642386.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642387.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642388.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642389.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642390.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642391.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642392.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642393.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642394.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642395.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642396.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642397.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642398.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642399.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642400.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642401.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642402.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642403.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642404.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642405.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642406.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642407.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642408.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642409.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642410.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642411.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642412.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642413.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642414.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642415.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642416.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642417.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642418.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642419.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642420.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642421.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642422.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642423.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642424.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642425.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642426.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642427.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642428.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642429.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642430.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642431.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642432.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642433.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642434.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642435.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642436.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642437.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642438.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642439.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642440.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642441.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642442.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642443.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642444.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642445.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642446.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642447.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642448.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642449.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642450.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642451.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642452.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642453.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642454.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642455.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642457.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642458.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642459.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642460.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642461.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642462.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642463.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642464.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642465.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642466.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642468.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642469.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642471.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642472.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642473.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642474.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642475.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642476.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642477.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642478.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642480.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642481.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642482.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642483.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642484.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642485.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642487.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642488.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642489.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642490.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642491.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642492.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642494.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642495.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642496.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642497.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642498.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642499.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642500.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642502.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642503.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642504.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642505.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642506.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642507.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642508.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642509.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642510.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642512.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642513.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642514.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642515.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642516.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642517.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642518.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642519.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642520.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642521.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642522.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642523.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642524.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642525.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642526.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642527.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642528.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642529.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642530.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642531.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642532.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642533.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642534.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642535.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642536.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642537.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642538.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642539.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642540.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642541.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642542.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642543.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642544.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642545.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642546.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642547.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642548.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642549.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642550.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642551.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642552.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642553.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642554.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642555.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642556.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642557.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642558.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642559.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642560.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642561.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642562.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642563.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642564.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642565.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642566.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642567.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642568.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642569.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642570.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642571.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642572.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642573.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642574.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642575.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642576.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642577.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642578.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642579.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642580.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642581.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642582.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642583.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642584.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642585.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642586.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642587.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642588.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642589.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642590.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642591.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642592.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642593.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642594.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642595.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642596.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642597.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642598.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642599.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642600.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642601.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642602.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642603.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642604.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642605.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642606.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642607.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642608.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642609.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642610.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642611.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642612.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642613.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642614.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642615.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642616.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642617.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642618.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642620.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642621.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642622.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642623.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642624.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642625.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642626.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642627.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642628.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642629.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642630.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642631.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642632.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642633.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642634.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642635.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642636.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642637.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642638.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642639.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642640.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642641.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642642.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642643.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642646.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642647.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642653.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642654.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642655.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642674.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642677.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642681.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642682.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642684.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642685.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642686.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642687.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642688.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642689.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642690.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642691.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642694.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642695.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642696.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642697.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642698.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642699.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642700.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642701.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642702.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642703.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642704.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642705.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642706.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642707.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642708.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642709.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642710.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642711.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642712.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642713.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642714.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642715.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642716.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642717.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642718.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642719.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642720.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642721.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642722.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642723.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642724.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642725.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642726.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642727.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642728.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642729.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642730.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642731.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642732.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642733.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642734.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642735.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642736.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642737.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642738.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642739.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642740.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642741.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642742.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642743.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642744.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642745.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642746.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642747.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642748.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642749.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642750.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642751.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642752.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642753.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642754.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642756.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642757.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642758.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642759.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642760.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642761.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642762.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642763.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642764.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642765.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642766.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642767.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642768.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642769.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642770.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642771.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642772.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642773.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642774.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642775.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642776.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642777.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642778.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642779.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642780.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642781.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642782.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642783.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642784.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642785.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642786.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642787.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642788.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642789.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642790.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642791.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642792.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642793.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642794.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642795.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642796.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642797.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642798.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642799.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642800.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642801.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642802.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642804.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642805.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642806.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642807.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642808.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642809.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642810.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642811.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642812.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642813.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642814.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642815.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642816.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642817.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642818.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642819.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642820.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642821.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642822.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642823.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642824.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642825.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642826.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642827.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642828.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642829.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642830.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642831.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642832.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642833.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642834.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642835.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642836.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642837.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642838.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642839.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642840.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642841.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642842.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642843.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642844.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642845.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642846.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642847.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642848.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642849.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642850.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642851.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642852.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642853.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642854.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642855.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642856.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642857.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642858.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642859.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642860.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642861.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642862.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642863.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642864.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642865.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642866.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642867.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642868.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642869.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642870.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642871.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642872.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642874.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642875.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642876.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642877.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642878.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642880.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642899.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642900.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642903.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642904.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642905.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642906.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642907.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642908.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642947.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642948.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642951.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642952.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642953.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642954.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642955.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642956.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642957.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642958.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642959.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642960.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642961.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642967.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642970.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642972.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642973.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642974.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642975.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642976.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642977.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642978.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642979.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642980.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642981.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642982.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642983.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642984.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642985.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642986.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642987.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642988.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642989.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642990.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642991.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642992.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642993.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642994.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642995.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642996.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642997.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642998.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642999.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643000.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643001.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643002.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643003.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643004.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643005.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643006.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643007.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643008.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643009.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643013.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643014.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643015.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643016.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643017.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643018.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643019.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643020.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643021.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643022.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643023.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643024.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643025.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643026.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643027.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643028.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643029.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643030.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643031.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643032.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643033.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643036.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643037.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643038.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643039.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643040.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643041.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643042.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643043.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643044.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643045.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643046.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643047.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643048.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643049.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643050.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643051.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643052.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643053.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643054.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643055.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643056.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643057.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643058.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643059.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643060.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643061.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643062.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643063.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643064.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643065.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643066.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643067.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643068.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643069.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643070.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643071.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643072.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643073.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643074.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643075.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643076.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643077.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643078.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643079.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643080.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643081.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643082.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643083.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643084.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643085.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643086.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643087.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643088.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643089.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643090.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643091.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643093.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643095.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643096.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643097.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643099.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643100.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643101.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643102.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643103.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643104.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643105.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-0", - "@type": "sc:Range", - "label": "Front matter", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642023.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642024.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642025.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642026.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642027.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642028.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-1", - "@type": "sc:Range", - "label": "Royal Navy", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642029.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642030.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642031.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642032.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642033.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642034.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642034.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642035.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642036.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642037.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642038.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642039.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642040.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642041.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642042.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642043.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642044.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642045.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642046.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642047.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642048.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642049.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642050.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642051.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642052.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642053.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642054.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642055.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642056.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642057.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642058.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642059.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642060.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642061.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642062.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642063.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642064.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642065.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642066.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642067.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642068.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642069.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642070.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642071.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642072.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642073.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642074.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642075.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642076.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642077.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642078.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642079.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642080.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642081.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642082.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-1-0", - "@type": "sc:Range", - "label": "Officers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-1", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642029.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642030.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642031.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642032.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642033.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642034.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-1-1", - "@type": "sc:Range", - "label": "Personnel", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-1", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642034.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642035.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642036.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642037.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642038.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642039.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642040.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642041.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642042.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642043.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642044.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642045.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642046.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642047.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642048.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642049.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642050.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642051.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642052.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642053.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642054.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642055.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642056.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642057.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642058.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642059.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642060.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642061.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642062.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642063.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642064.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642065.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642066.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642067.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642068.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642069.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642070.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642071.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642072.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642073.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642074.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642075.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642076.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642077.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642078.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642079.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642080.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642081.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642082.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-2", - "@type": "sc:Range", - "label": "Royal Flying Corps", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642083.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642084.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642084.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642085.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642085.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642086.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-2-0", - "@type": "sc:Range", - "label": "Officers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-2", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642083.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642084.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-2-1", - "@type": "sc:Range", - "label": "Territorial Officers Attached to Royal Flying Corps", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-2", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642084.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642085.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-2-2", - "@type": "sc:Range", - "label": "Airmen", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-2", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642085.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642086.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-3", - "@type": "sc:Range", - "label": "Royal Air Force", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642086.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642087.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642088.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642089.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642089.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642090.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-3-0", - "@type": "sc:Range", - "label": "Officers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-3", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642086.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642087.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642088.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-3-1", - "@type": "sc:Range", - "label": "Women's Royal Air Force", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-3", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642089.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-3-2", - "@type": "sc:Range", - "label": "Non-Commissioned Officers and Men", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-3", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642089.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642090.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4", - "@type": "sc:Range", - "label": "Cavalry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-0", - "@type": "sc:Range", - "label": "Household Cavalry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-0-0", - "@type": "sc:Range", - "label": "First Life Guards", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-0", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-0-1", - "@type": "sc:Range", - "label": "Second Life Guards", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-0", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-0-2", - "@type": "sc:Range", - "label": "Royal Horse Guards (The Blues)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-0", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-0-3", - "@type": "sc:Range", - "label": "Household Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-0", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1", - "@type": "sc:Range", - "label": "Dragoon Guards", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1-0", - "@type": "sc:Range", - "label": "Second Dragoon Guards (Queen's Bays)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1-1", - "@type": "sc:Range", - "label": "Third Dragoon Guards (Prince of Wales' Own)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1-3", - "@type": "sc:Range", - "label": "Fourth Dragoon Guards (Royal Irish)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1-4", - "@type": "sc:Range", - "label": "Fifth Dragoon Guards (Princess Charlotte's Own)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1-5", - "@type": "sc:Range", - "label": "Sixth Dragoon Guards (Carabineers)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1-6", - "@type": "sc:Range", - "label": "Seventh Dragoon Guards (Princess Royal's)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1-7", - "@type": "sc:Range", - "label": "First Royal Dragoons", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1-8", - "@type": "sc:Range", - "label": "Sixth Dragoons (Inniskilling)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-1", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-2", - "@type": "sc:Range", - "label": "Corps of Lancers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-2-0", - "@type": "sc:Range", - "label": "Fifth Lancers (Royal Irish)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-2", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-2-1", - "@type": "sc:Range", - "label": "Ninth Lancers (Queen's Royal)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-2", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-2-2", - "@type": "sc:Range", - "label": "Sixteenth Lancers (The Queen's)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-2", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-2-3", - "@type": "sc:Range", - "label": "Seventeenth Lancers (Duke of Cambridge's Own)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-2", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-2-4", - "@type": "sc:Range", - "label": "Twenty-First Lancers (Empress of India's)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-2", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "@type": "sc:Range", - "label": "Special Cavalry Reserve", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3-0", - "@type": "sc:Range", - "label": "First King Edward's Horse", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3-1", - "@type": "sc:Range", - "label": "First Reserve Cavalry Regiment (1st & 5th Dragoon Gds.)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3-2", - "@type": "sc:Range", - "label": "Second Reserve Cavalry Regiment (2nd Dragoon Gds. & 6th Dragoons)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3-3", - "@type": "sc:Range", - "label": "Third Reserve Cavalry Regiment (3rd & 6th Dragoon Gds.)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3-4", - "@type": "sc:Range", - "label": "Sixth Reserve Cavalry Regiment (5th & 12th Lancers)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3-5", - "@type": "sc:Range", - "label": "Eighth Reserve Cavalry Regiment (16th & 17th Lancers)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3-6", - "@type": "sc:Range", - "label": "Shropshire Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3-7", - "@type": "sc:Range", - "label": "Duke of Lancaster's Own Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3-8", - "@type": "sc:Range", - "label": "Berkshire Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3-9", - "@type": "sc:Range", - "label": "Montgomeryshire Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3-10", - "@type": "sc:Range", - "label": "Glamorganshire Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3-11", - "@type": "sc:Range", - "label": "Lovat's Scouts", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3-12", - "@type": "sc:Range", - "label": "Scottish Horse Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3-13", - "@type": "sc:Range", - "label": "City of London Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-3", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "@type": "sc:Range", - "label": "Corps of Hussars", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-0", - "@type": "sc:Range", - "label": "Fourth Hussars (Queen's Own)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-1", - "@type": "sc:Range", - "label": "Seventh Hussars (Queen's Own)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-2", - "@type": "sc:Range", - "label": "Tenth Hussars (Prince of Wales' Own Royal)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-3", - "@type": "sc:Range", - "label": "Eleventh Hussars (Prince Albert's Own)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-4", - "@type": "sc:Range", - "label": "Thirteenth Hussars", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-5", - "@type": "sc:Range", - "label": "Fourteenth (King's) Hussars", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-6", - "@type": "sc:Range", - "label": "Fifteenth Hussars (The King's)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-7", - "@type": "sc:Range", - "label": "Eighteenth Hussars (Queen Mary's Own Royal)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-8", - "@type": "sc:Range", - "label": "Nineteenth Hussars (Queen Alexandra's Own Royals)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-9", - "@type": "sc:Range", - "label": "Twentieth Hussars", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-10", - "@type": "sc:Range", - "label": "Second Reserve Regiment of Cavalry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-11", - "@type": "sc:Range", - "label": "Third Reserve Regiment of Cavalry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-12", - "@type": "sc:Range", - "label": "North Irish Horse", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-13", - "@type": "sc:Range", - "label": "Royal Bucks Hussars", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-14", - "@type": "sc:Range", - "label": "Denbighshire Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-15", - "@type": "sc:Range", - "label": "Royal Gloucestershire Hussars", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-16", - "@type": "sc:Range", - "label": "Leicestershire Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-17", - "@type": "sc:Range", - "label": "First County of London Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-18", - "@type": "sc:Range", - "label": "Pembroke Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-19", - "@type": "sc:Range", - "label": "Staffordshire Yeomanry (Queen's Own Royal Regiment)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-20", - "@type": "sc:Range", - "label": "Westmorland & Cumberland Hussars", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-21", - "@type": "sc:Range", - "label": "Royal Wiltshire Hussars", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-22", - "@type": "sc:Range", - "label": "Worcestershire Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-23", - "@type": "sc:Range", - "label": "Welsh Horse Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4-24", - "@type": "sc:Range", - "label": "Sussex Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-4-4", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5", - "@type": "sc:Range", - "label": "Royal Regiment of Artillery", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642102.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642103.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642103.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642104.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642105.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642106.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642107.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642108.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642109.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642110.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642111.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642112.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642113.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642114.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642115.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642116.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642117.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642118.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642119.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642120.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642121.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642122.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642123.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642124.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642125.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642126.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642128.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642129.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642130.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642133.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642134.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642135.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642136.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642137.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642138.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642139.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642140.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642144.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-0", - "@type": "sc:Range", - "label": "Royal Horse & Royal Field Artillery", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642102.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642103.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642103.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642104.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642105.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642106.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642107.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642108.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642109.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642110.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642111.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642112.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642113.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642114.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642115.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642116.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642117.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642118.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642119.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642120.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642121.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642122.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642123.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642124.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642125.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642126.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642128.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642129.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642130.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-0-2", - "@type": "sc:Range", - "label": "Territorial Force", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-0", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642103.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642104.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642105.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642106.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642107.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642108.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642109.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642110.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642111.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642112.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642113.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642114.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642115.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642116.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642117.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642118.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642119.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642120.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642121.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642122.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642123.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642124.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642125.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642126.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-0-3", - "@type": "sc:Range", - "label": "Territorial Force", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-0", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642128.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642129.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642130.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-1", - "@type": "sc:Range", - "label": "Royal Garrison Artillery", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642133.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642134.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642135.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642136.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642137.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642138.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642139.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642140.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-1-1", - "@type": "sc:Range", - "label": "Territorial Force", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-1", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-1-2", - "@type": "sc:Range", - "label": "Gunners", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-1", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642133.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642134.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642135.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642136.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642137.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642138.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642139.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642140.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-2", - "@type": "sc:Range", - "label": "Fourth Highland (Mountain Brigade)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-3", - "@type": "sc:Range", - "label": "Lancashire Heavy Brigade", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-4", - "@type": "sc:Range", - "label": "Welsh (Carnarvonshire)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-5", - "@type": "sc:Range", - "label": "North Midland (Staffordshire) Heavy Battery", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-6", - "@type": "sc:Range", - "label": "South Midland (Warwickshire) Heavy Battery", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-7", - "@type": "sc:Range", - "label": "London Heavy Brigade", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-8", - "@type": "sc:Range", - "label": "Dorset", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-9", - "@type": "sc:Range", - "label": "Essex and Suffolk", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-10", - "@type": "sc:Range", - "label": "Glamorgan", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-11", - "@type": "sc:Range", - "label": "Lancashire and Cheshire", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5-12", - "@type": "sc:Range", - "label": "Pembrokeshire", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-5", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642144.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-6", - "@type": "sc:Range", - "label": "Corps of Royal Engineers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642144.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642145.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642146.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642147.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642148.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642149.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642150.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642151.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642152.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642153.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642154.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642155.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642156.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642157.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642158.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642159.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642160.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642161.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642161.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-6-1", - "@type": "sc:Range", - "label": "Territorial Force", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-6", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642145.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642146.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642147.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642148.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642149.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642150.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642151.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642152.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642153.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642154.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642155.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642156.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642157.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642158.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642159.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642160.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642161.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-6-2", - "@type": "sc:Range", - "label": "Railways", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-6", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642161.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-6-3", - "@type": "sc:Range", - "label": "Inland Water Transport", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-6", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-6-4", - "@type": "sc:Range", - "label": "Roads and Quarries", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-6", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-7", - "@type": "sc:Range", - "label": "Grenadier Guards", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642163.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642163.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642164.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642164.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642165.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642165.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-7-1", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-7", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642163.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642164.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-7-2", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-7", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642164.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642165.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-7-3", - "@type": "sc:Range", - "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-7", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642165.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-7-4", - "@type": "sc:Range", - "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-7", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-7-5", - "@type": "sc:Range", - "label": "Fifth (Reserve) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-7", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-8", - "@type": "sc:Range", - "label": "Coldstream Guards", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-9", - "@type": "sc:Range", - "label": "Scots Guards", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-10", - "@type": "sc:Range", - "label": "Irish Guards", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-10-0", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-10", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-10-1", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-10", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-11", - "@type": "sc:Range", - "label": "Welsh Guards", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642169.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642169.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642170.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642171.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642172.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642173.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642174.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642175.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642176.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642177.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642178.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642179.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642180.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642181.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-11-2", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-11", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642169.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642170.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642171.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642172.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642173.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642174.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642175.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642176.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642177.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642178.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642179.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642180.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642181.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-12", - "@type": "sc:Range", - "label": "Guards Machine Gun Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642181.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-12-0", - "@type": "sc:Range", - "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-12", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642181.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-12-1", - "@type": "sc:Range", - "label": "Fifth (Reserve) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-12", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-13", - "@type": "sc:Range", - "label": "Royal Scots (Lothian Regiment)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-13-0", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-13", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-13-1", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-13", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-13-2", - "@type": "sc:Range", - "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-13", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-13-3", - "@type": "sc:Range", - "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-13", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-13-4", - "@type": "sc:Range", - "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-13", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-13-5", - "@type": "sc:Range", - "label": "Fifteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-13", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14", - "@type": "sc:Range", - "label": "The Queen's (Royal West Surrey Regiment)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14-1", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14-2", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14-3", - "@type": "sc:Range", - "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14-4", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14-5", - "@type": "sc:Range", - "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14-6", - "@type": "sc:Range", - "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14-7", - "@type": "sc:Range", - "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14-8", - "@type": "sc:Range", - "label": "Third Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14-9", - "@type": "sc:Range", - "label": "First 22nd Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14-10", - "@type": "sc:Range", - "label": "Fifteenth Labour Company", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-14", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-15", - "@type": "sc:Range", - "label": "The Buffs (East Kent Regiment)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-15-1", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-15", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-15-2", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-15", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-15-3", - "@type": "sc:Range", - "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-15", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-15-4", - "@type": "sc:Range", - "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-15", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-15-5", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-15", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-15-6", - "@type": "sc:Range", - "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-15", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16", - "@type": "sc:Range", - "label": "The King's Own (Royal Lancaster Regiment)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16-0", - "@type": "sc:Range", - "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16-1", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16-2", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16-3", - "@type": "sc:Range", - "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16-4", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16-5", - "@type": "sc:Range", - "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16-6", - "@type": "sc:Range", - "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16-7", - "@type": "sc:Range", - "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16-8", - "@type": "sc:Range", - "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16-9", - "@type": "sc:Range", - "label": "First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16-10", - "@type": "sc:Range", - "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16-11", - "@type": "sc:Range", - "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-16", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "@type": "sc:Range", - "label": "Northumberland Fusiliers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-1", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-2", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-3", - "@type": "sc:Range", - "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-4", - "@type": "sc:Range", - "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-5", - "@type": "sc:Range", - "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-6", - "@type": "sc:Range", - "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-7", - "@type": "sc:Range", - "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-8", - "@type": "sc:Range", - "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-9", - "@type": "sc:Range", - "label": "Twelfth Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-10", - "@type": "sc:Range", - "label": "Fourteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-11", - "@type": "sc:Range", - "label": "Sixteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-12", - "@type": "sc:Range", - "label": "Nineteenth Battalion (Tyneside Pioneers)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-13", - "@type": "sc:Range", - "label": "Twentieth Battalion (Tyneside Scottish)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-14", - "@type": "sc:Range", - "label": "Twenty-first Battalion (Tyneside Scottish)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-15", - "@type": "sc:Range", - "label": "Twenty-second Battalion (Tyneside Scottish)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-16", - "@type": "sc:Range", - "label": "Twenty-third Battalion (Tyneside Scottish)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-17", - "@type": "sc:Range", - "label": "Twenty-fourth Battalion (Tyneside Irish)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-18", - "@type": "sc:Range", - "label": "Twenty-fifth Battalion (Tyneside Irish)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-19", - "@type": "sc:Range", - "label": "Twenty-sixth Battalion (Tyneside Irish)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-20", - "@type": "sc:Range", - "label": "Twenty-fourth 27th Battalion (Tyneside Irish)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-21", - "@type": "sc:Range", - "label": "Twenty-ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-22", - "@type": "sc:Range", - "label": "Thirty-first Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-23", - "@type": "sc:Range", - "label": "Second Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-24", - "@type": "sc:Range", - "label": "First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-25", - "@type": "sc:Range", - "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-26", - "@type": "sc:Range", - "label": "First Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17-27", - "@type": "sc:Range", - "label": "First Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-17", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "@type": "sc:Range", - "label": "Royal Warwickshire Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-1", - "@type": "sc:Range", - "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-2", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-3", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-4", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-5", - "@type": "sc:Range", - "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-6", - "@type": "sc:Range", - "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-7", - "@type": "sc:Range", - "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-8", - "@type": "sc:Range", - "label": "Fifth (Reserve) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-9", - "@type": "sc:Range", - "label": "First Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-10", - "@type": "sc:Range", - "label": "Second Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-11", - "@type": "sc:Range", - "label": "First Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-12", - "@type": "sc:Range", - "label": "Second Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-13", - "@type": "sc:Range", - "label": "First Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-14", - "@type": "sc:Range", - "label": "Second Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-15", - "@type": "sc:Range", - "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-16", - "@type": "sc:Range", - "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-17", - "@type": "sc:Range", - "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-18", - "@type": "sc:Range", - "label": "Fourteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-19", - "@type": "sc:Range", - "label": "Fifteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18-20", - "@type": "sc:Range", - "label": "Sixteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-18", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "@type": "sc:Range", - "label": "Royal Fusiliers (City of London Regiment)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-1", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-2", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-3", - "@type": "sc:Range", - "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-4", - "@type": "sc:Range", - "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-5", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-6", - "@type": "sc:Range", - "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-7", - "@type": "sc:Range", - "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-8", - "@type": "sc:Range", - "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-9", - "@type": "sc:Range", - "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-10", - "@type": "sc:Range", - "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-11", - "@type": "sc:Range", - "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-12", - "@type": "sc:Range", - "label": "Seventeenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-13", - "@type": "sc:Range", - "label": "Twentieth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-14", - "@type": "sc:Range", - "label": "Twenty-first Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-15", - "@type": "sc:Range", - "label": "Twenty-second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-16", - "@type": "sc:Range", - "label": "Twenty-third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-17", - "@type": "sc:Range", - "label": "Twenty-fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-18", - "@type": "sc:Range", - "label": "Twenty-fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-19", - "@type": "sc:Range", - "label": "Twenty-sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-20", - "@type": "sc:Range", - "label": "Thirty-second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-21", - "@type": "sc:Range", - "label": "Thirty-eighth 39th & 40th Battalion (Jewish)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-22", - "@type": "sc:Range", - "label": "Forty-third Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-23", - "@type": "sc:Range", - "label": "Forty-fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-24", - "@type": "sc:Range", - "label": "Posted Second 2nd London", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-25", - "@type": "sc:Range", - "label": "Posted Third London Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19-26", - "@type": "sc:Range", - "label": "Posted First 4th London Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-19", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "@type": "sc:Range", - "label": "The King's (Liverpool Regiment)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642202.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642202.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642205.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642205.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-1", - "@type": "sc:Range", - "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-2", - "@type": "sc:Range", - "label": "Sixth (Rifle) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-3", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-4", - "@type": "sc:Range", - "label": "Tenth Battalion (Liverpool Scottish)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-5", - "@type": "sc:Range", - "label": "Depot", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-6", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-7", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-8", - "@type": "sc:Range", - "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-9", - "@type": "sc:Range", - "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642202.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-10", - "@type": "sc:Range", - "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642202.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-11", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-12", - "@type": "sc:Range", - "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-13", - "@type": "sc:Range", - "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-14", - "@type": "sc:Range", - "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-15", - "@type": "sc:Range", - "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-16", - "@type": "sc:Range", - "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-17", - "@type": "sc:Range", - "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642205.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-18", - "@type": "sc:Range", - "label": "Fourteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642205.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-19", - "@type": "sc:Range", - "label": "Fifteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-20", - "@type": "sc:Range", - "label": "Seventeenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-21", - "@type": "sc:Range", - "label": "Eighteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-22", - "@type": "sc:Range", - "label": "Nineteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-23", - "@type": "sc:Range", - "label": "Twentieth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-24", - "@type": "sc:Range", - "label": "Twenty-first Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-25", - "@type": "sc:Range", - "label": "Twenty-fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-26", - "@type": "sc:Range", - "label": "Twenty-sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-27", - "@type": "sc:Range", - "label": "Second (Garrison) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-28", - "@type": "sc:Range", - "label": "Fifty-third Graduated Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-29", - "@type": "sc:Range", - "label": "Training Reserve", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20-30", - "@type": "sc:Range", - "label": "Labour Companies", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-20", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-21", - "@type": "sc:Range", - "label": "Norfolk Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-21-0", - "@type": "sc:Range", - "label": "Sixth (Cyclist) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-21", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-21-1", - "@type": "sc:Range", - "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-21", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-21-2", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-21", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-21-3", - "@type": "sc:Range", - "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-21", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22", - "@type": "sc:Range", - "label": "Lincolnshire Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22-1", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22-2", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22-3", - "@type": "sc:Range", - "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22-4", - "@type": "sc:Range", - "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22-5", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22-6", - "@type": "sc:Range", - "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22-7", - "@type": "sc:Range", - "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-22", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "@type": "sc:Range", - "label": "Devonshire Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642211.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642211.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642212.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642214.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642214.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642215.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23-0", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642211.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23-1", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642211.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642212.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23-2", - "@type": "sc:Range", - "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23-3", - "@type": "sc:Range", - "label": "First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23-4", - "@type": "sc:Range", - "label": "Fifth (P.O.W.) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23-5", - "@type": "sc:Range", - "label": "First Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23-6", - "@type": "sc:Range", - "label": "First Seventh (Cyclist) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23-7", - "@type": "sc:Range", - "label": "Eighth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642214.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23-8", - "@type": "sc:Range", - "label": "Ninth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642214.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642215.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23-9", - "@type": "sc:Range", - "label": "Tenth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23-10", - "@type": "sc:Range", - "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23-11", - "@type": "sc:Range", - "label": "Twelfth (Labour) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23-12", - "@type": "sc:Range", - "label": "Sixteenth (Royal 1st Devon Yeomanry & Royal North Devon Hussars) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23-13", - "@type": "sc:Range", - "label": "First (Garrison) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-23", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24", - "@type": "sc:Range", - "label": "Suffolk Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24-1", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24-2", - "@type": "sc:Range", - "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24-3", - "@type": "sc:Range", - "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24-4", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24-5", - "@type": "sc:Range", - "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24-6", - "@type": "sc:Range", - "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24-7", - "@type": "sc:Range", - "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24-8", - "@type": "sc:Range", - "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24-9", - "@type": "sc:Range", - "label": "First Reserve Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-24", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25", - "@type": "sc:Range", - "label": "Prince Albert's (Somerset Light Infantry)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642219.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642221.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642222.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642222.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642223.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642223.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25-1", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642219.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25-2", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25-3", - "@type": "sc:Range", - "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25-4", - "@type": "sc:Range", - "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642221.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642222.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25-5", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642222.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642223.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25-6", - "@type": "sc:Range", - "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642223.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25-7", - "@type": "sc:Range", - "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25-8", - "@type": "sc:Range", - "label": "Fourth Reserve Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25-9", - "@type": "sc:Range", - "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-25", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26", - "@type": "sc:Range", - "label": "The Prince of Wales's Own (West Yorkshire Regiment)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26-0", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26-1", - "@type": "sc:Range", - "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26-2", - "@type": "sc:Range", - "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26-3", - "@type": "sc:Range", - "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26-4", - "@type": "sc:Range", - "label": "First Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26-5", - "@type": "sc:Range", - "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26-6", - "@type": "sc:Range", - "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26-7", - "@type": "sc:Range", - "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26-8", - "@type": "sc:Range", - "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26-9", - "@type": "sc:Range", - "label": "Fifteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26-10", - "@type": "sc:Range", - "label": "Fifteenth Seventeenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26-11", - "@type": "sc:Range", - "label": "Eighteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26-12", - "@type": "sc:Range", - "label": "Twenty-first Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-26", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27", - "@type": "sc:Range", - "label": "East Yorkshire Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27-0", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27-1", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27-2", - "@type": "sc:Range", - "label": "First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27-3", - "@type": "sc:Range", - "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27-4", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27-5", - "@type": "sc:Range", - "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27-6", - "@type": "sc:Range", - "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27-7", - "@type": "sc:Range", - "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27-8", - "@type": "sc:Range", - "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27-9", - "@type": "sc:Range", - "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-27", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-28", - "@type": "sc:Range", - "label": "Bedfordshire Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-28-1", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-28", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-28-2", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-28", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-28-3", - "@type": "sc:Range", - "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-28", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-28-4", - "@type": "sc:Range", - "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-28", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-28-5", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-28", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-28-6", - "@type": "sc:Range", - "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-28", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29", - "@type": "sc:Range", - "label": "Leicestershire Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29-1", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29-2", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29-3", - "@type": "sc:Range", - "label": "First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29-4", - "@type": "sc:Range", - "label": "Second Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29-5", - "@type": "sc:Range", - "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29-6", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29-7", - "@type": "sc:Range", - "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29-8", - "@type": "sc:Range", - "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29-9", - "@type": "sc:Range", - "label": "First Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-29", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-30", - "@type": "sc:Range", - "label": "Royal Irish Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-30-1", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-30", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-30-2", - "@type": "sc:Range", - "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-30", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-30-3", - "@type": "sc:Range", - "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-30", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "@type": "sc:Range", - "label": "Alexandra, Princess of Wales's Own (Yorkshire Regiment)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31-1", - "@type": "sc:Range", - "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31-2", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31-3", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31-4", - "@type": "sc:Range", - "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31-5", - "@type": "sc:Range", - "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31-6", - "@type": "sc:Range", - "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31-7", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31-8", - "@type": "sc:Range", - "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31-9", - "@type": "sc:Range", - "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31-10", - "@type": "sc:Range", - "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31-11", - "@type": "sc:Range", - "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31-12", - "@type": "sc:Range", - "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31-13", - "@type": "sc:Range", - "label": "Second Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31-14", - "@type": "sc:Range", - "label": "First Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-31", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "@type": "sc:Range", - "label": "Lancashire Fusiliers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-1", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-2", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-3", - "@type": "sc:Range", - "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-4", - "@type": "sc:Range", - "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-5", - "@type": "sc:Range", - "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-6", - "@type": "sc:Range", - "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-7", - "@type": "sc:Range", - "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-8", - "@type": "sc:Range", - "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-9", - "@type": "sc:Range", - "label": "Fifteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-10", - "@type": "sc:Range", - "label": "Sixteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-11", - "@type": "sc:Range", - "label": "Seventeenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-12", - "@type": "sc:Range", - "label": "Eighteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-13", - "@type": "sc:Range", - "label": "Nineteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-14", - "@type": "sc:Range", - "label": "Twenty-first Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-15", - "@type": "sc:Range", - "label": "Twenty-third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-16", - "@type": "sc:Range", - "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-17", - "@type": "sc:Range", - "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-18", - "@type": "sc:Range", - "label": "Third Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-19", - "@type": "sc:Range", - "label": "First Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-20", - "@type": "sc:Range", - "label": "Second Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-21", - "@type": "sc:Range", - "label": "First Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-22", - "@type": "sc:Range", - "label": "Second Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-23", - "@type": "sc:Range", - "label": "First Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32-24", - "@type": "sc:Range", - "label": "Second Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-32", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33", - "@type": "sc:Range", - "label": "Royal Scots Fusiliers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33-0", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33-1", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33-2", - "@type": "sc:Range", - "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33-3", - "@type": "sc:Range", - "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33-4", - "@type": "sc:Range", - "label": "Sixth Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33-5", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33-6", - "@type": "sc:Range", - "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-33", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "@type": "sc:Range", - "label": "Cheshire Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642241.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642241.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642243.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642245.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642245.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642250.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-2", - "@type": "sc:Range", - "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642241.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-3", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-4", - "@type": "sc:Range", - "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-5", - "@type": "sc:Range", - "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-6", - "@type": "sc:Range", - "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642243.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-7", - "@type": "sc:Range", - "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-8", - "@type": "sc:Range", - "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642245.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-9", - "@type": "sc:Range", - "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642245.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-10", - "@type": "sc:Range", - "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-11", - "@type": "sc:Range", - "label": "Fifteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-12", - "@type": "sc:Range", - "label": "Sixteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-13", - "@type": "sc:Range", - "label": "Eighteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-14", - "@type": "sc:Range", - "label": "Twentieth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-15", - "@type": "sc:Range", - "label": "Twenty-second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-16", - "@type": "sc:Range", - "label": "Twenty-third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-17", - "@type": "sc:Range", - "label": "The Depot", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-18", - "@type": "sc:Range", - "label": "First Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-19", - "@type": "sc:Range", - "label": "First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-20", - "@type": "sc:Range", - "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-21", - "@type": "sc:Range", - "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-22", - "@type": "sc:Range", - "label": "First Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-23", - "@type": "sc:Range", - "label": "First Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34-24", - "@type": "sc:Range", - "label": "Blank Page", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-34", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642250.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "@type": "sc:Range", - "label": "Royal Welch Fusiliers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642251.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642252.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642253.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642254.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642255.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642256.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642257.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642258.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642259.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642260.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642261.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642261.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642262.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642262.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642264.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642264.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642265.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642266.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642267.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642268.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642269.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642270.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642271.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642272.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642273.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642274.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642275.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642276.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642277.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642278.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642279.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642280.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642281.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642282.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642283.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642284.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642285.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642286.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642287.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642288.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642289.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642290.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642291.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642292.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642293.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642294.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642295.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642296.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642297.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642298.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642298.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642299.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642300.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642301.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642302.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642303.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642304.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642305.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642306.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642307.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642308.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642309.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642310.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642311.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642312.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642313.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642314.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642315.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642316.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642317.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642318.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642319.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642320.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642321.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642322.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642323.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642324.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642325.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642326.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642326.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642327.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642327.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642328.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642329.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642330.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642331.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642332.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642333.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642334.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642335.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642336.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642337.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642338.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642339.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642339.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642340.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642341.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642342.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642343.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642344.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642345.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642346.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642347.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642348.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642349.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642350.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642351.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642352.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642353.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642354.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642355.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642356.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642357.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642357.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642358.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642359.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642360.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642361.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642362.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642363.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642364.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642365.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642366.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642367.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642368.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642369.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642370.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642371.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642372.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642373.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642374.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642375.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642376.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642376.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642377.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642378.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642379.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642380.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642381.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642381.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642382.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642382.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642383.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642384.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642385.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642386.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642387.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642388.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642389.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642390.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642391.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642392.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642393.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642394.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642395.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642396.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642396.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642397.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642398.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642399.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642400.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642401.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642402.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642403.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642404.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642405.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642406.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642407.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642408.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642409.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642410.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642411.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642411.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642412.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642413.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642414.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642415.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642416.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642417.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642418.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642418.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642419.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642420.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642421.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642422.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642423.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642424.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642425.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642426.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642427.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642428.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642429.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642430.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642431.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642432.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642433.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642434.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642435.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642435.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642436.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642437.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642438.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642439.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642440.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642441.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642442.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642443.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642444.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642445.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642446.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642447.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642448.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642449.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642449.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642450.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642450.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642451.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642452.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642453.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642454.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642455.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642457.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642458.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642459.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642460.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642461.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642461.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642462.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642463.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642464.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642465.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642466.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642466.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642468.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642468.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642469.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642469.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642471.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642472.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642473.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642474.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642475.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642476.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642477.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642478.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642480.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642480.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642481.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642482.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642483.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642484.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642485.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642487.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642488.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642489.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642490.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642491.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642492.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642492.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642494.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642495.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642496.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642497.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642498.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642499.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642500.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642502.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642502.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642503.json" + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642023.json", + "@type": "sc:Canvas", + "label": "front cover", + "height": 7179, + "width": 4832, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642023.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642023.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642023", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7179, + "width": 4832, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7179, + "width": 4832 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642023.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642024.json", + "@type": "sc:Canvas", + "label": "inside front cover", + "height": 7259, + "width": 4712, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642024.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642024.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642024", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7259, + "width": 4712, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7259, + "width": 4712 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642024.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642025.json", + "@type": "sc:Canvas", + "label": "Er Cof", + "height": 7358, + "width": 4909, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642025.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642025.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642025", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7358, + "width": 4909, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7358, + "width": 4909 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642025.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642026.json", + "@type": "sc:Canvas", + "label": "Er Cof - verso", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642026.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642026.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642026", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642026.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642027.json", + "@type": "sc:Canvas", + "label": "Intro page", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642027.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642027.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642027", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642027.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642028.json", + "@type": "sc:Canvas", + "label": "Intro page verso", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642028.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642028.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642028", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642028.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642029.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.1", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642029.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642029.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642029", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642029.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642030.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY (officers) pg.2", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642030.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642030.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642030", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642030.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642031.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY (officers) pg.3", + "height": 7243, + "width": 4826, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642031.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642031.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642031", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7243, + "width": 4826, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7243, + "width": 4826 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642031.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642032.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY (officers) pg.4", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642032.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642032.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642032", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642032.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642033.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY (officers) pg.5", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642033.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642033.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642033", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642033.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642034.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY (officers) pg.6", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642034.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642034.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642034", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642034.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642035.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.7", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642035.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642035.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642035", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642035.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642036.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.8", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642036.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642036.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642036", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642036.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642037.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.9", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642037.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642037.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642037", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642037.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642038.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.10", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642038.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642038.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642038", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642038.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642039.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.11", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642039.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642039.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642039", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642039.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642040.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.12", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642040.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642040.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642040", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642040.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642041.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.13", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642041.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642041.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642041", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642041.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642042.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.14", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642042.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642042.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642042", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642042.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642043.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.15", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642043.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642043.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642043", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642043.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642044.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.16", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642044.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642044.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642044", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642044.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642045.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.17", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642045.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642045.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642045", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642045.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642046.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.18", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642046.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642046.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642046", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642046.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642047.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.19", + "height": 7301, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642047.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642047.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642047", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7301, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7301, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642047.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642048.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.20", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642048.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642048.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642048", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642048.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642049.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.21", + "height": 7293, + "width": 4890, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642049.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642049.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642049", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7293, + "width": 4890, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7293, + "width": 4890 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642049.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642050.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.22", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642050.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642050.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642050", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642050.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642051.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.23", + "height": 7300, + "width": 4900, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642051.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642051.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642051", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7300, + "width": 4900, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7300, + "width": 4900 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642051.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642052.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.24", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642052.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642052.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642052", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642052.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642053.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.25", + "height": 7268, + "width": 4895, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642053.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642053.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642053", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7268, + "width": 4895, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7268, + "width": 4895 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642053.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642054.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.26", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642054.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642054.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642054", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642054.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642055.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.27", + "height": 7274, + "width": 4899, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642055.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642055.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642055", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7274, + "width": 4899, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7274, + "width": 4899 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642055.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642056.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.28", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642056.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642056.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642056", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642056.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642057.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.29", + "height": 7285, + "width": 4892, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642057.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642057.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642057", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7285, + "width": 4892, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7285, + "width": 4892 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642057.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642058.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.30", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642058.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642058.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642058", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642058.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642059.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.31", + "height": 7290, + "width": 4895, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642059.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642059.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642059", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7290, + "width": 4895, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7290, + "width": 4895 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642059.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642060.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.32", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642060.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642060.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642060", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642060.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642061.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.33", + "height": 7263, + "width": 4882, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642061.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642061.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642061", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7263, + "width": 4882, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7263, + "width": 4882 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642061.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642062.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.34", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642062.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642062.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642062", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642062.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642063.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.35", + "height": 7270, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642063.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642063.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642063", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7270, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7270, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642063.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642064.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.36", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642064.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642064.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642064", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642064.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642065.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.37", + "height": 7292, + "width": 4895, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642065.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642065.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642065", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7292, + "width": 4895, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7292, + "width": 4895 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642065.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642066.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.38", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642066.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642066.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642066", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642066.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642067.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.39", + "height": 7255, + "width": 4879, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642067.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642067.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642067", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7255, + "width": 4879, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7255, + "width": 4879 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642067.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642068.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.40", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642068.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642068.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642068", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642068.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642069.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.41", + "height": 7305, + "width": 4903, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642069.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642069.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642069", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7305, + "width": 4903, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7305, + "width": 4903 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642069.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642070.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.42", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642070.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642070.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642070", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642070.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642071.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.43", + "height": 7305, + "width": 4903, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642071.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642071.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642071", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7305, + "width": 4903, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7305, + "width": 4903 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642071.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642072.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.44", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642072.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642072.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642072", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642072.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642073.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.45", + "height": 7264, + "width": 4876, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642073.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642073.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642073", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7264, + "width": 4876, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7264, + "width": 4876 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642073.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642074.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.46", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642074.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642074.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642074", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642074.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642075.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.47", + "height": 7260, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642075.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642075.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642075", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7260, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7260, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642075.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642076.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.48", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642076.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642076.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642076", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642076.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642077.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.49", + "height": 7273, + "width": 4889, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642077.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642077.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642077", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7273, + "width": 4889, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7273, + "width": 4889 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642077.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642078.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.50", + "height": 7333, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642078.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642078.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642078", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7333, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7333, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642078.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642079.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.51", + "height": 7302, + "width": 4892, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642079.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642079.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642079", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7302, + "width": 4892, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7302, + "width": 4892 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642079.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642080.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.52", + "height": 7333, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642080.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642080.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642080", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7333, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7333, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642080.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642081.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY pg.53", + "height": 7311, + "width": 4879, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642081.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642081.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642081", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4879, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4879 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642081.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642082.json", + "@type": "sc:Canvas", + "label": "ROYAL NAVY (pg.53 verso)", + "height": 7333, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642082.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642082.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642082", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7333, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7333, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642082.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642083.json", + "@type": "sc:Canvas", + "label": "ROYAL FLYING CORPS pg. 1", + "height": 7310, + "width": 4879, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642083.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642083.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642083", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7310, + "width": 4879, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7310, + "width": 4879 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642083.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642084.json", + "@type": "sc:Canvas", + "label": "ROYAL FLYING CORPS (OFFICERS) pg.2", + "height": 7333, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642084.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642084.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642084", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7333, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7333, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642084.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642085.json", + "@type": "sc:Canvas", + "label": "ROYAL FLYING CORPS pg. 3", + "height": 7295, + "width": 4869, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642085.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642085.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642085", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7295, + "width": 4869, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7295, + "width": 4869 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642085.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642086.json", + "@type": "sc:Canvas", + "label": "ROYAL AIR FORCE pg. 4", + "height": 7333, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642086.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642086.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642086", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7333, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7333, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642086.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642087.json", + "@type": "sc:Canvas", + "label": "ROYAL AIR FORCE (OFFICERS) pg. 5", + "height": 7310, + "width": 4879, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642087.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642087.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642087", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7310, + "width": 4879, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7310, + "width": 4879 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642087.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642088.json", + "@type": "sc:Canvas", + "label": "ROYAL AIR FORCE (OFFICERS) pg. 6", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642088.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642088.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642088", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642088.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642089.json", + "@type": "sc:Canvas", + "label": "ROYAL AIR FORCE pg. 7", + "height": 7352, + "width": 4866, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642089.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642089.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642089", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7352, + "width": 4866, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7352, + "width": 4866 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642089.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642090.json", + "@type": "sc:Canvas", + "label": "ROYAL AIR FORCE pg. 8", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642090.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642090.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642090", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642090.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", + "@type": "sc:Canvas", + "label": "FIRST LIFE GUARDS pg. 1", + "height": 7353, + "width": 4847, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642091.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642091.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642091", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7353, + "width": 4847, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7353, + "width": 4847 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", + "@type": "sc:Canvas", + "label": "CAVALRY pg. 2", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642092.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642092.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642092", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", + "@type": "sc:Canvas", + "label": "CAVALRY pg. 3", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642093.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642093.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642093", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", + "@type": "sc:Canvas", + "label": "CAVALRY pg. 4", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642094.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642094.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642094", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", + "@type": "sc:Canvas", + "label": "CAVALRY pg. 5", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642095.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642095.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642095", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", + "@type": "sc:Canvas", + "label": "CAVALRY pg. 6", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642096.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642096.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642096", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", + "@type": "sc:Canvas", + "label": "CAVALRY pg. 7", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642097.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642097.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642097", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", + "@type": "sc:Canvas", + "label": "CAVALRY pg. 8", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642098.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642098.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642098", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", + "@type": "sc:Canvas", + "label": "CAVALRY pg. 9", + "height": 7297, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642099.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642099.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642099", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7297, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7297, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", + "@type": "sc:Canvas", + "label": "CAVALRY pg. 10", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642100.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642100.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642100", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", + "@type": "sc:Canvas", + "label": "CAVALRY pg. 11", + "height": 7311, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642101.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642101.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642101", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642102.json", + "@type": "sc:Canvas", + "label": "ROYAL REGIMENT OF ARTILLERY pg. 1", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642102.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642102.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642102", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642102.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642103.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 2", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642103.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642103.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642103", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642103.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642104.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 3", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642104.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642104.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642104", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642104.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642105.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 4", + "height": 7308, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642105.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642105.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642105", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642105.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642106.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 5", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642106.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642106.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642106", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642106.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642107.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 6", + "height": 7294, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642107.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642107.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642107", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7294, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7294, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642107.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642108.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 7", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642108.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642108.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642108", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642108.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642109.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 8", + "height": 7308, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642109.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642109.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642109", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642109.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642110.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 9", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642110.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642110.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642110", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642110.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642111.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 10", + "height": 7311, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642111.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642111.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642111", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642111.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642112.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 11", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642112.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642112.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642112", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642112.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642113.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 12", + "height": 7297, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642113.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642113.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642113", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7297, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7297, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642113.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642114.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 13", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642114.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642114.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642114", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642114.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642115.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 14", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642115.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642115.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642115", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642115.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642116.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 15", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642116.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642116.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642116", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642116.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642117.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 16", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642117.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642117.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642117", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642117.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642118.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 17", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642118.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642118.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642118", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642118.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642119.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 18", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642119.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642119.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642119", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642119.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642120.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 19", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642120.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642120.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642120", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642120.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642121.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 20", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642121.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642121.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642121", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642121.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642122.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 21", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642122.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642122.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642122", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642122.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642123.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 22", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642123.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642123.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642123", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642123.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642124.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 23 (verso of pg. 22)", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642124.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642124.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642124", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642124.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642125.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 23 (recto of pg. 24)", + "height": 7297, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642125.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642125.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642125", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7297, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7297, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642125.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642126.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 24", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642126.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642126.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642126", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642126.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 25", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642127.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642127.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642127", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642128.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 26", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642128.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642128.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642128", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642128.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642129.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 27", + "height": 7291, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642129.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642129.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642129", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7291, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7291, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642129.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642130.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 28", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642130.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642130.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642130", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642130.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 29", + "height": 7301, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642131.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642131.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642131", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7301, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7301, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 30", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642132.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642132.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642132", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642133.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 31", + "height": 7315, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642133.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642133.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642133", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7315, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7315, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642133.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642134.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 32", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642134.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642134.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642134", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642134.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642135.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 33", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642135.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642135.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642135", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642135.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642136.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 34", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642136.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642136.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642136", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642136.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642137.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 35", + "height": 7287, + "width": 4891, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642137.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642137.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642137", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7287, + "width": 4891, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7287, + "width": 4891 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642137.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642138.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 36", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642138.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642138.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642138", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642138.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642139.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 37", + "height": 7328, + "width": 4895, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642139.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642139.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642139", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7328, + "width": 4895, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7328, + "width": 4895 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642139.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642140.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 38", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642140.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642140.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642140", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642140.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 39", + "height": 7311, + "width": 4879, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642141.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642141.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642141", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4879, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4879 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 40", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642142.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642142.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642142", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json", + "@type": "sc:Canvas", + "label": "ROYAL ARTILLERY pg. 41", + "height": 7307, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642143.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642143.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642143", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7307, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7307, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642144.json", + "@type": "sc:Canvas", + "label": "CORPS OF ROYAL ENGINEERS pg. 42", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642144.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642144.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642144", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642144.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642145.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 43", + "height": 7301, + "width": 4873, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642145.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642145.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642145", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7301, + "width": 4873, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7301, + "width": 4873 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642145.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642146.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 44", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642146.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642146.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642146", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642146.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642147.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 45", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642147.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642147.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642147", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642147.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642148.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 46", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642148.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642148.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642148", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642148.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642149.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 47", + "height": 7360, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642149.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642149.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642149", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642149.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642150.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 48", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642150.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642150.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642150", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642150.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642151.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 49", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642151.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642151.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642151", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642151.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642152.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 50", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642152.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642152.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642152", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642152.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642153.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 51", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642153.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642153.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642153", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642153.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642154.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 52", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642154.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642154.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642154", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642154.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642155.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 53", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642155.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642155.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642155", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642155.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642156.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 54", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642156.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642156.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642156", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642156.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642157.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 55", + "height": 7360, + "width": 4860, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642157.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642157.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642157", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4860, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4860 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642157.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642158.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 56", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642158.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642158.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642158", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642158.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642159.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 57", + "height": 7360, + "width": 4863, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642159.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642159.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642159", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4863, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4863 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642159.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642160.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 58", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642160.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642160.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642160", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642160.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642161.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 59", + "height": 7360, + "width": 4853, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642161.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642161.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642161", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4853, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4853 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642161.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json", + "@type": "sc:Canvas", + "label": "ROYAL ENGINEERS pg. 60", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642162.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642162.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642162", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642163.json", + "@type": "sc:Canvas", + "label": "GRENADIER GUARDS pg. 1", + "height": 7332, + "width": 4853, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642163.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642163.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642163", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4853, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4853 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642163.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642164.json", + "@type": "sc:Canvas", + "label": "GRENADIER GUARDS pg. 2", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642164.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642164.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642164", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642164.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642165.json", + "@type": "sc:Canvas", + "label": "GRENADIER GUARDS pg. 3", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642165.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642165.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642165", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642165.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json", + "@type": "sc:Canvas", + "label": "FOURTH BATTALION pg. 4", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642166.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642166.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642166", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json", + "@type": "sc:Canvas", + "label": "SCOTS GUARDS pg. 5", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642167.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642167.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642167", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json", + "@type": "sc:Canvas", + "label": "SECOND BATTALION pg. 6", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642168.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642168.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642168", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642169.json", + "@type": "sc:Canvas", + "label": "WELSH GUARDS pg. 7", + "height": 7360, + "width": 4863, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642169.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642169.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642169", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4863, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4863 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642169.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642170.json", + "@type": "sc:Canvas", + "label": "WELSH GUARDS pg. 8", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642170.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642170.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642170", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642170.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642171.json", + "@type": "sc:Canvas", + "label": "WELSH GUARDS pg. 9", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642171.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642171.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642171", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642171.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642172.json", + "@type": "sc:Canvas", + "label": "WELSH GUARDS pg. 10", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642172.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642172.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642172", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642172.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642173.json", + "@type": "sc:Canvas", + "label": "WELSH GUARDS pg. 11", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642173.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642173.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642173", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642173.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642174.json", + "@type": "sc:Canvas", + "label": "WELSH GUARDS pg. 12", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642174.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642174.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642174", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642174.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642175.json", + "@type": "sc:Canvas", + "label": "WELSH GUARDS pg. 13", + "height": 7360, + "width": 4856, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642175.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642175.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642175", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4856, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4856 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642175.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642176.json", + "@type": "sc:Canvas", + "label": "WELSH GUARDS pg. 14", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642176.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642176.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642176", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642176.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642177.json", + "@type": "sc:Canvas", + "label": "WELSH GUARDS pg. 15", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642177.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642177.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642177", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642177.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642178.json", + "@type": "sc:Canvas", + "label": "WELSH GUARDS pg. 16", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642178.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642178.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642178", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642178.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642179.json", + "@type": "sc:Canvas", + "label": "WELSH GUARDS pg. 17", + "height": 7360, + "width": 4857, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642179.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642179.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642179", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4857, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4857 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642179.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642180.json", + "@type": "sc:Canvas", + "label": "WELSH GUARDS pg. 18", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642180.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642180.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642180", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642180.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642181.json", + "@type": "sc:Canvas", + "label": "GUARDS MACHINE GUN REGIMENT pg. 19", + "height": 7360, + "width": 4857, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642181.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642181.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642181", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4857, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4857 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642181.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", + "@type": "sc:Canvas", + "label": "FIFTH (RESERVE) BATTALION pg. 20", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642182.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642182.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642182", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", + "@type": "sc:Canvas", + "label": "THE QUEEN'S pg. 21", + "height": 7360, + "width": 4867, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642183.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642183.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642183", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4867, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4867 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", + "@type": "sc:Canvas", + "label": "THIRD FOURTH BATTALION pg. 22", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642184.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642184.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642184", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json", + "@type": "sc:Canvas", + "label": "SEVENTH BATTALION pg. 23", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642185.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642185.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642185", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", + "@type": "sc:Canvas", + "label": "THE KING'S OWN pg. 24", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642186.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642186.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642186", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json", + "@type": "sc:Canvas", + "label": "FIRST FOURTH BATTALION pg. 25", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642187.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642187.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642187", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", + "@type": "sc:Canvas", + "label": "NORTHUMBERLAND FUSILIERS pg. 26", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642188.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642188.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642188", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", + "@type": "sc:Canvas", + "label": "NORTHUMBERLAND FUSILIERS pg. 27", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642189.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642189.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642189", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", + "@type": "sc:Canvas", + "label": "NORTHUMBERLAND FUSILIERS pg. 28", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642190.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642190.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642190", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", + "@type": "sc:Canvas", + "label": "FIRST SEVENTH BATTALION pg. 29", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642191.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642191.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642191", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", + "@type": "sc:Canvas", + "label": "ROYAL WARWICKSHIRE REGIMENT pg. 30", + "height": 7329, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642192.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642192.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642192", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7329, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7329, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json", + "@type": "sc:Canvas", + "label": "ROYAL WARWICKSHIRE REGIMENT pg. 31", + "height": 7360, + "width": 4863, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642193.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642193.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642193", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4863, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4863 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json", + "@type": "sc:Canvas", + "label": "ROYAL WARWICKSHIRE REGIMENT pg. 32", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642194.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642194.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642194", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json", + "@type": "sc:Canvas", + "label": "ROYAL FUSILIERS (CITY OF LONDON REGMT.) pg. 33", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642195.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642195.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642195", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json", + "@type": "sc:Canvas", + "label": "THE ROYAL FUSILIERS pg. 34", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642196.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642196.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642196", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", + "@type": "sc:Canvas", + "label": "THE ROYAL FUSILIERS pg. 35", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642197.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642197.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642197", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", + "@type": "sc:Canvas", + "label": "THE ROYAL FUSILIERS pg. 36", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642198.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642198.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642198", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", + "@type": "sc:Canvas", + "label": "THE ROYAL FUSILIERS pg. 37", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642199.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642199.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642199", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", + "@type": "sc:Canvas", + "label": "POSTED FIRST 4TH LONDON REGIMENT pg. 38", + "height": 7336, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642200.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642200.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642200", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json", + "@type": "sc:Canvas", + "label": "THE KING'S pg. 39", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642201.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642201.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642201", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642202.json", + "@type": "sc:Canvas", + "label": "THE KING'S pg. 40", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642202.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642202.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642202", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642202.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json", + "@type": "sc:Canvas", + "label": "THE KING'S pg. 41", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642203.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642203.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642203", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json", + "@type": "sc:Canvas", + "label": "THE KING'S pg. 42", + "height": 7325, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642204.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642204.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642204", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642205.json", + "@type": "sc:Canvas", + "label": "THE KING'S pg. 43", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642205.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642205.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642205", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642205.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json", + "@type": "sc:Canvas", + "label": "THE KING'S pg. 44", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642206.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642206.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642206", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json", + "@type": "sc:Canvas", + "label": "THE KING'S pg. 45", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642207.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642207.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642207", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json", + "@type": "sc:Canvas", + "label": "THE KING'S pg. 46", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642208.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642208.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642208", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", + "@type": "sc:Canvas", + "label": "NORFOLK/LINCOLNSHIRE REGIMENT pg.47", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642209.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642209.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642209", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", + "@type": "sc:Canvas", + "label": "FOURTH BATTALION pg. 48", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642210.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642210.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642210", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642211.json", + "@type": "sc:Canvas", + "label": "THE DEVONSHIRE REGIMENT pg. 49", + "height": 7360, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642211.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642211.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642211", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642211.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642212.json", + "@type": "sc:Canvas", + "label": "THE DEVONSHIRE REGIMENT pg. 50", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642212.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642212.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642212", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642212.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", + "@type": "sc:Canvas", + "label": "THE DEVONSHIRE REGIMENT pg. 51", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642213.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642213.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642213", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642214.json", + "@type": "sc:Canvas", + "label": "THE DEVONSHIRE REGIMENT pg. 52", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642214.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642214.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642214", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642214.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642215.json", + "@type": "sc:Canvas", + "label": "THE DEVONSHIRE REGIMENT pg. 53", + "height": 7360, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642215.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642215.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642215", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642215.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json", + "@type": "sc:Canvas", + "label": "THE DEVONSHIRE REGIMENT pg. 54", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642216.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642216.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642216", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", + "@type": "sc:Canvas", + "label": "SIXTEENTH (ROY. 1ST DEVON YEO. &amp; ROY. N. DEVON HUSSARS) BN. pg. 55", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642217.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642217.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642217", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", + "@type": "sc:Canvas", + "label": "NINTH BATTALION pg. 56", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642218.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642218.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642218", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642219.json", + "@type": "sc:Canvas", + "label": "SOMERSET LIGHT INFANTRY pg. 57", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642219.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642219.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642219", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642219.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json", + "@type": "sc:Canvas", + "label": "SOMERSET LIGHT INFANTRY pg. 58", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642220.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642220.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642220", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642221.json", + "@type": "sc:Canvas", + "label": "SOMERSET LIGHT INFANTRY pg. 59", + "height": 7360, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642221.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642221.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642221", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642221.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642222.json", + "@type": "sc:Canvas", + "label": "SOMERSET LIGHT INFANTRY pg. 60", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642222.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642222.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642222", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642222.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642223.json", + "@type": "sc:Canvas", + "label": "SOMERSET LIGHT INFANTRY pg. 61", + "height": 7360, + "width": 4867, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642223.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642223.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642223", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4867, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4867 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642223.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", + "@type": "sc:Canvas", + "label": "TWELFTH BATTALION pg. 62", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642224.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642224.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642224", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", + "@type": "sc:Canvas", + "label": "YORKSHIRE REGIMENT pg. 63", + "height": 7360, + "width": 4863, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642225.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642225.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642225", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4863, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4863 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", + "@type": "sc:Canvas", + "label": "EAST YORKSHIRE REGIMENT pg. 64", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642226.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642226.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642226", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", + "@type": "sc:Canvas", + "label": "TENTH BATTALION pg. 65", + "height": 7287, + "width": 4863, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642227.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642227.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642227", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7287, + "width": 4863, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7287, + "width": 4863 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json", + "@type": "sc:Canvas", + "label": "FIFTH BATTALION pg. 66", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642228.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642228.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642228", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", + "@type": "sc:Canvas", + "label": "THE LEICESTERSHIRE REGIMENT pg. 67", + "height": 7313, + "width": 4881, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642229.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642229.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642229", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7313, + "width": 4881, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7313, + "width": 4881 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json", + "@type": "sc:Canvas", + "label": "ROYAL IRISH REGIMENT pg. 68", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642230.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642230.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642230", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json", + "@type": "sc:Canvas", + "label": "ALEXANDRA, PRINCESS OF WALES'S OWN (YORKSHIRE R.) pg. 69", + "height": 7326, + "width": 4889, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642231.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642231.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642231", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7326, + "width": 4889, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7326, + "width": 4889 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", + "@type": "sc:Canvas", + "label": "YORKSHIRE REGIMENT pg. 70", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642232.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642232.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642232", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", + "@type": "sc:Canvas", + "label": "SECOND FOURTH BATTALION pg. 71", + "height": 7330, + "width": 4892, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642233.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642233.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642233", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7330, + "width": 4892, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7330, + "width": 4892 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json", + "@type": "sc:Canvas", + "label": "THE LANCASHIRE FUSILIERS pg. 72", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642234.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642234.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642234", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", + "@type": "sc:Canvas", + "label": "THE LANCASHIRE FUSILIERS pg. 73", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642235.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642235.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642235", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json", + "@type": "sc:Canvas", + "label": "THE LANCASHIRE FUSILIERS pg. 74", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642236.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642236.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642236", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", + "@type": "sc:Canvas", + "label": "THE LANCASHIRE FUSILIERS pg. 75", + "height": 7327, + "width": 4890, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642237.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642237.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642237", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7327, + "width": 4890, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7327, + "width": 4890 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json", + "@type": "sc:Canvas", + "label": "THE LANCASHIRE FUSILIERS pg. 76", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642238.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642238.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642238", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json", + "@type": "sc:Canvas", + "label": "THE LANCASHIRE FUSILIERS pg. 77", + "height": 7321, + "width": 4886, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642239.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642239.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642239", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7321, + "width": 4886, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7321, + "width": 4886 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", + "@type": "sc:Canvas", + "label": "ROYAL SCOTS FUSILIERS pg. 78", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642240.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642240.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642240", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642241.json", + "@type": "sc:Canvas", + "label": "THE CHESHIRE REGIMENT pg. 79", + "height": 7308, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642241.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642241.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642241", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642241.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", + "@type": "sc:Canvas", + "label": "THE CHESHIRE REGIMENT pg. 80", + "height": 7342, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642242.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642242.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642242", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642243.json", + "@type": "sc:Canvas", + "label": "THE CHESHIRE REGIMENT pg. 81", + "height": 7327, + "width": 4890, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642243.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642243.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642243", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7327, + "width": 4890, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7327, + "width": 4890 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642243.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json", + "@type": "sc:Canvas", + "label": "THE CHESHIRE REGIMENT pg. 82", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642244.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642244.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642244", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642245.json", + "@type": "sc:Canvas", + "label": "THE CHESHIRE REGIMENT pg. 83", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642245.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642245.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642245", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642245.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json", + "@type": "sc:Canvas", + "label": "THE CHESHIRE REGIMENT pg. 84", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642246.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642246.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642246", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json", + "@type": "sc:Canvas", + "label": "THE CHESHIRE REGIMENT pg. 85", + "height": 7315, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642247.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642247.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642247", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7315, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7315, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", + "@type": "sc:Canvas", + "label": "THE CHESHIRE REGIMENT pg. 86", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642248.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642248.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642248", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json", + "@type": "sc:Canvas", + "label": "SECOND FIFTH BATTALION pg. 87", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642249.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642249.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642249", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642250.json", + "@type": "sc:Canvas", + "label": "BLANK PAGE (verso of pg. 87)", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642250.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642250.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642250", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642250.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642251.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 1", + "height": 7308, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642251.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642251.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642251", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642251.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642252.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 2", + "height": 7329, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642252.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642252.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642252", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7329, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7329, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642252.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642253.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 3", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642253.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642253.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642253", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642253.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642254.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 4", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642254.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642254.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642254", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642254.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642255.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 5", + "height": 7308, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642255.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642255.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642255", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642255.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642256.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 6", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642256.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642256.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642256", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642256.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642257.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 7", + "height": 7325, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642257.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642257.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642257", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642257.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642258.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 8", + "height": 7311, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642258.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642258.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642258", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642258.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642259.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 9", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642259.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642259.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642259", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642259.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642260.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 10", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642260.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642260.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642260", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642260.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642261.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 11", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642261.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642261.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642261", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642261.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642262.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 12", + "height": 7339, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642262.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642262.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642262", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7339, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7339, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642262.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS (OFFICERS) pg. 13", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642263.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642263.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642263", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642264.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 14", + "height": 7346, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642264.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642264.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642264", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7346, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7346, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642264.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642265.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 15", + "height": 7325, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642265.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642265.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642265", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642265.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642266.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 16", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642266.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642266.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642266", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642266.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642267.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 17", + "height": 7325, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642267.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642267.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642267", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642267.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642268.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 18", + "height": 7346, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642268.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642268.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642268", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7346, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7346, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642268.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642269.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 19", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642269.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642269.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642269", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642269.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642270.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 20", + "height": 7346, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642270.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642270.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642270", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7346, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7346, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642270.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642271.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 21", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642271.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642271.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642271", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642271.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642272.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 22", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642272.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642272.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642272", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642272.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642273.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 23", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642273.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642273.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642273", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642273.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642274.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 24", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642274.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642274.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642274", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642274.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642275.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 25", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642275.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642275.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642275", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642275.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642276.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 26", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642276.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642276.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642276", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642276.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642277.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 27", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642277.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642277.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642277", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642277.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642278.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 28", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642278.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642278.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642278", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642278.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642279.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 29", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642279.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642279.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642279", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642279.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642280.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 30", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642280.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642280.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642280", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642280.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642281.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 31", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642281.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642281.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642281", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642281.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642282.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 32", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642282.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642282.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642282", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642282.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642283.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 33", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642283.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642283.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642283", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642283.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642284.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 34", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642284.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642284.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642284", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642284.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642285.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 35", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642285.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642285.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642285", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642285.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642286.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 36", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642286.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642286.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642286", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642286.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642287.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 37", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642287.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642287.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642287", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642287.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642288.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 38", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642288.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642288.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642288", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642288.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642289.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 39", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642289.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642289.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642289", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642289.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642290.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 40", + "height": 7321, + "width": 4886, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642290.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642290.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642290", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7321, + "width": 4886, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7321, + "width": 4886 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642290.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642291.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 41", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642291.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642291.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642291", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642291.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642292.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 42", + "height": 7321, + "width": 4886, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642292.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642292.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642292", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7321, + "width": 4886, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7321, + "width": 4886 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642292.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642293.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 43", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642293.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642293.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642293", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642293.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642294.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 44", + "height": 7324, + "width": 4888, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642294.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642294.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642294", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7324, + "width": 4888, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7324, + "width": 4888 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642294.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642295.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 45", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642295.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642295.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642295", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642295.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642296.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 46", + "height": 7319, + "width": 4885, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642296.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642296.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642296", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7319, + "width": 4885, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7319, + "width": 4885 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642296.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642297.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 47", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642297.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642297.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642297", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642297.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642298.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 48", + "height": 7288, + "width": 4864, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642298.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642298.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642298", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7288, + "width": 4864, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7288, + "width": 4864 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642298.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642299.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 49", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642299.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642299.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642299", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642299.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642300.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 50", + "height": 7332, + "width": 4874, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642300.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642300.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642300", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4874, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4874 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642300.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642301.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 51", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642301.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642301.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642301", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642301.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642302.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 52", + "height": 7341, + "width": 4865, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642302.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642302.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642302", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7341, + "width": 4865, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7341, + "width": 4865 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642302.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642303.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 53", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642303.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642303.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642303", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642303.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642304.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 54", + "height": 7315, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642304.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642304.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642304", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7315, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7315, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642304.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642305.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 55", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642305.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642305.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642305", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642305.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642306.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 56", + "height": 7304, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642306.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642306.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642306", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642306.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642307.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 57", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642307.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642307.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642307", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642307.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642308.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 58", + "height": 7290, + "width": 4898, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642308.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642308.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642308", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7290, + "width": 4898, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7290, + "width": 4898 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642308.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642309.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 59", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642309.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642309.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642309", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642309.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642310.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 60", + "height": 7311, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642310.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642310.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642310", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642310.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642311.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 61", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642311.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642311.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642311", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642311.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642312.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 62", + "height": 7298, + "width": 4899, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642312.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642312.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642312", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7298, + "width": 4899, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7298, + "width": 4899 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642312.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642313.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 63", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642313.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642313.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642313", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642313.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642314.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 64", + "height": 7339, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642314.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642314.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642314", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7339, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7339, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642314.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642315.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 65", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642315.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642315.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642315", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642315.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642316.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 66", + "height": 7288, + "width": 4850, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642316.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642316.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642316", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7288, + "width": 4850, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7288, + "width": 4850 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642316.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642317.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 67", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642317.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642317.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642317", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642317.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642318.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 68", + "height": 7310, + "width": 4879, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642318.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642318.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642318", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7310, + "width": 4879, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7310, + "width": 4879 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642318.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642319.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 69", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642319.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642319.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642319", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642319.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642320.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 70", + "height": 7313, + "width": 4867, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642320.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642320.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642320", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7313, + "width": 4867, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7313, + "width": 4867 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642320.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642321.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 71", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642321.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642321.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642321", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642321.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642322.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 72", + "height": 7310, + "width": 4879, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642322.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642322.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642322", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7310, + "width": 4879, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7310, + "width": 4879 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642322.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642323.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 73", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642323.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642323.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642323", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642323.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642324.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 74", + "height": 7300, + "width": 4844, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642324.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642324.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642324", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7300, + "width": 4844, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7300, + "width": 4844 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642324.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642325.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 75", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642325.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642325.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642325", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642325.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642326.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 76", + "height": 7336, + "width": 4879, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642326.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642326.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642326", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4879, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4879 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642326.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642327.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 77", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642327.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642327.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642327", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642327.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642328.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 78", + "height": 7301, + "width": 4873, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642328.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642328.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642328", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7301, + "width": 4873, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7301, + "width": 4873 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642328.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642329.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 79", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642329.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642329.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642329", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642329.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642330.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 80", + "height": 7296, + "width": 4855, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642330.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642330.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642330", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7296, + "width": 4855, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7296, + "width": 4855 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642330.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642331.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 81", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642331.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642331.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642331", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642331.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642332.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 82", + "height": 7314, + "width": 4853, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642332.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642332.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642332", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7314, + "width": 4853, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7314, + "width": 4853 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642332.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642333.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 83", + "height": 7311, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642333.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642333.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642333", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642333.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642334.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 84", + "height": 7298, + "width": 4843, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642334.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642334.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642334", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7298, + "width": 4843, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7298, + "width": 4843 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642334.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642335.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 85", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642335.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642335.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642335", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642335.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642336.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 86", + "height": 7312, + "width": 4852, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642336.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642336.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642336", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7312, + "width": 4852, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7312, + "width": 4852 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642336.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642337.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 87", + "height": 7308, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642337.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642337.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642337", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642337.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642338.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 88", + "height": 7305, + "width": 4847, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642338.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642338.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642338", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7305, + "width": 4847, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7305, + "width": 4847 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642338.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642339.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 89", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642339.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642339.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642339", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642339.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642340.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 90", + "height": 7304, + "width": 4847, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642340.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642340.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642340", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4847, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4847 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642340.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642341.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 91", + "height": 7308, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642341.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642341.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642341", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642341.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642342.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 92", + "height": 7311, + "width": 4851, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642342.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642342.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642342", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4851, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4851 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642342.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642343.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 93", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642343.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642343.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642343", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642343.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642344.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 94", + "height": 7326, + "width": 4847, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642344.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642344.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642344", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7326, + "width": 4847, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7326, + "width": 4847 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642344.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642345.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 95", + "height": 7308, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642345.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642345.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642345", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642345.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642346.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 96", + "height": 7320, + "width": 4843, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642346.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642346.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642346", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7320, + "width": 4843, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7320, + "width": 4843 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642346.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642347.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 97", + "height": 7339, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642347.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642347.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642347", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7339, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7339, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642347.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642348.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 98", + "height": 7322, + "width": 4845, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642348.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642348.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642348", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4845, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4845 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642348.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642349.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 99", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642349.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642349.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642349", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642349.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642350.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 100", + "height": 7338, + "width": 4859, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642350.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642350.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642350", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7338, + "width": 4859, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7338, + "width": 4859 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642350.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642351.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 101", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642351.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642351.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642351", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642351.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642352.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 102", + "height": 7324, + "width": 4864, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642352.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642352.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642352", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7324, + "width": 4864, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7324, + "width": 4864 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642352.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642353.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 103", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642353.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642353.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642353", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642353.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642354.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 104", + "height": 7326, + "width": 4889, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642354.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642354.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642354", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7326, + "width": 4889, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7326, + "width": 4889 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642354.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642355.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 105", + "height": 7325, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642355.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642355.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642355", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642355.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642356.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 106", + "height": 7241, + "width": 4853, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642356.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642356.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642356", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7241, + "width": 4853, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7241, + "width": 4853 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642356.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642357.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 107", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642357.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642357.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642357", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642357.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642358.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 108", + "height": 7318, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642358.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642358.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642358", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642358.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642359.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 109", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642359.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642359.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642359", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642359.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642360.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 110", + "height": 7325, + "width": 4889, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642360.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642360.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642360", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4889, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4889 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642360.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642361.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 111", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642361.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642361.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642361", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642361.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642362.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 112", + "height": 7314, + "width": 4881, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642362.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642362.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642362", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7314, + "width": 4881, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7314, + "width": 4881 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642362.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642363.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 113", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642363.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642363.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642363", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642363.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642364.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 114", + "height": 7319, + "width": 4885, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642364.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642364.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642364", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7319, + "width": 4885, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7319, + "width": 4885 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642364.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642365.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 115", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642365.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642365.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642365", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642365.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642366.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 116", + "height": 7318, + "width": 4856, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642366.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642366.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642366", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4856, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4856 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642366.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642367.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 117", + "height": 7311, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642367.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642367.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642367", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642367.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642368.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 118", + "height": 7308, + "width": 4859, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642368.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642368.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642368", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4859, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4859 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642368.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642369.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 119", + "height": 7311, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642369.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642369.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642369", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642369.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642370.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 120", + "height": 7314, + "width": 4900, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642370.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642370.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642370", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7314, + "width": 4900, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7314, + "width": 4900 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642370.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642371.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 121", + "height": 7317, + "width": 4888, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642371.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642371.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642371", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7317, + "width": 4888, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7317, + "width": 4888 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642371.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642372.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 122", + "height": 7332, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642372.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642372.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642372", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642372.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642373.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 123", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642373.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642373.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642373", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642373.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642374.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 124", + "height": 7332, + "width": 4891, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642374.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642374.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642374", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4891, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4891 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642374.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642375.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 125", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642375.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642375.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642375", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642375.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642376.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 126", + "height": 7310, + "width": 4862, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642376.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642376.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642376", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7310, + "width": 4862, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7310, + "width": 4862 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642376.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642377.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 127", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642377.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642377.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642377", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642377.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642378.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 128", + "height": 7336, + "width": 4878, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642378.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642378.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642378", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4878, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4878 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642378.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642379.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 129", + "height": 7297, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642379.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642379.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642379", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7297, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7297, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642379.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642380.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 130", + "height": 7325, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642380.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642380.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642380", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642380.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642381.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 131", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642381.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642381.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642381", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642381.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642382.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 132", + "height": 7339, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642382.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642382.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642382", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7339, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7339, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642382.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642383.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 133", + "height": 7325, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642383.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642383.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642383", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642383.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642384.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 134", + "height": 7332, + "width": 4874, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642384.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642384.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642384", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4874, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4874 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642384.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642385.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 135", + "height": 7301, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642385.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642385.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642385", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7301, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7301, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642385.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642386.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 136", + "height": 7332, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642386.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642386.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642386", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642386.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642387.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 137", + "height": 7339, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642387.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642387.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642387", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7339, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7339, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642387.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642388.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 138", + "height": 7332, + "width": 4891, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642388.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642388.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642388", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4891, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4891 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642388.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642389.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 139", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642389.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642389.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642389", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642389.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642390.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 140", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642390.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642390.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642390", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642390.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642391.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 141", + "height": 7343, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642391.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642391.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642391", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7343, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7343, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642391.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642392.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 142", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642392.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642392.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642392", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642392.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642393.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 143", + "height": 7329, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642393.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642393.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642393", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7329, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7329, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642393.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642394.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 144", + "height": 7360, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642394.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642394.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642394", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642394.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642395.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 145", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642395.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642395.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642395", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642395.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642396.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 146", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642396.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642396.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642396", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642396.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642397.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 147", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642397.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642397.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642397", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642397.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642398.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 148", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642398.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642398.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642398", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642398.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642399.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 149", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642399.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642399.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642399", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642399.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642400.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 150", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642400.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642400.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642400", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642400.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642401.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 151", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642401.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642401.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642401", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642401.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642402.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 152", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642402.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642402.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642402", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642402.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642403.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 153", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642403.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642403.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642403", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642403.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642404.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 154", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642404.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642404.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642404", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642404.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642405.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 155", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642405.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642405.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642405", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642405.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642406.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 156", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642406.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642406.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642406", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642406.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642407.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 157", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642407.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642407.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642407", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642407.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642408.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 158", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642408.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642408.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642408", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642408.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642409.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 159", + "height": 7329, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642409.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642409.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642409", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7329, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7329, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642409.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642410.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 160", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642410.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642410.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642410", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642410.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642411.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 161", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642411.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642411.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642411", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642411.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642412.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 162", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642412.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642412.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642412", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642412.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642413.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 163", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642413.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642413.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642413", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642413.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642414.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 164", + "height": 7298, + "width": 4856, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642414.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642414.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642414", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7298, + "width": 4856, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7298, + "width": 4856 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642414.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642415.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 165", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642415.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642415.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642415", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642415.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642416.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 166", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642416.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642416.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642416", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642416.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642417.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 167", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642417.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642417.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642417", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642417.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642418.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 168", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642418.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642418.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642418", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642418.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642419.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 169", + "height": 7336, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642419.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642419.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642419", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642419.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642420.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 170", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642420.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642420.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642420", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642420.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642421.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 171", + "height": 7106, + "width": 4802, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642421.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642421.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642421", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7106, + "width": 4802, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7106, + "width": 4802 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642421.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642422.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 172", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642422.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642422.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642422", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642422.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642423.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 173", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642423.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642423.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642423", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642423.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642424.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 174", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642424.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642424.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642424", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642424.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642425.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 175", + "height": 7336, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642425.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642425.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642425", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642425.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642426.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 176", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642426.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642426.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642426", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642426.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642427.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 177", + "height": 7336, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642427.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642427.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642427", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642427.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642428.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 178", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642428.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642428.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642428", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642428.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642429.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 179", + "height": 7315, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642429.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642429.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642429", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7315, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7315, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642429.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642430.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 180", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642430.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642430.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642430", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642430.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642431.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 181", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642431.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642431.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642431", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642431.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642432.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 182", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642432.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642432.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642432", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642432.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642433.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 183", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642433.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642433.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642433", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642433.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642434.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 184", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642434.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642434.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642434", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642434.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642435.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 185", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642435.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642435.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642435", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642435.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642436.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 186", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642436.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642436.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642436", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642436.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642437.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 187", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642437.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642437.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642437", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642437.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642438.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 188", + "height": 7322, + "width": 4887, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642438.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642438.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642438", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4887, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4887 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642438.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642439.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 189", + "height": 7336, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642439.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642439.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642439", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642439.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642440.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 190", + "height": 7280, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642440.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642440.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642440", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7280, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7280, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642440.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642441.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 191", + "height": 7339, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642441.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642441.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642441", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7339, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7339, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642441.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642442.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 192", + "height": 7286, + "width": 4863, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642442.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642442.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642442", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7286, + "width": 4863, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7286, + "width": 4863 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642442.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642443.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 193", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642443.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642443.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642443", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642443.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642444.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 194", + "height": 7279, + "width": 4867, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642444.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642444.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642444", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7279, + "width": 4867, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7279, + "width": 4867 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642444.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642445.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 195", + "height": 7339, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642445.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642445.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642445", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7339, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7339, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642445.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642446.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 196", + "height": 7266, + "width": 4868, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642446.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642446.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642446", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7266, + "width": 4868, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7266, + "width": 4868 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642446.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642447.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 197", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642447.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642447.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642447", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642447.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642448.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 198", + "height": 7313, + "width": 4864, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642448.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642448.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642448", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7313, + "width": 4864, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7313, + "width": 4864 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642448.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642449.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 199", + "height": 7336, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642449.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642449.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642449", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642449.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642450.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 200", + "height": 7277, + "width": 4866, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642450.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642450.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642450", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7277, + "width": 4866, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7277, + "width": 4866 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642450.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642451.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 201", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642451.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642451.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642451", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642451.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642452.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 202", + "height": 7290, + "width": 4875, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642452.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642452.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642452", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7290, + "width": 4875, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7290, + "width": 4875 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642452.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642453.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 203", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642453.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642453.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642453", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642453.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642454.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 204", + "height": 7280, + "width": 4854, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642454.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642454.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642454", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7280, + "width": 4854, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7280, + "width": 4854 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642454.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642455.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 205", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642455.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642455.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642455", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642455.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 206", + "height": 7312, + "width": 4896, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642456.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642456.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642456", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7312, + "width": 4896, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7312, + "width": 4896 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642457.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 207", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642457.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642457.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642457", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642457.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642458.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 208", + "height": 7296, + "width": 4879, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642458.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642458.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642458", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7296, + "width": 4879, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7296, + "width": 4879 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642458.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642459.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 209", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642459.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642459.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642459", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642459.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642460.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 210", + "height": 7283, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642460.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642460.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642460", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7283, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7283, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642460.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642461.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 211", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642461.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642461.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642461", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642461.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642462.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 212", + "height": 7284, + "width": 4843, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642462.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642462.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642462", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7284, + "width": 4843, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7284, + "width": 4843 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642462.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642463.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 213", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642463.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642463.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642463", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642463.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642464.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 214", + "height": 7331, + "width": 4851, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642464.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642464.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642464", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7331, + "width": 4851, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7331, + "width": 4851 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642464.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642465.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 215", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642465.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642465.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642465", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642465.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642466.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 216", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642466.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642466.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642466", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642466.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 217", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642467.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642467.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642467", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642468.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 218", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642468.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642468.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642468", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642468.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642469.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 219", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642469.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642469.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642469", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642469.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 220", + "height": 7346, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642470.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642470.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642470", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7346, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7346, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642471.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 221", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642471.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642471.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642471", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642471.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642472.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 222", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642472.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642472.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642472", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642472.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642473.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 223", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642473.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642473.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642473", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642473.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642474.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 224", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642474.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642474.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642474", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642474.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642475.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 225", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642475.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642475.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642475", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642475.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642476.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 226", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642476.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642476.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642476", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642476.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642477.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 227", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642477.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642477.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642477", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642477.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642478.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 228", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642478.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642478.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642478", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642478.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 229", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642479.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642479.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642479", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642480.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 230", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642480.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642480.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642480", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642480.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642481.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 231", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642481.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642481.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642481", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642481.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642482.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 232", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642482.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642482.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642482", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642482.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642483.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 233", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642483.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642483.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642483", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642483.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642484.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 234", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642484.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642484.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642484", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642484.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642485.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 235", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642485.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642485.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642485", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642485.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 236", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642486.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642486.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642486", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642487.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 237", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642487.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642487.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642487", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642487.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642488.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 238", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642488.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642488.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642488", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642488.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642489.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 239", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642489.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642489.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642489", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642489.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642490.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 240", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642490.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642490.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642490", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642490.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642491.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 241", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642491.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642491.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642491", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642491.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642492.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 242", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642492.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642492.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642492", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642492.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 243", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642493.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642493.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642493", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642494.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 244", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642494.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642494.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642494", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642494.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642495.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 245", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642495.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642495.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642495", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642495.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642496.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 246", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642496.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642496.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642496", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642496.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642497.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 247", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642497.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642497.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642497", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642497.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642498.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 248", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642498.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642498.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642498", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642498.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642499.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 249", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642499.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642499.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642499", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642499.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642500.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 250", + "height": 7297, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642500.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642500.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642500", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7297, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7297, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642500.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 251", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642501.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642501.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642501", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642502.json", + "@type": "sc:Canvas", + "label": "ROYAL WELCH FUSILIERS pg. 252", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642502.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642502.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642502", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642502.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642503.json", + "@type": "sc:Canvas", + "label": "BLANK PAGE (recto of SOUTH WALES BORDERERS)", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642503.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642503.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642503", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642503.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642504.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS (OFFICERS) pg. 1", + "height": 7290, + "width": 4873, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642504.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642504.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642504", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7290, + "width": 4873, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7290, + "width": 4873 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642504.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642505.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS (OFFICERS) pg. 2", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642505.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642505.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642505", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642505.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642506.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS (OFFICERS) pg. 3", + "height": 7311, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642506.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642506.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642506", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642506.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642507.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS (OFFICERS) pg. 4", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642507.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642507.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642507", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642507.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642508.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS (OFFICERS) pg. 5", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642508.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642508.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642508", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642508.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642509.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS (OFFICERS) pg. 6", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642509.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642509.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642509", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642509.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642510.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS (OFFICERS) pg. 7", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642510.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642510.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642510", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642510.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 8", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642511.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642511.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642511", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642512.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 9", + "height": 7322, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642512.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642512.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642512", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642512.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642513.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 10", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642513.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642513.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642513", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642513.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642514.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 11", + "height": 7336, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642514.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642514.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642514", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642514.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642515.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 12", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642515.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642515.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642515", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642515.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642516.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 13", + "height": 7346, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642516.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642516.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642516", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7346, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7346, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642516.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642517.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 14", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642517.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642517.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642517", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642517.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642518.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 15", + "height": 7332, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642518.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642518.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642518", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642518.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642519.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 16", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642519.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642519.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642519", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642519.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642520.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 17", + "height": 7346, + "width": 4874, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642520.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642520.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642520", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7346, + "width": 4874, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7346, + "width": 4874 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642520.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642521.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 18", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642521.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642521.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642521", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642521.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642522.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 19", + "height": 7332, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642522.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642522.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642522", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642522.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642523.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 20", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642523.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642523.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642523", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642523.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642524.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 21", + "height": 7360, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642524.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642524.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642524", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642524.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642525.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 22", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642525.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642525.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642525", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642525.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642526.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 23", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642526.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642526.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642526", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642526.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642527.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 24", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642527.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642527.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642527", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642527.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642528.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 25", + "height": 7336, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642528.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642528.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642528", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642528.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642529.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 26", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642529.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642529.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642529", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642529.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642530.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 27", + "height": 7360, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642530.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642530.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642530", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642530.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642531.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 28", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642531.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642531.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642531", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642531.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642532.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 29", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642532.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642532.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642532", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642532.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642533.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 30", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642533.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642533.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642533", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642533.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642534.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 31", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642534.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642534.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642534", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642534.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642535.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 32", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642535.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642535.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642535", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642535.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642536.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 33", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642536.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642536.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642536", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642536.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642537.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 34", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642537.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642537.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642537", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642537.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642538.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 35", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642538.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642538.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642538", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642538.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642539.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 36", + "height": 7360, + "width": 4874, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642539.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642539.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642539", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4874, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4874 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642539.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642540.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 37", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642540.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642540.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642540", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642540.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642541.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 38", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642541.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642541.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642541", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642541.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642542.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 39", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642542.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642542.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642542", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642542.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642543.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 40", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642543.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642543.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642543", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642543.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642544.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 41", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642544.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642544.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642544", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642544.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642545.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 42", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642545.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642545.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642545", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642545.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642546.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 43", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642546.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642546.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642546", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642546.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642547.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 44", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642547.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642547.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642547", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642547.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642548.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 45", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642548.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642548.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642548", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642548.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642549.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 46", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642549.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642549.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642549", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642549.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642550.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 47", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642550.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642550.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642550", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642550.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642551.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 48", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642551.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642551.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642551", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642551.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642552.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 49", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642552.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642552.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642552", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642552.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642553.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 50", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642553.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642553.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642553", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642553.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642554.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 51", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642554.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642554.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642554", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642554.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642555.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 52", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642555.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642555.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642555", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642555.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642556.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 53", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642556.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642556.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642556", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642556.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642557.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 54", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642557.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642557.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642557", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642557.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642558.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 55", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642558.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642558.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642558", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642558.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642559.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 56", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642559.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642559.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642559", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642559.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642560.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 57", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642560.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642560.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642560", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642560.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642561.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 58", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642561.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642561.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642561", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642561.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642562.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 59", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642562.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642562.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642562", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642562.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642563.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 60", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642563.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642563.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642563", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642563.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642564.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 61", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642564.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642564.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642564", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642564.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642565.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 62", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642565.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642565.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642565", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642565.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642566.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 63", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642566.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642566.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642566", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642566.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642567.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 64", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642567.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642567.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642567", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642567.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642568.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 65", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642568.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642568.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642568", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642568.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642569.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 66", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642569.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642569.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642569", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642569.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642570.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 67", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642570.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642570.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642570", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642570.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642571.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 68", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642571.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642571.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642571", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642571.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642572.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 69", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642572.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642572.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642572", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642572.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642573.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 70", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642573.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642573.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642573", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642573.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642574.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 71", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642574.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642574.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642574", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642574.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642575.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 72", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642575.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642575.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642575", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642575.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642576.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 73", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642576.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642576.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642576", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642576.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642577.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 74", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642577.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642577.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642577", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642577.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642578.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 75", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642578.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642578.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642578", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642578.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642579.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 76", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642579.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642579.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642579", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642579.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642580.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 77", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642580.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642580.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642580", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642580.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642581.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 78", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642581.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642581.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642581", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642581.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642582.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 79", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642582.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642582.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642582", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642582.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642583.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 80", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642583.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642583.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642583", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642583.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642584.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 81", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642584.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642584.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642584", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642584.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642585.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 82", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642585.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642585.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642585", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642585.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642586.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 84", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642586.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642586.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642586", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642586.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642587.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 85", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642587.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642587.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642587", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642587.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642588.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 86", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642588.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642588.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642588", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642588.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642589.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 87", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642589.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642589.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642589", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642589.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642590.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 88", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642590.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642590.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642590", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642590.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642591.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 89", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642591.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642591.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642591", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642591.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642592.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 90", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642592.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642592.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642592", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642592.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642593.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 91", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642593.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642593.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642593", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642593.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642594.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 92", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642594.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642594.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642594", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642594.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642595.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 93", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642595.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642595.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642595", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642595.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642596.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 94", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642596.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642596.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642596", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642596.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642597.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 95", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642597.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642597.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642597", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642597.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642598.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 96", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642598.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642598.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642598", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642598.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642599.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 97", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642599.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642599.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642599", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642599.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642600.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 98", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642600.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642600.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642600", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642600.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642601.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 99", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642601.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642601.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642601", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642601.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642602.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 100", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642602.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642602.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642602", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642602.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642603.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 101", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642603.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642603.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642603", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642603.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642604.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 102", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642604.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642604.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642604", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642604.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642605.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 103", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642605.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642605.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642605", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642605.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642606.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 104", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642606.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642606.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642606", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642606.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642607.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 105", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642607.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642607.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642607", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642607.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642608.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 106", + "height": 7315, + "width": 4882, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642608.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642608.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642608", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7315, + "width": 4882, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7315, + "width": 4882 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642608.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642609.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 107", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642609.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642609.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642609", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642609.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642610.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 108", + "height": 7336, + "width": 4878, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642610.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642610.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642610", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4878, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4878 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642610.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642611.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 109", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642611.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642611.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642611", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642611.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642612.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 110", + "height": 7325, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642612.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642612.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642612", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642612.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642613.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 111", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642613.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642613.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642613", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642613.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642614.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 112", + "height": 7290, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642614.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642614.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642614", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7290, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7290, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642614.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642615.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 113", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642615.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642615.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642615", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642615.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642616.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 114", + "height": 7304, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642616.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642616.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642616", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642616.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642617.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 115", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642617.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642617.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642617", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642617.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642618.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 116", + "height": 7290, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642618.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642618.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642618", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7290, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7290, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642618.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 117", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642619.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642619.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642619", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642620.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 118", + "height": 7285, + "width": 4862, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642620.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642620.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642620", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7285, + "width": 4862, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7285, + "width": 4862 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642620.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642621.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 119", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642621.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642621.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642621", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642621.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642622.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 120", + "height": 7304, + "width": 4860, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642622.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642622.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642622", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4860, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4860 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642622.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642623.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 121", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642623.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642623.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642623", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642623.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642624.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 122", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642624.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642624.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642624", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642624.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642625.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 123", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642625.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642625.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642625", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642625.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642626.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 124", + "height": 7325, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642626.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642626.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642626", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642626.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642627.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 125", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642627.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642627.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642627", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642627.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642628.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 126", + "height": 7332, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642628.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642628.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642628", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642628.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642629.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 127", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642629.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642629.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642629", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642629.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642630.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 128", + "height": 7339, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642630.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642630.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642630", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7339, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7339, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642630.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642631.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 129", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642631.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642631.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642631", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642631.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642632.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 130", + "height": 7332, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642632.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642632.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642632", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642632.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642633.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 131", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642633.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642633.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642633", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642633.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642634.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 132", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642634.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642634.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642634", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642634.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642635.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 133", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642635.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642635.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642635", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642635.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642636.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 134", + "height": 7300, + "width": 4893, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642636.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642636.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642636", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7300, + "width": 4893, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7300, + "width": 4893 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642636.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642637.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 135", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642637.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642637.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642637", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642637.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642638.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 136", + "height": 7311, + "width": 4898, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642638.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642638.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642638", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4898, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4898 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642638.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642639.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 137", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642639.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642639.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642639", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642639.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642640.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 138", + "height": 7299, + "width": 4890, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642640.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642640.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642640", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7299, + "width": 4890, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7299, + "width": 4890 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642640.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642641.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 139", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642641.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642641.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642641", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642641.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642642.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 140", + "height": 7306, + "width": 4893, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642642.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642642.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642642", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7306, + "width": 4893, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7306, + "width": 4893 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642642.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642643.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 141", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642643.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642643.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642643", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642643.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 142", + "height": 7293, + "width": 4886, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642644.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642644.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642644", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7293, + "width": 4886, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7293, + "width": 4886 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 143", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642645.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642645.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642645", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642646.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 144", + "height": 7304, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642646.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642646.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642646", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642646.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642647.json", + "@type": "sc:Canvas", + "label": "S.WALES BORDERERS pg. 145", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642647.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642647.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642647", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642647.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", + "@type": "sc:Canvas", + "label": "KING'S OWN SCOTTISH BORDERERS pg. 146", + "height": 7299, + "width": 4890, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642648.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642648.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642648", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7299, + "width": 4890, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7299, + "width": 4890 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", + "@type": "sc:Canvas", + "label": "CAMERONIANS (SCOTTISH RIFLES) pg. 147", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642649.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642649.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642649", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", + "@type": "sc:Canvas", + "label": "FIFTH BATTALION pg. 148", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642650.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642650.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642650", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json", + "@type": "sc:Canvas", + "label": "THE GLOUCESTERSHIRE REGIMENT pg. 149", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642651.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642651.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642651", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json", + "@type": "sc:Canvas", + "label": "THE GLOUCESTERSHIRE REGIMENT pg. 150", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642652.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642652.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642652", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642653.json", + "@type": "sc:Canvas", + "label": "THE GLOUCESTERSHIRE REGIMENT pg. 151", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642653.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642653.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642653", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642653.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642654.json", + "@type": "sc:Canvas", + "label": "THE GLOUCESTERSHIRE REGIMENT pg. 152", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642654.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642654.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642654", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642654.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642655.json", + "@type": "sc:Canvas", + "label": "THE GLOUCESTERSHIRE REGIMENT pg. 153", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642655.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642655.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642655", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642655.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json", + "@type": "sc:Canvas", + "label": "FOURTEENTH (SERVICE) BN, (WEST OF ENGLAND) pg. 154", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642656.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642656.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642656", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json", + "@type": "sc:Canvas", + "label": "THE WORCESTERSHIRE REGIMENT pg. 155", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642657.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642657.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642657", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json", + "@type": "sc:Canvas", + "label": "THE WORCESTERSHIRE REGIMENT pg. 156", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642658.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642658.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642658", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", + "@type": "sc:Canvas", + "label": "ELEVENTH BATTALION pg. 157", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642659.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642659.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642659", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", + "@type": "sc:Canvas", + "label": "THE EAST LANCASHIRE REGIMENT pg. 158", + "height": 7280, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642660.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642660.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642660", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7280, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7280, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", + "@type": "sc:Canvas", + "label": "THIRTEENTH BATTALION pg. 159", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642661.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642661.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642661", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json", + "@type": "sc:Canvas", + "label": "THE EAST SURREY REGIMENT pg. 160", + "height": 7279, + "width": 4886, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642662.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642662.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642662", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7279, + "width": 4886, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7279, + "width": 4886 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", + "@type": "sc:Canvas", + "label": "TWELFTH BATTALION pg. 161", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642663.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642663.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642663", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json", + "@type": "sc:Canvas", + "label": "THE DUKE OF CORNWALL'S LT. INFANTRY pg. 162", + "height": 7271, + "width": 4853, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642664.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642664.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642664", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7271, + "width": 4853, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7271, + "width": 4853 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", + "@type": "sc:Canvas", + "label": "SEVENTH BATTALION pg. 163", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642665.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642665.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642665", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", + "@type": "sc:Canvas", + "label": "SECOND FIFTH BATTALION pg. 164", + "height": 7308, + "width": 4867, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642666.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642666.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642666", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4867, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4867 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", + "@type": "sc:Canvas", + "label": "THE BORDER REGIMENT pg. 165", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642667.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642667.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642667", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json", + "@type": "sc:Canvas", + "label": "EIGHTH BATTALION pg. 166", + "height": 7279, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642668.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642668.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642668", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7279, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7279, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", + "@type": "sc:Canvas", + "label": "ROYAL SUSSEX REGIMENT pg. 167", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642669.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642669.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642669", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json", + "@type": "sc:Canvas", + "label": "SIXTEENTH BATTALION pg. 168", + "height": 7276, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642670.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642670.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642670", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7276, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7276, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", + "@type": "sc:Canvas", + "label": "ELEVENTH BATTALION pg. 169", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642671.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642671.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642671", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", + "@type": "sc:Canvas", + "label": "THE SOUTH STAFFORDSHIRE REGIMENT pg. 170", + "height": 7283, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642672.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642672.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642672", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7283, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7283, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", + "@type": "sc:Canvas", + "label": "EIGHTH SERVICE BATTN. pg. 171", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642673.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642673.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642673", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642674.json", + "@type": "sc:Canvas", + "label": "THE DORSETSHIRE REGIMENT pg. 172", + "height": 7280, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642674.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642674.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642674", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7280, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7280, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642674.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json", + "@type": "sc:Canvas", + "label": "THE DORSETSHIRE REGIMENT pg. 173", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642675.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642675.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642675", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json", + "@type": "sc:Canvas", + "label": "SIXTH BATTALION pg. 174", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642676.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642676.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642676", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642677.json", + "@type": "sc:Canvas", + "label": "THE SOUTH LANCASHIRE REGIMENT pg. 175", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642677.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642677.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642677", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642677.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json", + "@type": "sc:Canvas", + "label": "THE SOUTH LANCASHIRE REGIMENT pg. 176", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642678.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642678.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642678", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json", + "@type": "sc:Canvas", + "label": "THE SOUTH LANCASHIRE REGIMENT pg. 177", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642679.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642679.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642679", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json", + "@type": "sc:Canvas", + "label": "THE SOUTH LANCASHIRE REGIMENT pg. 178", + "height": 7299, + "width": 4890, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642680.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642680.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642680", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7299, + "width": 4890, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7299, + "width": 4890 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642681.json", + "@type": "sc:Canvas", + "label": "THE SOUTH LANCASHIRE REGIMENT pg. 179", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642681.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642681.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642681", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642681.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642682.json", + "@type": "sc:Canvas", + "label": "THE SOUTH LANCASHIRE REGIMENT pg. 180", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642682.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642682.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642682", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642682.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json", + "@type": "sc:Canvas", + "label": "ELEVENTH BATTALION pg. 181", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642683.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642683.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642683", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642684.json", + "@type": "sc:Canvas", + "label": "BLANK PAGE (verso of ELEVENTH BATTALION pg. 181)", + "height": 7325, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642684.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642684.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642684", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642684.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642685.json", + "@type": "sc:Canvas", + "label": "THE WELCH REGIMENT pg. 1", + "height": 7294, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642685.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642685.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642685", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7294, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7294, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642685.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642686.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT (OFFICERS) pg. 2", + "height": 7318, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642686.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642686.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642686", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642686.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642687.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT (OFFICERS) pg. 3", + "height": 7311, + "width": 4879, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642687.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642687.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642687", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4879, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4879 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642687.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642688.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT (OFFICERS) pg. 4", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642688.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642688.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642688", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642688.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642689.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT (OFFICERS) pg. 5", + "height": 7288, + "width": 4864, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642689.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642689.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642689", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7288, + "width": 4864, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7288, + "width": 4864 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642689.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642690.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT (OFFICERS) pg. 6", + "height": 7340, + "width": 4899, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642690.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642690.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642690", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7340, + "width": 4899, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7340, + "width": 4899 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642690.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642691.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT (OFFICERS) pg. 7", + "height": 7304, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642691.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642691.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642691", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642691.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT (OFFICERS) pg. 8", + "height": 7326, + "width": 4889, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642692.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642692.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642692", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7326, + "width": 4889, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7326, + "width": 4889 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT (OFFICERS) pg. 9", + "height": 7302, + "width": 4873, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642693.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642693.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642693", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7302, + "width": 4873, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7302, + "width": 4873 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642694.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 10", + "height": 7341, + "width": 4899, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642694.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642694.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642694", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7341, + "width": 4899, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7341, + "width": 4899 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642694.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642695.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 11", + "height": 7329, + "width": 4891, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642695.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642695.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642695", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7329, + "width": 4891, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7329, + "width": 4891 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642695.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642696.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 12", + "height": 7335, + "width": 4895, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642696.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642696.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642696", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7335, + "width": 4895, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7335, + "width": 4895 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642696.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642697.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 13", + "height": 7318, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642697.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642697.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642697", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642697.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642698.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 14", + "height": 7329, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642698.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642698.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642698", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7329, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7329, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642698.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642699.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 15", + "height": 7327, + "width": 4890, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642699.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642699.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642699", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7327, + "width": 4890, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7327, + "width": 4890 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642699.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642700.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 16", + "height": 7333, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642700.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642700.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642700", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7333, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7333, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642700.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642701.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 17", + "height": 7328, + "width": 4891, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642701.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642701.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642701", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7328, + "width": 4891, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7328, + "width": 4891 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642701.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642702.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 18", + "height": 7325, + "width": 4894, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642702.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642702.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642702", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4894, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4894 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642702.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642703.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 19", + "height": 7323, + "width": 4887, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642703.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642703.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642703", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7323, + "width": 4887, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7323, + "width": 4887 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642703.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642704.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 20", + "height": 7328, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642704.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642704.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642704", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7328, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7328, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642704.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642705.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 21", + "height": 7323, + "width": 4887, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642705.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642705.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642705", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7323, + "width": 4887, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7323, + "width": 4887 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642705.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642706.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 22", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642706.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642706.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642706", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642706.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642707.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 23", + "height": 7313, + "width": 4881, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642707.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642707.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642707", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7313, + "width": 4881, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7313, + "width": 4881 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642707.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642708.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 24", + "height": 7329, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642708.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642708.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642708", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7329, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7329, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642708.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642709.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 25", + "height": 7298, + "width": 4871, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642709.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642709.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642709", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7298, + "width": 4871, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7298, + "width": 4871 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642709.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642710.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 26", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642710.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642710.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642710", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642710.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642711.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 27", + "height": 7302, + "width": 4873, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642711.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642711.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642711", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7302, + "width": 4873, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7302, + "width": 4873 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642711.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642712.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 28", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642712.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642712.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642712", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642712.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642713.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 29", + "height": 7303, + "width": 4874, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642713.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642713.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642713", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7303, + "width": 4874, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7303, + "width": 4874 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642713.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642714.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 30", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642714.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642714.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642714", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642714.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642715.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 31", + "height": 7299, + "width": 4871, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642715.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642715.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642715", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7299, + "width": 4871, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7299, + "width": 4871 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642715.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642716.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 32", + "height": 7340, + "width": 4899, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642716.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642716.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642716", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7340, + "width": 4899, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7340, + "width": 4899 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642716.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642717.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 33", + "height": 7314, + "width": 4881, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642717.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642717.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642717", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7314, + "width": 4881, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7314, + "width": 4881 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642717.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642718.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 34", + "height": 7311, + "width": 4861, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642718.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642718.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642718", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4861, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4861 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642718.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642719.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 35", + "height": 7318, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642719.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642719.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642719", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642719.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642720.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 36", + "height": 7327, + "width": 4890, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642720.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642720.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642720", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7327, + "width": 4890, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7327, + "width": 4890 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642720.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642721.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 37", + "height": 7322, + "width": 4887, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642721.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642721.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642721", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4887, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4887 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642721.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642722.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 38", + "height": 7328, + "width": 4891, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642722.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642722.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642722", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7328, + "width": 4891, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7328, + "width": 4891 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642722.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642723.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 39", + "height": 7336, + "width": 4896, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642723.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642723.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642723", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4896, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4896 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642723.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642724.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 40", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642724.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642724.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642724", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642724.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642725.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 41", + "height": 7336, + "width": 4896, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642725.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642725.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642725", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4896, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4896 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642725.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642726.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 42", + "height": 7323, + "width": 4865, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642726.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642726.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642726", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7323, + "width": 4865, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7323, + "width": 4865 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642726.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642727.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 43", + "height": 7350, + "width": 4905, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642727.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642727.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642727", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7350, + "width": 4905, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7350, + "width": 4905 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642727.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642728.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 44", + "height": 7339, + "width": 4898, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642728.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642728.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642728", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7339, + "width": 4898, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7339, + "width": 4898 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642728.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642729.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 45", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642729.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642729.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642729", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642729.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642730.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 46", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642730.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642730.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642730", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642730.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642731.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 47", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642731.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642731.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642731", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642731.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642732.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 48", + "height": 7335, + "width": 4895, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642732.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642732.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642732", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7335, + "width": 4895, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7335, + "width": 4895 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642732.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642733.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 49", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642733.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642733.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642733", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642733.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642734.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 50", + "height": 7339, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642734.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642734.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642734", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7339, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7339, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642734.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642735.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 51", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642735.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642735.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642735", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642735.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642736.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 52", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642736.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642736.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642736", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642736.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642737.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 53", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642737.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642737.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642737", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642737.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642738.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 54", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642738.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642738.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642738", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642738.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642739.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 55", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642739.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642739.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642739", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642739.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642740.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 56", + "height": 7325, + "width": 4889, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642740.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642740.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642740", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4889, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4889 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642740.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642741.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 57", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642741.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642741.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642741", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642741.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642742.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 58", + "height": 7292, + "width": 4867, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642742.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642742.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642742", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7292, + "width": 4867, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7292, + "width": 4867 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642742.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642743.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 59", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642743.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642743.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642743", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642743.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642744.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 60", + "height": 7303, + "width": 4886, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642744.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642744.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642744", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7303, + "width": 4886, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7303, + "width": 4886 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642744.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642745.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 61", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642745.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642745.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642745", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642745.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642746.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 62", + "height": 7316, + "width": 4883, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642746.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642746.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642746", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7316, + "width": 4883, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7316, + "width": 4883 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642746.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642747.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 63", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642747.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642747.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642747", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642747.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642748.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 64", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642748.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642748.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642748", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642748.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642749.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 65", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642749.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642749.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642749", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642749.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642750.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 66", + "height": 7294, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642750.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642750.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642750", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7294, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7294, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642750.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642751.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 67", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642751.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642751.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642751", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642751.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642752.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 68", + "height": 7282, + "width": 4878, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642752.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642752.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642752", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7282, + "width": 4878, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7282, + "width": 4878 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642752.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642753.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 69", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642753.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642753.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642753", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642753.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642754.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 70", + "height": 7309, + "width": 4878, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642754.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642754.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642754", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7309, + "width": 4878, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7309, + "width": 4878 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642754.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 71", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642755.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642755.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642755", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642756.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 72", + "height": 7311, + "width": 4879, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642756.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642756.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642756", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4879, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4879 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642756.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642757.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 73", + "height": 7311, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642757.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642757.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642757", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642757.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642758.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 74", + "height": 7294, + "width": 4868, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642758.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642758.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642758", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7294, + "width": 4868, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7294, + "width": 4868 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642758.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642759.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 75", + "height": 7308, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642759.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642759.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642759", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642759.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642760.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 76", + "height": 7288, + "width": 4864, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642760.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642760.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642760", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7288, + "width": 4864, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7288, + "width": 4864 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642760.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642761.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 77", + "height": 7308, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642761.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642761.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642761", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642761.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642762.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 78", + "height": 7294, + "width": 4868, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642762.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642762.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642762", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7294, + "width": 4868, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7294, + "width": 4868 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642762.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642763.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 79", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642763.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642763.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642763", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642763.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642764.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 80", + "height": 7316, + "width": 4883, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642764.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642764.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642764", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7316, + "width": 4883, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7316, + "width": 4883 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642764.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642765.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 81", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642765.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642765.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642765", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642765.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642766.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 82", + "height": 7310, + "width": 4879, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642766.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642766.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642766", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7310, + "width": 4879, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7310, + "width": 4879 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642766.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642767.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 83", + "height": 7325, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642767.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642767.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642767", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642767.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642768.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 84", + "height": 7320, + "width": 4885, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642768.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642768.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642768", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7320, + "width": 4885, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7320, + "width": 4885 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642768.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642769.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 85", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642769.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642769.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642769", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642769.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642770.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 86", + "height": 7299, + "width": 4897, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642770.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642770.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642770", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7299, + "width": 4897, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7299, + "width": 4897 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642770.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642771.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 87", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642771.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642771.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642771", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642771.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642772.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 88", + "height": 7308, + "width": 4896, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642772.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642772.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642772", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4896, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4896 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642772.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642773.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 89", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642773.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642773.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642773", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642773.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642774.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 90", + "height": 7326, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642774.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642774.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642774", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7326, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7326, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642774.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642775.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 91", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642775.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642775.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642775", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642775.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642776.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 92", + "height": 7324, + "width": 4888, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642776.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642776.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642776", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7324, + "width": 4888, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7324, + "width": 4888 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642776.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642777.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 93", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642777.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642777.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642777", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642777.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642778.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 94", + "height": 7315, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642778.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642778.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642778", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7315, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7315, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642778.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642779.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 95", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642779.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642779.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642779", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642779.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642780.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 96", + "height": 7304, + "width": 4875, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642780.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642780.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642780", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4875, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4875 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642780.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642781.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 97", + "height": 7325, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642781.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642781.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642781", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642781.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642782.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 98", + "height": 7325, + "width": 4889, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642782.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642782.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642782", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4889, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4889 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642782.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642783.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 99", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642783.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642783.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642783", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642783.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642784.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 100", + "height": 7327, + "width": 4890, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642784.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642784.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642784", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7327, + "width": 4890, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7327, + "width": 4890 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642784.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642785.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 101", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642785.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642785.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642785", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642785.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642786.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 102", + "height": 7312, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642786.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642786.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642786", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7312, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7312, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642786.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642787.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 103", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642787.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642787.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642787", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642787.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642788.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 104", + "height": 7306, + "width": 4876, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642788.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642788.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642788", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7306, + "width": 4876, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7306, + "width": 4876 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642788.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642789.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 105", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642789.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642789.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642789", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642789.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642790.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 106", + "height": 7298, + "width": 4871, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642790.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642790.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642790", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7298, + "width": 4871, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7298, + "width": 4871 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642790.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642791.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 107", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642791.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642791.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642791", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642791.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642792.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 108", + "height": 7296, + "width": 4869, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642792.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642792.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642792", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7296, + "width": 4869, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7296, + "width": 4869 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642792.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642793.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 109", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642793.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642793.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642793", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642793.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642794.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 110", + "height": 7315, + "width": 4882, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642794.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642794.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642794", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7315, + "width": 4882, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7315, + "width": 4882 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642794.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642795.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 111", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642795.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642795.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642795", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642795.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642796.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 112", + "height": 7304, + "width": 4875, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642796.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642796.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642796", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4875, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4875 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642796.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642797.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 113", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642797.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642797.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642797", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642797.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642798.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 114", + "height": 7318, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642798.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642798.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642798", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642798.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642799.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 115", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642799.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642799.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642799", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642799.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642800.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 116", + "height": 7316, + "width": 4883, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642800.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642800.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642800", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7316, + "width": 4883, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7316, + "width": 4883 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642800.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642801.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 117", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642801.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642801.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642801", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642801.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642802.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 118", + "height": 7300, + "width": 4881, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642802.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642802.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642802", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7300, + "width": 4881, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7300, + "width": 4881 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642802.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 119", + "height": 7336, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642803.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642803.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642803", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642804.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 120", + "height": 7273, + "width": 4854, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642804.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642804.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642804", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7273, + "width": 4854, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7273, + "width": 4854 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642804.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642805.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 121", + "height": 7336, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642805.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642805.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642805", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642805.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642806.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 122", + "height": 7322, + "width": 4887, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642806.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642806.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642806", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4887, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4887 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642806.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642807.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 123", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642807.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642807.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642807", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642807.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642808.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 124", + "height": 7290, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642808.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642808.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642808", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7290, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7290, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642808.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642809.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 125", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642809.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642809.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642809", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642809.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642810.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 126", + "height": 7316, + "width": 4883, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642810.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642810.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642810", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7316, + "width": 4883, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7316, + "width": 4883 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642810.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642811.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 127", + "height": 7346, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642811.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642811.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642811", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7346, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7346, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642811.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642812.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 128", + "height": 7314, + "width": 4881, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642812.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642812.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642812", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7314, + "width": 4881, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7314, + "width": 4881 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642812.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642813.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 129", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642813.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642813.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642813", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642813.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642814.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 130", + "height": 7310, + "width": 4865, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642814.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642814.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642814", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7310, + "width": 4865, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7310, + "width": 4865 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642814.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642815.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 131", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642815.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642815.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642815", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642815.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642816.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 132", + "height": 7320, + "width": 4857, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642816.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642816.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642816", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7320, + "width": 4857, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7320, + "width": 4857 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642816.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642817.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 133", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642817.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642817.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642817", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642817.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642818.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 134", + "height": 7304, + "width": 4874, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642818.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642818.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642818", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4874, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4874 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642818.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642819.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 135", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642819.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642819.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642819", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642819.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642820.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 136", + "height": 7332, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642820.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642820.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642820", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642820.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642821.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 137", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642821.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642821.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642821", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642821.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642822.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 138", + "height": 7307, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642822.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642822.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642822", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7307, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7307, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642822.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642823.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 139", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642823.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642823.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642823", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642823.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642824.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 140", + "height": 7324, + "width": 4888, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642824.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642824.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642824", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7324, + "width": 4888, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7324, + "width": 4888 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642824.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642825.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 141", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642825.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642825.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642825", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642825.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642826.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 142", + "height": 7316, + "width": 4883, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642826.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642826.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642826", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7316, + "width": 4883, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7316, + "width": 4883 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642826.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642827.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 143", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642827.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642827.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642827", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642827.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642828.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 144", + "height": 7337, + "width": 4859, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642828.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642828.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642828", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7337, + "width": 4859, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7337, + "width": 4859 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642828.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642829.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 145", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642829.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642829.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642829", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642829.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642830.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 146", + "height": 7312, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642830.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642830.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642830", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7312, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7312, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642830.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642831.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 147", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642831.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642831.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642831", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642831.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642832.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 148", + "height": 7332, + "width": 4893, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642832.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642832.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642832", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4893, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4893 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642832.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642833.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 149", + "height": 7360, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642833.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642833.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642833", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642833.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642834.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 150", + "height": 7307, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642834.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642834.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642834", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7307, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7307, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642834.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642835.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 151", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642835.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642835.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642835", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642835.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642836.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 152", + "height": 7304, + "width": 4875, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642836.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642836.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642836", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4875, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4875 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642836.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642837.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 153", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642837.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642837.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642837", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642837.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642838.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 154", + "height": 7304, + "width": 4875, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642838.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642838.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642838", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4875, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4875 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642838.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642839.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 155", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642839.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642839.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642839", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642839.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642840.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 156", + "height": 7301, + "width": 4873, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642840.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642840.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642840", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7301, + "width": 4873, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7301, + "width": 4873 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642840.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642841.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 157", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642841.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642841.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642841", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642841.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642842.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 158", + "height": 7328, + "width": 4891, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642842.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642842.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642842", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7328, + "width": 4891, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7328, + "width": 4891 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642842.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642843.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 159", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642843.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642843.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642843", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642843.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642844.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 160", + "height": 7321, + "width": 4886, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642844.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642844.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642844", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7321, + "width": 4886, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7321, + "width": 4886 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642844.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642845.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 161", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642845.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642845.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642845", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642845.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642846.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 162", + "height": 7288, + "width": 4855, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642846.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642846.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642846", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7288, + "width": 4855, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7288, + "width": 4855 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642846.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642847.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 163", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642847.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642847.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642847", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642847.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642848.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 164", + "height": 7311, + "width": 4879, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642848.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642848.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642848", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4879, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4879 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642848.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642849.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 165", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642849.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642849.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642849", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642849.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642850.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 166", + "height": 7319, + "width": 4885, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642850.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642850.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642850", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7319, + "width": 4885, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7319, + "width": 4885 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642850.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642851.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 167", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642851.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642851.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642851", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642851.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642852.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 168", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642852.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642852.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642852", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642852.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642853.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 169", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642853.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642853.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642853", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642853.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642854.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 170", + "height": 7325, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642854.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642854.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642854", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642854.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642855.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 171", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642855.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642855.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642855", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642855.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642856.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 172", + "height": 7323, + "width": 4887, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642856.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642856.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642856", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7323, + "width": 4887, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7323, + "width": 4887 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642856.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642857.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 173", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642857.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642857.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642857", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642857.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642858.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 174", + "height": 7308, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642858.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642858.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642858", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642858.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642859.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 175", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642859.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642859.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642859", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642859.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642860.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 176", + "height": 7325, + "width": 4861, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642860.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642860.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642860", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4861, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4861 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642860.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642861.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 177", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642861.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642861.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642861", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642861.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642862.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 178", + "height": 7304, + "width": 4875, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642862.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642862.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642862", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4875, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4875 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642862.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642863.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 179", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642863.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642863.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642863", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642863.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642864.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 180", + "height": 7317, + "width": 4883, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642864.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642864.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642864", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7317, + "width": 4883, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7317, + "width": 4883 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642864.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642865.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 181", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642865.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642865.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642865", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642865.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642866.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 182", + "height": 7336, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642866.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642866.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642866", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642866.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642867.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 183", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642867.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642867.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642867", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642867.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642868.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 184", + "height": 7299, + "width": 4871, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642868.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642868.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642868", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7299, + "width": 4871, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7299, + "width": 4871 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642868.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642869.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 185", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642869.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642869.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642869", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642869.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642870.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 186", + "height": 7323, + "width": 4887, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642870.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642870.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642870", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7323, + "width": 4887, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7323, + "width": 4887 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642870.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642871.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 187", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642871.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642871.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642871", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642871.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642872.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 188", + "height": 7309, + "width": 4878, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642872.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642872.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642872", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7309, + "width": 4878, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7309, + "width": 4878 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642872.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 189", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642873.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642873.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642873", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642874.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 190", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642874.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642874.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642874", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642874.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642875.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 191", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642875.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642875.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642875", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642875.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642876.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 192", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642876.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642876.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642876", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642876.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642877.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 193", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642877.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642877.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642877", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642877.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642878.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 194", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642878.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642878.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642878", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642878.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 195", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642879.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642879.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642879", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642880.json", + "@type": "sc:Canvas", + "label": "WELCH REGIMENT pg. 196", + "height": 7318, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642880.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642880.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642880", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642880.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", + "@type": "sc:Canvas", + "label": "BLACK WATCH ROYAL HIGHLNDRS pg. 1", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642881.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642881.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642881", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", + "@type": "sc:Canvas", + "label": "OXFORDSHIRE AND BUCKINGHAMSHIRE LIGHT INFANTRY pg. 2", + "height": 7342, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642882.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642882.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642882", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7342, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7342, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json", + "@type": "sc:Canvas", + "label": "OXFORDSHIRE &amp; BUCKS L.I. pg. 3", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642883.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642883.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642883", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", + "@type": "sc:Canvas", + "label": "FIRST 1ST BUCKS BATTN. pg. 4", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642884.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642884.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642884", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json", + "@type": "sc:Canvas", + "label": "ELEVENTH BATTALION pg. 5", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642885.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642885.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642885", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", + "@type": "sc:Canvas", + "label": "THE SHERWOOD FORESTERS pg. 6", + "height": 7339, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642886.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642886.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642886", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7339, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7339, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json", + "@type": "sc:Canvas", + "label": "ELEVENTH BATTALION pg. 7", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642887.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642887.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642887", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", + "@type": "sc:Canvas", + "label": "LOYAL N. LANCASHIRE REGT. pg. 8", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642888.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642888.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642888", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json", + "@type": "sc:Canvas", + "label": "LOYAL N. LANCASHIRE REGT. pg. 9", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642889.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642889.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642889", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json", + "@type": "sc:Canvas", + "label": "LOYAL N. LANCASHIRE REGT. pg. 10", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642890.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642890.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642890", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", + "@type": "sc:Canvas", + "label": "NORTHAMPTONSHIRE REGIMT. pg. 11", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642891.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642891.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642891", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json", + "@type": "sc:Canvas", + "label": "ROYAL BERKSHIRE REGIMENT. pg. 12", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642892.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642892.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642892", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", + "@type": "sc:Canvas", + "label": "THE QUEEN'S OWN (ROYAL W. KENT R.) pg. 13", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642893.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642893.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642893", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json", + "@type": "sc:Canvas", + "label": "THE QUEEN'S OWN pg. 14", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642894.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642894.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642894", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", + "@type": "sc:Canvas", + "label": "ELEVENTH BATTALION pg. 15", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642895.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642895.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642895", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json", + "@type": "sc:Canvas", + "label": "THE KING'S OWN YORKSHIRE L.I. pg. 16", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642896.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642896.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642896", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json", + "@type": "sc:Canvas", + "label": "THE KING'S OWN YORKSHIRE L.I. pg. 17", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642897.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642897.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642897", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", + "@type": "sc:Canvas", + "label": "SECOND GARRISON BATTN. pg. 18", + "height": 7319, + "width": 4885, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642898.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642898.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642898", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7319, + "width": 4885, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7319, + "width": 4885 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642899.json", + "@type": "sc:Canvas", + "label": "THE KING'S SHROPSHIRE L.I. pg. 19", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642899.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642899.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642899", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642899.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642900.json", + "@type": "sc:Canvas", + "label": "THE KING'S SHROPSHIRE L.I. pg. 20", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642900.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642900.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642900", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642900.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json", + "@type": "sc:Canvas", + "label": "THE KING'S SHROPSHIRE L.I. pg. 21", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642901.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642901.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642901", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json", + "@type": "sc:Canvas", + "label": "THE KING'S SHROPSHIRE L.I. pg. 22", + "height": 7308, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642902.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642902.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642902", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642903.json", + "@type": "sc:Canvas", + "label": "THE KING'S SHROPSHIRE L.I. pg. 23", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642903.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642903.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642903", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642903.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642904.json", + "@type": "sc:Canvas", + "label": "THE KING'S SHROPSHIRE L.I. pg. 24", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642904.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642904.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642904", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642904.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642905.json", + "@type": "sc:Canvas", + "label": "THE KING'S SHROPSHIRE L.I. pg. 25", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642905.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642905.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642905", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642905.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642906.json", + "@type": "sc:Canvas", + "label": "THE KING'S SHROPSHIRE L.I. pg. 26", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642906.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642906.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642906", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642906.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642907.json", + "@type": "sc:Canvas", + "label": "THE KING'S SHROPSHIRE L.I. pg. 27", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642907.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642907.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642907", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642907.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642908.json", + "@type": "sc:Canvas", + "label": "THE KING'S SHROPSHIRE L.I. pg. 28", + "height": 7297, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642908.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642908.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642908", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7297, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7297, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642908.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json", + "@type": "sc:Canvas", + "label": "NINTH BATTALION pg. 29", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642909.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642909.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642909", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", + "@type": "sc:Canvas", + "label": "THE MIDDLESEX REGIMENT pg. 30", + "height": 7299, + "width": 4899, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642910.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642910.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642910", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7299, + "width": 4899, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7299, + "width": 4899 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", + "@type": "sc:Canvas", + "label": "THE MIDDLESEX REGIMENT pg. 31", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642911.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642911.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642911", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", + "@type": "sc:Canvas", + "label": "TWENTY-FIRST BATTALION pg. 32", + "height": 7301, + "width": 4873, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642912.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642912.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642912", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7301, + "width": 4873, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7301, + "width": 4873 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json", + "@type": "sc:Canvas", + "label": "THE KING'S ROYAL RIFLE CORPS pg. 33", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642913.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642913.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642913", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json", + "@type": "sc:Canvas", + "label": "THE KING'S ROYAL RIFLE CORPS pg. 34", + "height": 7321, + "width": 4886, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642914.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642914.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642914", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7321, + "width": 4886, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7321, + "width": 4886 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json", + "@type": "sc:Canvas", + "label": "THE KING'S ROYAL RIFLE CORPS pg. 35", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642915.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642915.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642915", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json", + "@type": "sc:Canvas", + "label": "THE KING'S ROYAL RIFLE CORPS pg. 36", + "height": 7286, + "width": 4863, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642916.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642916.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642916", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7286, + "width": 4863, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7286, + "width": 4863 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", + "@type": "sc:Canvas", + "label": "TWENTY-FIRST BATTALION pg. 37", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642917.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642917.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642917", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json", + "@type": "sc:Canvas", + "label": "THE WILTSHIRE REGIMENT pg. 38", + "height": 7307, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642918.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642918.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642918", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7307, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7307, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", + "@type": "sc:Canvas", + "label": "SEVENTH BATTALION pg. 39", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642919.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642919.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642919", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", + "@type": "sc:Canvas", + "label": "THE MANCHESTER REGIMENT pg. 40", + "height": 7306, + "width": 4876, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642920.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642920.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642920", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7306, + "width": 4876, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7306, + "width": 4876 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", + "@type": "sc:Canvas", + "label": "THE MANCHESTER REGIMENT pg. 41", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642921.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642921.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642921", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", + "@type": "sc:Canvas", + "label": "THE MANCHESTER REGIMENT pg. 42", + "height": 7308, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642922.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642922.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642922", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", + "@type": "sc:Canvas", + "label": "THE MANCHESTER REGIMENT pg. 43", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642923.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642923.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642923", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", + "@type": "sc:Canvas", + "label": "FIRST TENTH BATTALION pg. 44", + "height": 7312, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642924.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642924.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642924", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7312, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7312, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", + "@type": "sc:Canvas", + "label": "THE N. STAFFORDSHIRE REGT. pg. 45", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642925.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642925.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642925", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", + "@type": "sc:Canvas", + "label": "YORK &amp; LANCASTER REGIMENT pg. 46", + "height": 7285, + "width": 4862, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642926.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642926.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642926", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7285, + "width": 4862, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7285, + "width": 4862 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", + "@type": "sc:Canvas", + "label": "THE YORK &amp; LANCASTER REGT. pg. 47", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642927.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642927.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642927", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json", + "@type": "sc:Canvas", + "label": "TWELFTH (SERVICE) (SHEFFIELD) BATTALION pg. 48", + "height": 7302, + "width": 4873, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642928.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642928.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642928", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7302, + "width": 4873, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7302, + "width": 4873 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", + "@type": "sc:Canvas", + "label": "THE DURHAM L.I. pg. 49", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642929.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642929.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642929", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", + "@type": "sc:Canvas", + "label": "FOURTEENTH BATTALION pg. 50", + "height": 7301, + "width": 4873, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642930.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642930.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642930", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7301, + "width": 4873, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7301, + "width": 4873 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", + "@type": "sc:Canvas", + "label": "NINTH (GLASGOW HIGHLAND)BATTALION pg. 51", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642931.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642931.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642931", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", + "@type": "sc:Canvas", + "label": "THE SEAFORTH HIGHLANDERS pg. 52", + "height": 7288, + "width": 4864, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642932.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642932.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642932", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7288, + "width": 4864, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7288, + "width": 4864 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", + "@type": "sc:Canvas", + "label": "GORDON HIGHLNDRS pg. 53", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642933.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642933.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642933", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", + "@type": "sc:Canvas", + "label": "SECOND BATTALION pg. 54", + "height": 7314, + "width": 4881, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642934.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642934.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642934", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7314, + "width": 4881, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7314, + "width": 4881 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json", + "@type": "sc:Canvas", + "label": "THE ROYAL IRISH RIFLES pg. 55", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642935.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642935.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642935", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", + "@type": "sc:Canvas", + "label": "FOURTEENTH BATTALION pg. 56", + "height": 7309, + "width": 4878, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642936.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642936.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642936", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7309, + "width": 4878, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7309, + "width": 4878 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", + "@type": "sc:Canvas", + "label": "SEVENTH BATTALION pg. 57", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642937.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642937.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642937", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", + "@type": "sc:Canvas", + "label": "SIXTH BATTALION pg. 58", + "height": 7311, + "width": 4879, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642938.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642938.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642938", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7311, + "width": 4879, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7311, + "width": 4879 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json", + "@type": "sc:Canvas", + "label": "THE PRINCE OF WALES'S LEINSTER REGIMT. pg. 59", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642939.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642939.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642939", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json", + "@type": "sc:Canvas", + "label": "ROYAL MUNSTER FUSILIERS pg. 60", + "height": 7328, + "width": 4891, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642940.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642940.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642940", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7328, + "width": 4891, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7328, + "width": 4891 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json", + "@type": "sc:Canvas", + "label": "ROYAL MUNSTER FUSILIERS pg. 61", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642941.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642941.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642941", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json", + "@type": "sc:Canvas", + "label": "NINTH BATTALION pg. 62", + "height": 7309, + "width": 4878, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642942.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642942.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642942", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7309, + "width": 4878, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7309, + "width": 4878 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", + "@type": "sc:Canvas", + "label": "SEVENTH BATTALION pg. 63", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642943.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642943.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642943", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json", + "@type": "sc:Canvas", + "label": "THE RIFLE BRIGADE pg. 64", + "height": 7307, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642944.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642944.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642944", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7307, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7307, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json", + "@type": "sc:Canvas", + "label": "THE RIFLE BRIGADE pg. 65", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642945.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642945.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642945", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json", + "@type": "sc:Canvas", + "label": "THE RIFLE BRIGADE pg. 66", + "height": 7301, + "width": 4873, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642946.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642946.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642946", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7301, + "width": 4873, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7301, + "width": 4873 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642947.json", + "@type": "sc:Canvas", + "label": "THE RIFLE BRIGADE pg. 67", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642947.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642947.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642947", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642947.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642948.json", + "@type": "sc:Canvas", + "label": "THE RIFLE BRIGADE pg. 68", + "height": 7306, + "width": 4876, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642948.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642948.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642948", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7306, + "width": 4876, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7306, + "width": 4876 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642948.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", + "@type": "sc:Canvas", + "label": "THE RIFLE BRIGADE pg. 69", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642949.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642949.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642949", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", + "@type": "sc:Canvas", + "label": "TWENTY-SECOND (WESSEX &amp; WELSH) BATTALION pg. 70", + "height": 7317, + "width": 4883, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642950.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642950.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642950", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7317, + "width": 4883, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7317, + "width": 4883 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642951.json", + "@type": "sc:Canvas", + "label": "MACHINE GUN CORPS pg. 71", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642951.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642951.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642951", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642951.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642952.json", + "@type": "sc:Canvas", + "label": "MACHINE GUN CORPS pg. 72", + "height": 7315, + "width": 4882, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642952.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642952.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642952", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7315, + "width": 4882, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7315, + "width": 4882 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642952.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642953.json", + "@type": "sc:Canvas", + "label": "MACHINE GUN CORPS pg. 73", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642953.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642953.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642953", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642953.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642954.json", + "@type": "sc:Canvas", + "label": "MACHINE GUN CORPS pg. 74", + "height": 7303, + "width": 4874, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642954.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642954.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642954", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7303, + "width": 4874, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7303, + "width": 4874 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642954.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642955.json", + "@type": "sc:Canvas", + "label": "MACHINE GUN CORPS pg. 75", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642955.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642955.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642955", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642955.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642956.json", + "@type": "sc:Canvas", + "label": "MACHINE GUN CORPS pg. 76", + "height": 7327, + "width": 4890, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642956.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642956.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642956", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7327, + "width": 4890, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7327, + "width": 4890 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642956.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642957.json", + "@type": "sc:Canvas", + "label": "MACHINE GUN CORPS pg. 77", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642957.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642957.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642957", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642957.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642958.json", + "@type": "sc:Canvas", + "label": "MACHINE GUN CORPS pg. 78", + "height": 7318, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642958.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642958.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642958", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642958.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642959.json", + "@type": "sc:Canvas", + "label": "MACHINE GUN CORPS pg. 79", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642959.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642959.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642959", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642959.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642960.json", + "@type": "sc:Canvas", + "label": "MACHINE GUN CORPS pg. 80", + "height": 7319, + "width": 4885, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642960.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642960.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642960", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7319, + "width": 4885, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7319, + "width": 4885 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642960.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642961.json", + "@type": "sc:Canvas", + "label": "MACHINE GUN CORPS pg. 81", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642961.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642961.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642961", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642961.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json", + "@type": "sc:Canvas", + "label": "MACHINE GUN CORPS pg. 82", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642962.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642962.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642962", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json", + "@type": "sc:Canvas", + "label": "MOTOR BRANCH pg. 83", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642963.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642963.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642963", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json", + "@type": "sc:Canvas", + "label": "LONDON REGIMT. pg. 84", + "height": 7304, + "width": 4887, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642964.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642964.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642964", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4887, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4887 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json", + "@type": "sc:Canvas", + "label": "THE LONDON REGIMENT pg. 85", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642965.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642965.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642965", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json", + "@type": "sc:Canvas", + "label": "THE LONDON REGIMENT pg. 86", + "height": 7312, + "width": 4899, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642966.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642966.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642966", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7312, + "width": 4899, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7312, + "width": 4899 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642967.json", + "@type": "sc:Canvas", + "label": "THE LONDON REGIMENT pg. 87", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642967.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642967.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642967", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642967.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", + "@type": "sc:Canvas", + "label": "THE LONDON REGIMENT pg. 88", + "height": 7324, + "width": 4888, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642968.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642968.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642968", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7324, + "width": 4888, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7324, + "width": 4888 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", + "@type": "sc:Canvas", + "label": "THE LONDON REGIMENT pg. 89", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642969.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642969.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642969", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642970.json", + "@type": "sc:Canvas", + "label": "MONMOUTHSHIRE REGIMENT pg. 90", + "height": 7336, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642970.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642970.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642970", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642970.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 91", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642971.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642971.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642971", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642972.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 92", + "height": 7307, + "width": 4886, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642972.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642972.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642972", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7307, + "width": 4886, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7307, + "width": 4886 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642972.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642973.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 93", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642973.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642973.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642973", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642973.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642974.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 94", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642974.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642974.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642974", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642974.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642975.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 95", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642975.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642975.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642975", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642975.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642976.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 96", + "height": 7332, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642976.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642976.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642976", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7332, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7332, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642976.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642977.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 97", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642977.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642977.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642977", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642977.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642978.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 98", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642978.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642978.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642978", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642978.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642979.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 99", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642979.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642979.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642979", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642979.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642980.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 100", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642980.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642980.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642980", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642980.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642981.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 101", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642981.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642981.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642981", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642981.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642982.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 102", + "height": 7304, + "width": 4875, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642982.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642982.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642982", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4875, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4875 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642982.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642983.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 103", + "height": 7360, + "width": 4849, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642983.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642983.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642983", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4849, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4849 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642983.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642984.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 104", + "height": 7307, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642984.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642984.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642984", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7307, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7307, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642984.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642985.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 105", + "height": 7360, + "width": 4870, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642985.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642985.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642985", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4870, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4870 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642985.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642986.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 106", + "height": 7291, + "width": 4866, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642986.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642986.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642986", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7291, + "width": 4866, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7291, + "width": 4866 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642986.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642987.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 107", + "height": 7360, + "width": 4884, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642987.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642987.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642987", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4884, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4884 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642987.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642988.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 108", + "height": 7336, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642988.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642988.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642988", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7336, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7336, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642988.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642989.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 109", + "height": 7360, + "width": 4891, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642989.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642989.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642989", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4891, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4891 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642989.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642990.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 110", + "height": 7323, + "width": 4897, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642990.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642990.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642990", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7323, + "width": 4897, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7323, + "width": 4897 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642990.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642991.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 111", + "height": 7317, + "width": 4883, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642991.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642991.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642991", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7317, + "width": 4883, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7317, + "width": 4883 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642991.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642992.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 112", + "height": 7303, + "width": 4874, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642992.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642992.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642992", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7303, + "width": 4874, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7303, + "width": 4874 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642992.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642993.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 113", + "height": 7360, + "width": 4898, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642993.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642993.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642993", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4898, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4898 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642993.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642994.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 114", + "height": 7309, + "width": 4878, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642994.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642994.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642994", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7309, + "width": 4878, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7309, + "width": 4878 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642994.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642995.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 115", + "height": 7360, + "width": 4888, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642995.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642995.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642995", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4888, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4888 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642995.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642996.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 116", + "height": 7298, + "width": 4871, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642996.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642996.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642996", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7298, + "width": 4871, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7298, + "width": 4871 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642996.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642997.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 117", + "height": 7360, + "width": 4888, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642997.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642997.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642997", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4888, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4888 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642997.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642998.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 118", + "height": 7305, + "width": 4885, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642998.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642998.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642998", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7305, + "width": 4885, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7305, + "width": 4885 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642998.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642999.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 119", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4642999.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4642999.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4642999", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642999.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643000.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 120", + "height": 7298, + "width": 4871, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643000.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643000.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643000", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7298, + "width": 4871, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7298, + "width": 4871 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643000.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643001.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 121", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643001.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643001.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643001", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643001.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643002.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 122", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643002.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643002.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643002", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643002.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643003.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 123", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643003.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643003.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643003", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643003.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643004.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 124", + "height": 7306, + "width": 4885, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643004.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643004.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643004", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7306, + "width": 4885, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7306, + "width": 4885 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643004.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643005.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 125", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643005.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643005.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643005", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643005.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643006.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 126", + "height": 7326, + "width": 4889, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643006.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643006.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643006", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7326, + "width": 4889, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7326, + "width": 4889 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643006.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643007.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 127", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643007.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643007.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643007", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643007.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643008.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 128", + "height": 7315, + "width": 4882, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643008.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643008.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643008", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7315, + "width": 4882, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7315, + "width": 4882 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643008.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643009.json", + "@type": "sc:Canvas", + "label": "THE MONMOUTHSHIRE REGIMENT pg. 129", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643009.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643009.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643009", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643009.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json", + "@type": "sc:Canvas", + "label": "CAMBRIDGESHIRE REGIMENT pg. 130", + "height": 7327, + "width": 4890, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643010.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643010.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643010", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7327, + "width": 4890, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7327, + "width": 4890 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json", + "@type": "sc:Canvas", + "label": "HEREFORDSHIRE REGIMENT pg. 131", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643011.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643011.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643011", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json", + "@type": "sc:Canvas", + "label": "SECOND BATTALION pg. 132", + "height": 7266, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643012.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643012.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643012", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7266, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7266, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643013.json", + "@type": "sc:Canvas", + "label": "SOUTH MIDLAND CYCLIST DIVISIONAL COMPANY pg. 133", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643013.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643013.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643013", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643013.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643014.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY SERVICE CORPS pg. 134", + "height": 7308, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643014.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643014.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643014", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643014.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643015.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY SERVICE CORPS pg. 135", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643015.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643015.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643015", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643015.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643016.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY SERVICE CORPS pg. 136", + "height": 7290, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643016.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643016.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643016", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7290, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7290, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643016.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643017.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY SERVICE CORPS pg. 137", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643017.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643017.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643017", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643017.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643018.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY SERVICE CORPS pg. 138", + "height": 7290, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643018.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643018.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643018", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7290, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7290, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643018.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643019.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY SERVICE CORPS pg. 139", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643019.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643019.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643019", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643019.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643020.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY SERVICE CORPS pg. 140", + "height": 7280, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643020.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643020.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643020", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7280, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7280, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643020.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643021.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY SERVICE CORPS pg. 141", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643021.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643021.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643021", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643021.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643022.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY MEDICAL CORPS pg. 142", + "height": 7294, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643022.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643022.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643022", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7294, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7294, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643022.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643023.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY MEDICAL CORPS pg. 143", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643023.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643023.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643023", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643023.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643024.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY MEDICAL CORPS pg. 144", + "height": 7304, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643024.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643024.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643024", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643024.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643025.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY MEDICAL CORPS pg. 145", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643025.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643025.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643025", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643025.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643026.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY MEDICAL CORPS pg. 146", + "height": 7318, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643026.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643026.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643026", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7318, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7318, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643026.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643027.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY MEDICAL CORPS pg. 147", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643027.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643027.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643027", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643027.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643028.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY MEDICAL CORPS pg. 148", + "height": 7301, + "width": 4889, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643028.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643028.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643028", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7301, + "width": 4889, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7301, + "width": 4889 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643028.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643029.json", + "@type": "sc:Canvas", + "label": "LABOUR CORPS pg. 149", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643029.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643029.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643029", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643029.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643030.json", + "@type": "sc:Canvas", + "label": "LABOUR CORPS pg. 150", + "height": 7294, + "width": 4891, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643030.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643030.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643030", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7294, + "width": 4891, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7294, + "width": 4891 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643030.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643031.json", + "@type": "sc:Canvas", + "label": "LABOUR CORPS pg. 151", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643031.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643031.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643031", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643031.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643032.json", + "@type": "sc:Canvas", + "label": "LABOUR CORPS pg. 152", + "height": 7281, + "width": 4869, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643032.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643032.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643032", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7281, + "width": 4869, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7281, + "width": 4869 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643032.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643033.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY ORDNANCE CORPS pg. 153", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643033.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643033.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643033", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643033.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json", + "@type": "sc:Canvas", + "label": "ROYAL ARMY PAY CORPS pg. 154", + "height": 7314, + "width": 4881, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643034.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643034.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643034", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7314, + "width": 4881, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7314, + "width": 4881 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json", + "@type": "sc:Canvas", + "label": "MILITARY PROVOST STAFF CORPS pg. 155", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643035.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643035.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643035", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643036.json", + "@type": "sc:Canvas", + "label": "SAINT JOHN AMBULANCE BRIGADE pg. 156", + "height": 7287, + "width": 4873, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643036.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643036.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643036", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7287, + "width": 4873, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7287, + "width": 4873 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643036.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643037.json", + "@type": "sc:Canvas", + "label": "SAINT JOHN AMBULANCE BRIGADE (pg. 157)", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643037.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643037.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643037", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643037.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643038.json", + "@type": "sc:Canvas", + "label": "Blank page (verso of SAINT JOHN AMBULANCE BRIGADE (pg. 157))", + "height": 7319, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643038.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643038.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643038", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7319, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7319, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643038.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643039.json", + "@type": "sc:Canvas", + "label": "Blank page (recto of NEWFOUNDLAND CONTINGENT)", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643039.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643039.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643039", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643039.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643040.json", + "@type": "sc:Canvas", + "label": "NEWFOUNDLAND CONTINGENT", + "height": 7306, + "width": 4876, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643040.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643040.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643040", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7306, + "width": 4876, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7306, + "width": 4876 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643040.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643041.json", + "@type": "sc:Canvas", + "label": "CANADIAN EXPEDITIONARY FORCE SERVICE IN FRANCE pg. 1", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643041.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643041.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643041", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643041.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643042.json", + "@type": "sc:Canvas", + "label": "CANADIAN EXPD. FORCE pg. 2", + "height": 7292, + "width": 4867, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643042.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643042.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643042", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7292, + "width": 4867, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7292, + "width": 4867 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643042.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643043.json", + "@type": "sc:Canvas", + "label": "CANADIAN EXPD. FORCE pg. 3", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643043.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643043.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643043", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643043.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643044.json", + "@type": "sc:Canvas", + "label": "CANADIAN EXPD. FORCE pg. 4", + "height": 7309, + "width": 4878, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643044.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643044.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643044", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7309, + "width": 4878, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7309, + "width": 4878 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643044.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643045.json", + "@type": "sc:Canvas", + "label": "CANADIAN EXPD. FORCE pg. 5", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643045.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643045.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643045", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643045.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643046.json", + "@type": "sc:Canvas", + "label": "CANADIAN EXPD. FORCE pg. 6", + "height": 7325, + "width": 4889, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643046.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643046.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643046", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4889, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4889 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643046.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643047.json", + "@type": "sc:Canvas", + "label": "CANADIAN EXPD. FORCE pg. 7", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643047.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643047.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643047", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643047.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643048.json", + "@type": "sc:Canvas", + "label": "CANADIAN EXPD. FORCE pg. 8", + "height": 7319, + "width": 4885, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643048.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643048.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643048", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7319, + "width": 4885, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7319, + "width": 4885 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643048.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643049.json", + "@type": "sc:Canvas", + "label": "CANADIAN EXPD. FORCE pg. 9", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643049.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643049.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643049", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643049.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643050.json", + "@type": "sc:Canvas", + "label": "CANADIAN EXPD. FORCE pg. 10", + "height": 7316, + "width": 4883, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643050.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643050.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643050", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7316, + "width": 4883, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7316, + "width": 4883 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643050.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643051.json", + "@type": "sc:Canvas", + "label": "CANADIAN EXPD. FORCE pg. 11", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643051.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643051.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643051", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643051.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643052.json", + "@type": "sc:Canvas", + "label": "CANADIAN EXPD. FORCE pg. 12", + "height": 7304, + "width": 4875, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643052.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643052.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643052", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4875, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4875 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643052.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643053.json", + "@type": "sc:Canvas", + "label": "CANADIAN EXPD. FORCE pg. 13", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643053.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643053.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643053", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643053.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643054.json", + "@type": "sc:Canvas", + "label": "CANADIAN EXPD. FORCE pg. 14", + "height": 7280, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643054.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643054.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643054", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7280, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7280, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643054.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643055.json", + "@type": "sc:Canvas", + "label": "INDIAN ARMY pg. 1", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643055.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643055.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643055", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643055.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643056.json", + "@type": "sc:Canvas", + "label": "Blank page pg. 2", + "height": 7263, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643056.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643056.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643056", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7263, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7263, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643056.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643057.json", + "@type": "sc:Canvas", + "label": "NEW ZEALAND EXPEDITIONARY FORCE pg. 3", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643057.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643057.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643057", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643057.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643058.json", + "@type": "sc:Canvas", + "label": "SOUTHERN RHODESIA FORCES pg. 4", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643058.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643058.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643058", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643058.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643059.json", + "@type": "sc:Canvas", + "label": "Blank page pg. 5", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643059.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643059.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643059", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643059.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643060.json", + "@type": "sc:Canvas", + "label": "Blank page pg. 6", + "height": 7299, + "width": 4881, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643060.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643060.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643060", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7299, + "width": 4881, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7299, + "width": 4881 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643060.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643061.json", + "@type": "sc:Canvas", + "label": "BRITISH MERCANTILE MARINE pg. 7", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643061.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643061.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643061", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643061.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643062.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 8", + "height": 7314, + "width": 4882, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643062.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643062.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643062", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7314, + "width": 4882, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7314, + "width": 4882 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643062.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643063.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 9", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643063.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643063.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643063", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643063.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643064.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 10", + "height": 7302, + "width": 4873, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643064.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643064.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643064", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7302, + "width": 4873, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7302, + "width": 4873 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643064.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643065.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 11", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643065.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643065.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643065", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643065.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643066.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 12", + "height": 7323, + "width": 4887, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643066.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643066.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643066", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7323, + "width": 4887, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7323, + "width": 4887 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643066.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643067.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 13", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643067.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643067.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643067", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643067.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643068.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 14", + "height": 7325, + "width": 4889, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643068.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643068.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643068", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7325, + "width": 4889, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7325, + "width": 4889 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643068.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643069.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 15", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643069.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643069.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643069", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643069.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643070.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 16", + "height": 7319, + "width": 4885, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643070.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643070.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643070", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7319, + "width": 4885, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7319, + "width": 4885 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643070.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643071.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 17", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643071.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643071.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643071", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643071.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643072.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 18", + "height": 7313, + "width": 4881, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643072.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643072.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643072", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7313, + "width": 4881, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7313, + "width": 4881 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643072.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643073.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 19", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643073.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643073.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643073", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643073.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643074.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 20", + "height": 7296, + "width": 4869, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643074.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643074.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643074", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7296, + "width": 4869, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7296, + "width": 4869 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643074.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643075.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 21", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643075.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643075.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643075", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643075.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643076.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 22", + "height": 7308, + "width": 4877, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643076.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643076.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643076", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7308, + "width": 4877, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7308, + "width": 4877 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643076.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643077.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 23", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643077.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643077.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643077", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643077.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643078.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 24", + "height": 7302, + "width": 4873, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643078.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643078.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643078", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7302, + "width": 4873, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7302, + "width": 4873 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643078.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643079.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 25", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643079.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643079.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643079", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643079.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643080.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 26", + "height": 7304, + "width": 4875, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643080.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643080.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643080", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7304, + "width": 4875, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7304, + "width": 4875 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643080.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643081.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 27", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643081.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643081.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643081", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643081.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643082.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 28", + "height": 7306, + "width": 4899, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643082.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643082.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643082", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7306, + "width": 4899, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7306, + "width": 4899 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643082.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643083.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 29", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643083.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643083.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643083", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643083.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643084.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 30", + "height": 7262, + "width": 4888, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643084.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643084.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643084", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7262, + "width": 4888, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7262, + "width": 4888 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643084.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643085.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 31", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643085.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643085.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643085", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643085.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643086.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 32", + "height": 7299, + "width": 4881, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643086.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643086.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643086", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7299, + "width": 4881, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7299, + "width": 4881 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643086.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643087.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 33", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643087.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643087.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643087", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643087.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643088.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 34", + "height": 7290, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643088.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643088.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643088", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7290, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7290, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643088.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643089.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 35", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643089.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643089.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643089", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643089.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643090.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 36", + "height": 7284, + "width": 4880, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643090.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643090.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643090", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7284, + "width": 4880, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7284, + "width": 4880 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643090.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643091.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 37", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643091.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643091.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643091", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643091.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643092.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 38", + "height": 7276, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643092.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643092.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643092", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7276, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7276, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643092.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643093.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 39", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643093.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643093.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643093", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643093.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643094.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 40", + "height": 7283, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643094.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643094.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643094", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7283, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7283, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643094.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643095.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 41", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643095.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643095.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643095", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643095.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643096.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 42", + "height": 7319, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643096.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643096.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643096", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7319, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7319, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643096.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643097.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 43", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643097.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643097.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643097", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643097.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643098.json", + "@type": "sc:Canvas", + "label": "BRIT. MERC. MARINE pg. 44", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643098.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643098.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643098", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643098.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643099.json", + "@type": "sc:Canvas", + "label": "Blank page", + "height": 7360, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643099.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643099.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643099", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7360, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7360, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643099.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643100.json", + "@type": "sc:Canvas", + "label": "&quot;The work of&quot;", + "height": 7322, + "width": 4912, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643100.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643100.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643100", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7322, + "width": 4912, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7322, + "width": 4912 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643100.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643101.json", + "@type": "sc:Canvas", + "label": "Inside back cover", + "height": 7177, + "width": 4735, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643101.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643101.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643101", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7177, + "width": 4735, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7177, + "width": 4735 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643101.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643102.json", + "@type": "sc:Canvas", + "label": "Back cover", + "height": 7119, + "width": 4809, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643102.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643102.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643102", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 7119, + "width": 4809, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 7119, + "width": 4809 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643102.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643103.json", + "@type": "sc:Canvas", + "label": "spine", + "height": 6463, + "width": 1765, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643103.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643103.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643103", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 6463, + "width": 1765, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 6463, + "width": 1765 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643103.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643104.json", + "@type": "sc:Canvas", + "label": "general view closed", + "height": 4912, + "width": 7260, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643104.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643104.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643104", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 4912, + "width": 7260, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 4912, + "width": 7260 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643104.json" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643105.json", + "@type": "sc:Canvas", + "label": "general view open", + "height": 4912, + "width": 7360, + "images": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/annotation/4643105.json", + "@type": "oa:Annotation", + "motivation": "sc:painting", + "resource": { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/res/4643105.jpg", + "@type": "dctypes:Image", + "format": "image/jpeg", + "service": { + "@context": "http://iiif.io/api/image/2/context.json", + "@id": "http://dams.llgc.org.uk/iiif/2.0/image/4643105", + "profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1", + "height": 4912, + "width": 7360, + "tiles": [ + { + "width": 256, + "height": 256, + "scaleFactors": [ + 1, + 2, + 4, + 8, + 16, + 32 + ] + } + ] + }, + "height": 4912, + "width": 7360 + }, + "on": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643105.json" + } + ] + } + ] + } + ], + "structures": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "@type": "sc:Range", + "label": "Table of Contents", + "viewingHint": "top", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/30", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/76", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/83", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/86", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/87", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/89", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/90", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/91", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/92", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/93", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/94", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/95", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/96", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/97", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/99", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/101", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/102", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/103", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/104", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/105", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/106", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/107" + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/0", + "@type": "sc:Range", + "label": "Front matter", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642023.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642024.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642025.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642026.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642027.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642028.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642023.json", + "@type": "sc:Canvas", + "label": "FC" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642024.json", + "@type": "sc:Canvas", + "label": "IFC" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642025.json", + "@type": "sc:Canvas", + "label": "Er Cof" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642026.json", + "@type": "sc:Canvas", + "label": "Front matter - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642027.json", + "@type": "sc:Canvas", + "label": "Dedication" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642028.json", + "@type": "sc:Canvas", + "label": "Front matter - pg. 6" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/1", + "@type": "sc:Range", + "label": "Royal Navy", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/1-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/1-1" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/1-0", + "@type": "sc:Range", + "label": "Officers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/1-1", + "@type": "sc:Range", + "label": "Personnel" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/1-0", + "@type": "sc:Range", + "label": "Officers", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/1", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642029.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642030.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642031.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642032.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642033.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642034.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642029.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642030.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642031.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642032.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642033.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642034.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 6" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/1-1", + "@type": "sc:Range", + "label": "Personnel", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/1", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642034.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642035.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642036.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642037.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642038.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642039.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642040.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642041.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642042.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642043.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642044.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642045.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642046.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642047.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642048.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642049.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642050.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642051.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642052.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642053.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642054.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642055.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642056.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642057.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642058.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642059.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642060.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642061.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642062.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642063.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642064.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642065.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642066.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642067.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642068.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642069.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642070.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642071.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642072.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642073.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642074.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642075.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642076.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642077.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642078.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642079.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642080.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642081.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642082.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642034.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642035.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642036.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642037.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642038.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642039.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642040.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642041.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642042.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642043.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642044.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642045.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642046.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642047.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642048.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642049.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 16" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642050.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 17" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642051.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 18" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642052.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 19" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642053.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 20" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642054.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 21" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642055.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 22" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642056.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 23" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642057.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 24" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642058.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 25" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642059.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 26" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642060.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 27" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642061.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 28" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642062.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 29" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642063.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 30" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642064.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 31" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642065.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 32" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642066.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 33" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642067.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 34" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642068.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 35" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642069.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 36" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642070.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 37" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642071.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 38" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642072.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 39" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642073.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 40" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642074.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 41" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642075.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 42" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642076.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 43" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642077.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 44" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642078.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 45" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642079.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 46" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642080.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 47" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642081.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 48" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642082.json", + "@type": "sc:Canvas", + "label": "Personnel - pg. 49" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2", + "@type": "sc:Range", + "label": "Royal Flying Corps", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2-2" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2-0", + "@type": "sc:Range", + "label": "Officers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2-1", + "@type": "sc:Range", + "label": "Territorial Officers Attached to Royal Flying Corps" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2-2", + "@type": "sc:Range", + "label": "Airmen" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2-0", + "@type": "sc:Range", + "label": "Officers", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642083.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642084.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642083.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642084.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2-1", + "@type": "sc:Range", + "label": "Territorial Officers Attached to Royal Flying Corps", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642084.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642085.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642084.json", + "@type": "sc:Canvas", + "label": "Territorial Officers Attached to Royal Flying Corps - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642085.json", + "@type": "sc:Canvas", + "label": "Territorial Officers Attached to Royal Flying Corps - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2-2", + "@type": "sc:Range", + "label": "Airmen", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642085.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/2-2-0" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642085.json", + "@type": "sc:Canvas", + "label": "Airmen - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/3", + "@type": "sc:Range", + "label": "Royal Air Force", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/3-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/3-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/3-2" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/3-0", + "@type": "sc:Range", + "label": "Officers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/3-1", + "@type": "sc:Range", + "label": "Women's Royal Air Force" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/3-2", + "@type": "sc:Range", + "label": "Non-Commissioned Officers and Men" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/3-0", + "@type": "sc:Range", + "label": "Officers", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/3", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642086.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642087.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642088.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642086.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642087.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642088.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 3" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/3-1", + "@type": "sc:Range", + "label": "Women's Royal Air Force", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/3", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642089.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642089.json", + "@type": "sc:Canvas", + "label": "Women's Royal Air Force - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/3-2", + "@type": "sc:Range", + "label": "Non-Commissioned Officers and Men", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/3", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642089.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642090.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642089.json", + "@type": "sc:Canvas", + "label": "Non-Commissioned Officers and Men - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642090.json", + "@type": "sc:Canvas", + "label": "Non-Commissioned Officers and Men - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4", + "@type": "sc:Range", + "label": "Cavalry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0", + "@type": "sc:Range", + "label": "Household Cavalry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1", + "@type": "sc:Range", + "label": "Dragoon Guards" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2", + "@type": "sc:Range", + "label": "Corps of Lancers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3", + "@type": "sc:Range", + "label": "Special Cavalry Reserve" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4", + "@type": "sc:Range", + "label": "Corps of Hussars" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0", + "@type": "sc:Range", + "label": "Household Cavalry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0-3" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0-0", + "@type": "sc:Range", + "label": "First Life Guards" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0-1", + "@type": "sc:Range", + "label": "Second Life Guards" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0-2", + "@type": "sc:Range", + "label": "Royal Horse Guards (The Blues)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0-3", + "@type": "sc:Range", + "label": "Household Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0-0", + "@type": "sc:Range", + "label": "First Life Guards", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", + "@type": "sc:Canvas", + "label": "First Life Guards - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0-1", + "@type": "sc:Range", + "label": "Second Life Guards", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", + "@type": "sc:Canvas", + "label": "Second Life Guards - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0-2", + "@type": "sc:Range", + "label": "Royal Horse Guards (The Blues)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", + "@type": "sc:Canvas", + "label": "Royal Horse Guards (The Blues) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-0-3", + "@type": "sc:Range", + "label": "Household Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", + "@type": "sc:Canvas", + "label": "Household Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1", + "@type": "sc:Range", + "label": "Dragoon Guards", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-8" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-0", + "@type": "sc:Range", + "label": "Second Dragoon Guards (Queen's Bays)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-1", + "@type": "sc:Range", + "label": "Third Dragoon Guards (Prince of Wales' Own)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", + "@type": "sc:Canvas", + "label": "Dragoon Guards - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-3", + "@type": "sc:Range", + "label": "Fourth Dragoon Guards (Royal Irish)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-4", + "@type": "sc:Range", + "label": "Fifth Dragoon Guards (Princess Charlotte's Own)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-5", + "@type": "sc:Range", + "label": "Sixth Dragoon Guards (Carabineers)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-6", + "@type": "sc:Range", + "label": "Seventh Dragoon Guards (Princess Royal's)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-7", + "@type": "sc:Range", + "label": "First Royal Dragoons" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-8", + "@type": "sc:Range", + "label": "Sixth Dragoons (Inniskilling)" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-0", + "@type": "sc:Range", + "label": "Second Dragoon Guards (Queen's Bays)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", + "@type": "sc:Canvas", + "label": "Second Dragoon Guards (Queen's Bays) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-1", + "@type": "sc:Range", + "label": "Third Dragoon Guards (Prince of Wales' Own)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642091.json", + "@type": "sc:Canvas", + "label": "Third Dragoon Guards (Prince of Wales' Own) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-3", + "@type": "sc:Range", + "label": "Fourth Dragoon Guards (Royal Irish)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", + "@type": "sc:Canvas", + "label": "Fourth Dragoon Guards (Royal Irish) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-4", + "@type": "sc:Range", + "label": "Fifth Dragoon Guards (Princess Charlotte's Own)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", + "@type": "sc:Canvas", + "label": "Fifth Dragoon Guards (Princess Charlotte's Own) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-5", + "@type": "sc:Range", + "label": "Sixth Dragoon Guards (Carabineers)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", + "@type": "sc:Canvas", + "label": "Sixth Dragoon Guards (Carabineers) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-6", + "@type": "sc:Range", + "label": "Seventh Dragoon Guards (Princess Royal's)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", + "@type": "sc:Canvas", + "label": "Seventh Dragoon Guards (Princess Royal's) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-7", + "@type": "sc:Range", + "label": "First Royal Dragoons", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", + "@type": "sc:Canvas", + "label": "First Royal Dragoons - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-1-8", + "@type": "sc:Range", + "label": "Sixth Dragoons (Inniskilling)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642092.json", + "@type": "sc:Canvas", + "label": "Sixth Dragoons (Inniskilling) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", + "@type": "sc:Canvas", + "label": "Sixth Dragoons (Inniskilling) - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2", + "@type": "sc:Range", + "label": "Corps of Lancers", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-4" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-0", + "@type": "sc:Range", + "label": "Fifth Lancers (Royal Irish)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-1", + "@type": "sc:Range", + "label": "Ninth Lancers (Queen's Royal)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-2", + "@type": "sc:Range", + "label": "Sixteenth Lancers (The Queen's)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-3", + "@type": "sc:Range", + "label": "Seventeenth Lancers (Duke of Cambridge's Own)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-4", + "@type": "sc:Range", + "label": "Twenty-First Lancers (Empress of India's)" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-0", + "@type": "sc:Range", + "label": "Fifth Lancers (Royal Irish)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", + "@type": "sc:Canvas", + "label": "Fifth Lancers (Royal Irish) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-1", + "@type": "sc:Range", + "label": "Ninth Lancers (Queen's Royal)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", + "@type": "sc:Canvas", + "label": "Ninth Lancers (Queen's Royal) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-2", + "@type": "sc:Range", + "label": "Sixteenth Lancers (The Queen's)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", + "@type": "sc:Canvas", + "label": "Sixteenth Lancers (The Queen's) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-3", + "@type": "sc:Range", + "label": "Seventeenth Lancers (Duke of Cambridge's Own)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642093.json", + "@type": "sc:Canvas", + "label": "Seventeenth Lancers (Duke of Cambridge's Own) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", + "@type": "sc:Canvas", + "label": "Seventeenth Lancers (Duke of Cambridge's Own) - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-2-4", + "@type": "sc:Range", + "label": "Twenty-First Lancers (Empress of India's)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", + "@type": "sc:Canvas", + "label": "Twenty-First Lancers (Empress of India's) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3", + "@type": "sc:Range", + "label": "Special Cavalry Reserve", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-13" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-0", + "@type": "sc:Range", + "label": "First King Edward's Horse" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-1", + "@type": "sc:Range", + "label": "First Reserve Cavalry Regiment (1st & 5th Dragoon Gds.)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-2", + "@type": "sc:Range", + "label": "Second Reserve Cavalry Regiment (2nd Dragoon Gds. & 6th Dragoons)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-3", + "@type": "sc:Range", + "label": "Third Reserve Cavalry Regiment (3rd & 6th Dragoon Gds.)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-4", + "@type": "sc:Range", + "label": "Sixth Reserve Cavalry Regiment (5th & 12th Lancers)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-5", + "@type": "sc:Range", + "label": "Eighth Reserve Cavalry Regiment (16th & 17th Lancers)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-6", + "@type": "sc:Range", + "label": "Shropshire Yeomanry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-7", + "@type": "sc:Range", + "label": "Duke of Lancaster's Own Yeomanry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-8", + "@type": "sc:Range", + "label": "Berkshire Yeomanry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-9", + "@type": "sc:Range", + "label": "Montgomeryshire Yeomanry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-10", + "@type": "sc:Range", + "label": "Glamorganshire Yeomanry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-11", + "@type": "sc:Range", + "label": "Lovat's Scouts" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-12", + "@type": "sc:Range", + "label": "Scottish Horse Yeomanry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-13", + "@type": "sc:Range", + "label": "City of London Yeomanry" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-0", + "@type": "sc:Range", + "label": "First King Edward's Horse", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", + "@type": "sc:Canvas", + "label": "First King Edward's Horse - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-1", + "@type": "sc:Range", + "label": "First Reserve Cavalry Regiment (1st & 5th Dragoon Gds.)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", + "@type": "sc:Canvas", + "label": "First Reserve Cavalry Regiment (1st & 5th Dragoon Gds.) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-2", + "@type": "sc:Range", + "label": "Second Reserve Cavalry Regiment (2nd Dragoon Gds. & 6th Dragoons)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", + "@type": "sc:Canvas", + "label": "Second Reserve Cavalry Regiment (2nd Dragoon Gds. & 6th Dragoons) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-3", + "@type": "sc:Range", + "label": "Third Reserve Cavalry Regiment (3rd & 6th Dragoon Gds.)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", + "@type": "sc:Canvas", + "label": "Third Reserve Cavalry Regiment (3rd & 6th Dragoon Gds.) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-4", + "@type": "sc:Range", + "label": "Sixth Reserve Cavalry Regiment (5th & 12th Lancers)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", + "@type": "sc:Canvas", + "label": "Sixth Reserve Cavalry Regiment (5th & 12th Lancers) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-5", + "@type": "sc:Range", + "label": "Eighth Reserve Cavalry Regiment (16th & 17th Lancers)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", + "@type": "sc:Canvas", + "label": "Eighth Reserve Cavalry Regiment (16th & 17th Lancers) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-6", + "@type": "sc:Range", + "label": "Shropshire Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642094.json", + "@type": "sc:Canvas", + "label": "Shropshire Yeomanry - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", + "@type": "sc:Canvas", + "label": "Shropshire Yeomanry - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-7", + "@type": "sc:Range", + "label": "Duke of Lancaster's Own Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", + "@type": "sc:Canvas", + "label": "Duke of Lancaster's Own Yeomanry - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-8", + "@type": "sc:Range", + "label": "Berkshire Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", + "@type": "sc:Canvas", + "label": "Berkshire Yeomanry - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-9", + "@type": "sc:Range", + "label": "Montgomeryshire Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642095.json", + "@type": "sc:Canvas", + "label": "Montgomeryshire Yeomanry - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", + "@type": "sc:Canvas", + "label": "Montgomeryshire Yeomanry - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-10", + "@type": "sc:Range", + "label": "Glamorganshire Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", + "@type": "sc:Canvas", + "label": "Glamorganshire Yeomanry - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-11", + "@type": "sc:Range", + "label": "Lovat's Scouts", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", + "@type": "sc:Canvas", + "label": "Lovat's Scouts - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-12", + "@type": "sc:Range", + "label": "Scottish Horse Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642096.json", + "@type": "sc:Canvas", + "label": "Scottish Horse Yeomanry - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-3-13", + "@type": "sc:Range", + "label": "City of London Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", + "@type": "sc:Canvas", + "label": "City of London Yeomanry - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4", + "@type": "sc:Range", + "label": "Corps of Hussars", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-20", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-21", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-22", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-23", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-24" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-0", + "@type": "sc:Range", + "label": "Fourth Hussars (Queen's Own)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-1", + "@type": "sc:Range", + "label": "Seventh Hussars (Queen's Own)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-2", + "@type": "sc:Range", + "label": "Tenth Hussars (Prince of Wales' Own Royal)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-3", + "@type": "sc:Range", + "label": "Eleventh Hussars (Prince Albert's Own)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-4", + "@type": "sc:Range", + "label": "Thirteenth Hussars" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-5", + "@type": "sc:Range", + "label": "Fourteenth (King's) Hussars" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-6", + "@type": "sc:Range", + "label": "Fifteenth Hussars (The King's)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-7", + "@type": "sc:Range", + "label": "Eighteenth Hussars (Queen Mary's Own Royal)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-8", + "@type": "sc:Range", + "label": "Nineteenth Hussars (Queen Alexandra's Own Royals)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-9", + "@type": "sc:Range", + "label": "Twentieth Hussars" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-10", + "@type": "sc:Range", + "label": "Second Reserve Regiment of Cavalry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-11", + "@type": "sc:Range", + "label": "Third Reserve Regiment of Cavalry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-12", + "@type": "sc:Range", + "label": "North Irish Horse" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-13", + "@type": "sc:Range", + "label": "Royal Bucks Hussars" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-14", + "@type": "sc:Range", + "label": "Denbighshire Yeomanry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-15", + "@type": "sc:Range", + "label": "Royal Gloucestershire Hussars" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-16", + "@type": "sc:Range", + "label": "Leicestershire Yeomanry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-17", + "@type": "sc:Range", + "label": "First County of London Yeomanry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-18", + "@type": "sc:Range", + "label": "Pembroke Yeomanry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-19", + "@type": "sc:Range", + "label": "Staffordshire Yeomanry (Queen's Own Royal Regiment)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-20", + "@type": "sc:Range", + "label": "Westmorland & Cumberland Hussars" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-21", + "@type": "sc:Range", + "label": "Royal Wiltshire Hussars" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-22", + "@type": "sc:Range", + "label": "Worcestershire Yeomanry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-23", + "@type": "sc:Range", + "label": "Welsh Horse Yeomanry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-24", + "@type": "sc:Range", + "label": "Sussex Yeomanry" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-0", + "@type": "sc:Range", + "label": "Fourth Hussars (Queen's Own)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", + "@type": "sc:Canvas", + "label": "Fourth Hussars (Queen's Own) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-1", + "@type": "sc:Range", + "label": "Seventh Hussars (Queen's Own)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", + "@type": "sc:Canvas", + "label": "Seventh Hussars (Queen's Own) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-2", + "@type": "sc:Range", + "label": "Tenth Hussars (Prince of Wales' Own Royal)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", + "@type": "sc:Canvas", + "label": "Tenth Hussars (Prince of Wales' Own Royal) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-3", + "@type": "sc:Range", + "label": "Eleventh Hussars (Prince Albert's Own)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", + "@type": "sc:Canvas", + "label": "Eleventh Hussars (Prince Albert's Own) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-4", + "@type": "sc:Range", + "label": "Thirteenth Hussars", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642097.json", + "@type": "sc:Canvas", + "label": "Thirteenth Hussars - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-5", + "@type": "sc:Range", + "label": "Fourteenth (King's) Hussars", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", + "@type": "sc:Canvas", + "label": "Fourteenth (King's) Hussars - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-6", + "@type": "sc:Range", + "label": "Fifteenth Hussars (The King's)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", + "@type": "sc:Canvas", + "label": "Fifteenth Hussars (The King's) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-7", + "@type": "sc:Range", + "label": "Eighteenth Hussars (Queen Mary's Own Royal)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", + "@type": "sc:Canvas", + "label": "Eighteenth Hussars (Queen Mary's Own Royal) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-8", + "@type": "sc:Range", + "label": "Nineteenth Hussars (Queen Alexandra's Own Royals)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", + "@type": "sc:Canvas", + "label": "Nineteenth Hussars (Queen Alexandra's Own Royals) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-9", + "@type": "sc:Range", + "label": "Twentieth Hussars", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", + "@type": "sc:Canvas", + "label": "Twentieth Hussars - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-10", + "@type": "sc:Range", + "label": "Second Reserve Regiment of Cavalry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", + "@type": "sc:Canvas", + "label": "Second Reserve Regiment of Cavalry - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-11", + "@type": "sc:Range", + "label": "Third Reserve Regiment of Cavalry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642098.json", + "@type": "sc:Canvas", + "label": "Third Reserve Regiment of Cavalry - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-12", + "@type": "sc:Range", + "label": "North Irish Horse", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", + "@type": "sc:Canvas", + "label": "North Irish Horse - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-13", + "@type": "sc:Range", + "label": "Royal Bucks Hussars", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", + "@type": "sc:Canvas", + "label": "Royal Bucks Hussars - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-14", + "@type": "sc:Range", + "label": "Denbighshire Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", + "@type": "sc:Canvas", + "label": "Denbighshire Yeomanry - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-15", + "@type": "sc:Range", + "label": "Royal Gloucestershire Hussars", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642099.json", + "@type": "sc:Canvas", + "label": "Royal Gloucestershire Hussars - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", + "@type": "sc:Canvas", + "label": "Royal Gloucestershire Hussars - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-16", + "@type": "sc:Range", + "label": "Leicestershire Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", + "@type": "sc:Canvas", + "label": "Leicestershire Yeomanry - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-17", + "@type": "sc:Range", + "label": "First County of London Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", + "@type": "sc:Canvas", + "label": "First County of London Yeomanry - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-18", + "@type": "sc:Range", + "label": "Pembroke Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642100.json", + "@type": "sc:Canvas", + "label": "Pembroke Yeomanry - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", + "@type": "sc:Canvas", + "label": "Pembroke Yeomanry - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-19", + "@type": "sc:Range", + "label": "Staffordshire Yeomanry (Queen's Own Royal Regiment)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", + "@type": "sc:Canvas", + "label": "Staffordshire Yeomanry (Queen's Own Royal Regiment) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-20", + "@type": "sc:Range", + "label": "Westmorland & Cumberland Hussars", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", + "@type": "sc:Canvas", + "label": "Westmorland & Cumberland Hussars - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-21", + "@type": "sc:Range", + "label": "Royal Wiltshire Hussars", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", + "@type": "sc:Canvas", + "label": "Royal Wiltshire Hussars - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-22", + "@type": "sc:Range", + "label": "Worcestershire Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", + "@type": "sc:Canvas", + "label": "Worcestershire Yeomanry - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-23", + "@type": "sc:Range", + "label": "Welsh Horse Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", + "@type": "sc:Canvas", + "label": "Welsh Horse Yeomanry - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/4-4-24", + "@type": "sc:Range", + "label": "Sussex Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642101.json", + "@type": "sc:Canvas", + "label": "Sussex Yeomanry - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "@type": "sc:Range", + "label": "Royal Regiment of Artillery", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-12" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-0", + "@type": "sc:Range", + "label": "Royal Horse & Royal Field Artillery" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-1", + "@type": "sc:Range", + "label": "Royal Garrison Artillery" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-2", + "@type": "sc:Range", + "label": "Fourth Highland (Mountain Brigade)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-3", + "@type": "sc:Range", + "label": "Lancashire Heavy Brigade" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-4", + "@type": "sc:Range", + "label": "Welsh (Carnarvonshire)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-5", + "@type": "sc:Range", + "label": "North Midland (Staffordshire) Heavy Battery" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-6", + "@type": "sc:Range", + "label": "South Midland (Warwickshire) Heavy Battery" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-7", + "@type": "sc:Range", + "label": "London Heavy Brigade" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-8", + "@type": "sc:Range", + "label": "Dorset" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-9", + "@type": "sc:Range", + "label": "Essex and Suffolk" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-10", + "@type": "sc:Range", + "label": "Glamorgan" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-11", + "@type": "sc:Range", + "label": "Lancashire and Cheshire" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-12", + "@type": "sc:Range", + "label": "Pembrokeshire" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-0", + "@type": "sc:Range", + "label": "Royal Horse & Royal Field Artillery", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642102.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642103.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-0-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-0-3" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642102.json", + "@type": "sc:Canvas", + "label": "Royal Horse & Royal Field Artillery - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642103.json", + "@type": "sc:Canvas", + "label": "Royal Horse & Royal Field Artillery - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-0-2", + "@type": "sc:Range", + "label": "Territorial Force" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-0-3", + "@type": "sc:Range", + "label": "Territorial Force" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-0-2", + "@type": "sc:Range", + "label": "Territorial Force", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642103.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642104.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642105.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642106.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642107.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642108.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642109.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642110.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642111.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642112.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642113.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642114.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642115.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642116.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642117.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642118.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642119.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642120.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642121.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642122.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642123.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642124.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642125.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642126.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642103.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642104.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642105.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642106.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642107.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642108.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642109.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642110.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642111.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642112.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642113.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642114.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642115.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642116.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642117.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642118.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 16" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642119.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 17" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642120.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 18" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642121.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 19" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642122.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 20" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642123.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 21" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642124.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 22" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642125.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 23" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642126.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 24" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 25" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-0-3", + "@type": "sc:Range", + "label": "Territorial Force", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642128.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642129.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642130.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642127.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642128.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642129.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642130.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 5" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-1", + "@type": "sc:Range", + "label": "Royal Garrison Artillery", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-1-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-1-2" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json", + "@type": "sc:Canvas", + "label": "Royal Garrison Artillery - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-1-1", + "@type": "sc:Range", + "label": "Territorial Force" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-1-2", + "@type": "sc:Range", + "label": "Gunners" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-1-1", + "@type": "sc:Range", + "label": "Territorial Force", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642131.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-1-2", + "@type": "sc:Range", + "label": "Gunners", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642133.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642134.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642135.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642136.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642137.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642138.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642139.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642140.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642132.json", + "@type": "sc:Canvas", + "label": "Gunners - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642133.json", + "@type": "sc:Canvas", + "label": "Gunners - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642134.json", + "@type": "sc:Canvas", + "label": "Gunners - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642135.json", + "@type": "sc:Canvas", + "label": "Gunners - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642136.json", + "@type": "sc:Canvas", + "label": "Gunners - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642137.json", + "@type": "sc:Canvas", + "label": "Gunners - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642138.json", + "@type": "sc:Canvas", + "label": "Gunners - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642139.json", + "@type": "sc:Canvas", + "label": "Gunners - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642140.json", + "@type": "sc:Canvas", + "label": "Gunners - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json", + "@type": "sc:Canvas", + "label": "Gunners - pg. 10" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-2", + "@type": "sc:Range", + "label": "Fourth Highland (Mountain Brigade)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json", + "@type": "sc:Canvas", + "label": "Fourth Highland (Mountain Brigade) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-3", + "@type": "sc:Range", + "label": "Lancashire Heavy Brigade", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json", + "@type": "sc:Canvas", + "label": "Lancashire Heavy Brigade - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-4", + "@type": "sc:Range", + "label": "Welsh (Carnarvonshire)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642141.json", + "@type": "sc:Canvas", + "label": "Welsh (Carnarvonshire) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", + "@type": "sc:Canvas", + "label": "Welsh (Carnarvonshire) - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-5", + "@type": "sc:Range", + "label": "North Midland (Staffordshire) Heavy Battery", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", + "@type": "sc:Canvas", + "label": "North Midland (Staffordshire) Heavy Battery - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-6", + "@type": "sc:Range", + "label": "South Midland (Warwickshire) Heavy Battery", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", + "@type": "sc:Canvas", + "label": "South Midland (Warwickshire) Heavy Battery - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-7", + "@type": "sc:Range", + "label": "London Heavy Brigade", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", + "@type": "sc:Canvas", + "label": "London Heavy Brigade - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-8", + "@type": "sc:Range", + "label": "Dorset", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", + "@type": "sc:Canvas", + "label": "Dorset - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-9", + "@type": "sc:Range", + "label": "Essex and Suffolk", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", + "@type": "sc:Canvas", + "label": "Essex and Suffolk - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-10", + "@type": "sc:Range", + "label": "Glamorgan", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642142.json", + "@type": "sc:Canvas", + "label": "Glamorgan - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json", + "@type": "sc:Canvas", + "label": "Glamorgan - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-11", + "@type": "sc:Range", + "label": "Lancashire and Cheshire", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json", + "@type": "sc:Canvas", + "label": "Lancashire and Cheshire - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5-12", + "@type": "sc:Range", + "label": "Pembrokeshire", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/5", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642144.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642143.json", + "@type": "sc:Canvas", + "label": "Pembrokeshire - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642144.json", + "@type": "sc:Canvas", + "label": "Pembrokeshire - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6", + "@type": "sc:Range", + "label": "Corps of Royal Engineers", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642144.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6-4" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642144.json", + "@type": "sc:Canvas", + "label": "Corps of Royal Engineers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6-1", + "@type": "sc:Range", + "label": "Territorial Force" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6-2", + "@type": "sc:Range", + "label": "Railways" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6-3", + "@type": "sc:Range", + "label": "Inland Water Transport" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6-4", + "@type": "sc:Range", + "label": "Roads and Quarries" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6-1", + "@type": "sc:Range", + "label": "Territorial Force", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642145.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642146.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642147.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642148.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642149.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642150.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642151.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642152.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642153.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642154.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642155.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642156.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642157.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642158.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642159.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642160.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642161.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642145.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642146.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642147.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642148.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642149.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642150.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642151.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642152.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642153.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642154.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642155.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642156.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642157.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642158.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642159.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642160.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 16" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642161.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 17" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6-2", + "@type": "sc:Range", + "label": "Railways", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642161.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642161.json", + "@type": "sc:Canvas", + "label": "Railways - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json", + "@type": "sc:Canvas", + "label": "Railways - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6-3", + "@type": "sc:Range", + "label": "Inland Water Transport", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json", + "@type": "sc:Canvas", + "label": "Inland Water Transport - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6-4", + "@type": "sc:Range", + "label": "Roads and Quarries", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/6", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642162.json", + "@type": "sc:Canvas", + "label": "Roads and Quarries - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7", + "@type": "sc:Range", + "label": "Grenadier Guards", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642163.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-5" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642163.json", + "@type": "sc:Canvas", + "label": "Grenadier Guards - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-3", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-4", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-5", + "@type": "sc:Range", + "label": "Fifth (Reserve) Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-1", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642163.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642164.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642163.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642164.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-2", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642164.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642165.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642164.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642165.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-3", + "@type": "sc:Range", + "label": "Third Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642165.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642165.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-4", + "@type": "sc:Range", + "label": "Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7-5", + "@type": "sc:Range", + "label": "Fifth (Reserve) Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/7", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json", + "@type": "sc:Canvas", + "label": "Fifth (Reserve) Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/8", + "@type": "sc:Range", + "label": "Coldstream Guards", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642166.json", + "@type": "sc:Canvas", + "label": "Coldstream Guards - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json", + "@type": "sc:Canvas", + "label": "Coldstream Guards - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/9", + "@type": "sc:Range", + "label": "Scots Guards", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json", + "@type": "sc:Canvas", + "label": "Scots Guards - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/10", + "@type": "sc:Range", + "label": "Irish Guards", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/10-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/10-1" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/10-0", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/10-1", + "@type": "sc:Range", + "label": "Second Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/10-0", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/10", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642167.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/10-1", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/10", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/11", + "@type": "sc:Range", + "label": "Welsh Guards", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642169.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/11-2" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json", + "@type": "sc:Canvas", + "label": "Welsh Guards - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642169.json", + "@type": "sc:Canvas", + "label": "Welsh Guards - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/11-2", + "@type": "sc:Range", + "label": "First Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/11-2", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/11", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642169.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642170.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642171.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642172.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642173.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642174.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642175.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642176.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642177.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642178.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642179.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642180.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642181.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642169.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642170.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642171.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642172.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642173.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642174.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642175.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642176.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642177.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642178.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642179.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642180.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642181.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 13" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/12", + "@type": "sc:Range", + "label": "Guards Machine Gun Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/12-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/12-1" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/12-0", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/12-1", + "@type": "sc:Range", + "label": "Fifth (Reserve) Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/12-0", + "@type": "sc:Range", + "label": "Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/12", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642181.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642181.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/12-1", + "@type": "sc:Range", + "label": "Fifth (Reserve) Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/12", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", + "@type": "sc:Canvas", + "label": "Fifth (Reserve) Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13", + "@type": "sc:Range", + "label": "Royal Scots (Lothian Regiment)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-5" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-0", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-2", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-3", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-4", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-5", + "@type": "sc:Range", + "label": "Fifteenth Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-0", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-1", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-2", + "@type": "sc:Range", + "label": "Ninth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-3", + "@type": "sc:Range", + "label": "Twelfth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-4", + "@type": "sc:Range", + "label": "Thirteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13-5", + "@type": "sc:Range", + "label": "Fifteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/13", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14", + "@type": "sc:Range", + "label": "The Queen's (Royal West Surrey Regiment)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-10" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642182.json", + "@type": "sc:Canvas", + "label": "The Queen's (Royal West Surrey Regiment) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-3", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-4", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-5", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-6", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-7", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-8", + "@type": "sc:Range", + "label": "Third Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-9", + "@type": "sc:Range", + "label": "First 22nd Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-10", + "@type": "sc:Range", + "label": "Fifteenth Labour Company" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-1", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-2", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-3", + "@type": "sc:Range", + "label": "Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-4", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-5", + "@type": "sc:Range", + "label": "Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-6", + "@type": "sc:Range", + "label": "Tenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-7", + "@type": "sc:Range", + "label": "Eleventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642183.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-8", + "@type": "sc:Range", + "label": "Third Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", + "@type": "sc:Canvas", + "label": "Third Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-9", + "@type": "sc:Range", + "label": "First 22nd Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", + "@type": "sc:Canvas", + "label": "First 22nd Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14-10", + "@type": "sc:Range", + "label": "Fifteenth Labour Company", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/14", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", + "@type": "sc:Canvas", + "label": "Fifteenth Labour Company - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15", + "@type": "sc:Range", + "label": "The Buffs (East Kent Regiment)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-6" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", + "@type": "sc:Canvas", + "label": "The Buffs (East Kent Regiment) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-3", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-4", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-5", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-6", + "@type": "sc:Range", + "label": "Eighth Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-1", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-2", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-3", + "@type": "sc:Range", + "label": "Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-4", + "@type": "sc:Range", + "label": "Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642184.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-5", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15-6", + "@type": "sc:Range", + "label": "Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/15", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16", + "@type": "sc:Range", + "label": "The King's Own (Royal Lancaster Regiment)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-11" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-0", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-3", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-4", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-5", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-6", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-7", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-8", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-9", + "@type": "sc:Range", + "label": "First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-10", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-11", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-0", + "@type": "sc:Range", + "label": "Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-1", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642185.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-2", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-3", + "@type": "sc:Range", + "label": "Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-4", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-5", + "@type": "sc:Range", + "label": "Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-6", + "@type": "sc:Range", + "label": "Ninth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-7", + "@type": "sc:Range", + "label": "Eleventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-8", + "@type": "sc:Range", + "label": "Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642186.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-9", + "@type": "sc:Range", + "label": "First Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-10", + "@type": "sc:Range", + "label": "First Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16-11", + "@type": "sc:Range", + "label": "Second Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/16", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "@type": "sc:Range", + "label": "Northumberland Fusiliers", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-20", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-21", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-22", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-23", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-24", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-25", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-26", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-27" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json", + "@type": "sc:Canvas", + "label": "Northumberland Fusiliers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-3", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-4", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-5", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-6", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-7", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-8", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-9", + "@type": "sc:Range", + "label": "Twelfth Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-10", + "@type": "sc:Range", + "label": "Fourteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-11", + "@type": "sc:Range", + "label": "Sixteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-12", + "@type": "sc:Range", + "label": "Nineteenth Battalion (Tyneside Pioneers)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-13", + "@type": "sc:Range", + "label": "Twentieth Battalion (Tyneside Scottish)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-14", + "@type": "sc:Range", + "label": "Twenty-first Battalion (Tyneside Scottish)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-15", + "@type": "sc:Range", + "label": "Twenty-second Battalion (Tyneside Scottish)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-16", + "@type": "sc:Range", + "label": "Twenty-third Battalion (Tyneside Scottish)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-17", + "@type": "sc:Range", + "label": "Twenty-fourth Battalion (Tyneside Irish)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-18", + "@type": "sc:Range", + "label": "Twenty-fifth Battalion (Tyneside Irish)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-19", + "@type": "sc:Range", + "label": "Twenty-sixth Battalion (Tyneside Irish)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-20", + "@type": "sc:Range", + "label": "Twenty-fourth 27th Battalion (Tyneside Irish)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-21", + "@type": "sc:Range", + "label": "Twenty-ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-22", + "@type": "sc:Range", + "label": "Thirty-first Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-23", + "@type": "sc:Range", + "label": "Second Garrison Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-24", + "@type": "sc:Range", + "label": "First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-25", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-26", + "@type": "sc:Range", + "label": "First Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-27", + "@type": "sc:Range", + "label": "First Seventh Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-1", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642187.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-2", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-3", + "@type": "sc:Range", + "label": "Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-4", + "@type": "sc:Range", + "label": "Ninth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-5", + "@type": "sc:Range", + "label": "Tenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-6", + "@type": "sc:Range", + "label": "Eleventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-7", + "@type": "sc:Range", + "label": "Twelfth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-8", + "@type": "sc:Range", + "label": "Thirteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-9", + "@type": "sc:Range", + "label": "Twelfth Thirteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642188.json", + "@type": "sc:Canvas", + "label": "Twelfth Thirteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", + "@type": "sc:Canvas", + "label": "Twelfth Thirteenth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-10", + "@type": "sc:Range", + "label": "Fourteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-11", + "@type": "sc:Range", + "label": "Sixteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-12", + "@type": "sc:Range", + "label": "Nineteenth Battalion (Tyneside Pioneers)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion (Tyneside Pioneers) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-13", + "@type": "sc:Range", + "label": "Twentieth Battalion (Tyneside Scottish)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", + "@type": "sc:Canvas", + "label": "Twentieth Battalion (Tyneside Scottish) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-14", + "@type": "sc:Range", + "label": "Twenty-first Battalion (Tyneside Scottish)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", + "@type": "sc:Canvas", + "label": "Twenty-first Battalion (Tyneside Scottish) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-15", + "@type": "sc:Range", + "label": "Twenty-second Battalion (Tyneside Scottish)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", + "@type": "sc:Canvas", + "label": "Twenty-second Battalion (Tyneside Scottish) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-16", + "@type": "sc:Range", + "label": "Twenty-third Battalion (Tyneside Scottish)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", + "@type": "sc:Canvas", + "label": "Twenty-third Battalion (Tyneside Scottish) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-17", + "@type": "sc:Range", + "label": "Twenty-fourth Battalion (Tyneside Irish)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth Battalion (Tyneside Irish) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-18", + "@type": "sc:Range", + "label": "Twenty-fifth Battalion (Tyneside Irish)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642189.json", + "@type": "sc:Canvas", + "label": "Twenty-fifth Battalion (Tyneside Irish) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", + "@type": "sc:Canvas", + "label": "Twenty-fifth Battalion (Tyneside Irish) - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-19", + "@type": "sc:Range", + "label": "Twenty-sixth Battalion (Tyneside Irish)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", + "@type": "sc:Canvas", + "label": "Twenty-sixth Battalion (Tyneside Irish) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-20", + "@type": "sc:Range", + "label": "Twenty-fourth 27th Battalion (Tyneside Irish)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth 27th Battalion (Tyneside Irish) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-21", + "@type": "sc:Range", + "label": "Twenty-ninth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", + "@type": "sc:Canvas", + "label": "Twenty-ninth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-22", + "@type": "sc:Range", + "label": "Thirty-first Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", + "@type": "sc:Canvas", + "label": "Thirty-first Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-23", + "@type": "sc:Range", + "label": "Second Garrison Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", + "@type": "sc:Canvas", + "label": "Second Garrison Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-24", + "@type": "sc:Range", + "label": "First Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-25", + "@type": "sc:Range", + "label": "First Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-26", + "@type": "sc:Range", + "label": "First Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642190.json", + "@type": "sc:Canvas", + "label": "First Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17-27", + "@type": "sc:Range", + "label": "First Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/17", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", + "@type": "sc:Canvas", + "label": "First Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "@type": "sc:Range", + "label": "Royal Warwickshire Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-20" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", + "@type": "sc:Canvas", + "label": "Royal Warwickshire Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-1", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-2", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-3", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-4", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-5", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-6", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-7", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-8", + "@type": "sc:Range", + "label": "Fifth (Reserve) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-9", + "@type": "sc:Range", + "label": "First Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-10", + "@type": "sc:Range", + "label": "Second Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-11", + "@type": "sc:Range", + "label": "First Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-12", + "@type": "sc:Range", + "label": "Second Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-13", + "@type": "sc:Range", + "label": "First Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-14", + "@type": "sc:Range", + "label": "Second Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-15", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-16", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-17", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-18", + "@type": "sc:Range", + "label": "Fourteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-19", + "@type": "sc:Range", + "label": "Fifteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-20", + "@type": "sc:Range", + "label": "Sixteenth Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-1", + "@type": "sc:Range", + "label": "Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-2", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-3", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-4", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-5", + "@type": "sc:Range", + "label": "Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-6", + "@type": "sc:Range", + "label": "First Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642191.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-7", + "@type": "sc:Range", + "label": "Second Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-8", + "@type": "sc:Range", + "label": "Fifth (Reserve) Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", + "@type": "sc:Canvas", + "label": "Fifth (Reserve) Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-9", + "@type": "sc:Range", + "label": "First Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", + "@type": "sc:Canvas", + "label": "First Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-10", + "@type": "sc:Range", + "label": "Second Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", + "@type": "sc:Canvas", + "label": "Second Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-11", + "@type": "sc:Range", + "label": "First Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", + "@type": "sc:Canvas", + "label": "First Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-12", + "@type": "sc:Range", + "label": "Second Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642192.json", + "@type": "sc:Canvas", + "label": "Second Seventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json", + "@type": "sc:Canvas", + "label": "Second Seventh Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-13", + "@type": "sc:Range", + "label": "First Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json", + "@type": "sc:Canvas", + "label": "First Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-14", + "@type": "sc:Range", + "label": "Second Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json", + "@type": "sc:Canvas", + "label": "Second Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-15", + "@type": "sc:Range", + "label": "Ninth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642193.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-16", + "@type": "sc:Range", + "label": "Tenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-17", + "@type": "sc:Range", + "label": "Eleventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-18", + "@type": "sc:Range", + "label": "Fourteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-19", + "@type": "sc:Range", + "label": "Fifteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18-20", + "@type": "sc:Range", + "label": "Sixteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/18", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642194.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "@type": "sc:Range", + "label": "Royal Fusiliers (City of London Regiment)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-20", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-21", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-22", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-23", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-24", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-25", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-26" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json", + "@type": "sc:Canvas", + "label": "Royal Fusiliers (City of London Regiment) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-3", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-4", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-5", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-6", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-7", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-8", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-9", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-10", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-11", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-12", + "@type": "sc:Range", + "label": "Seventeenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-13", + "@type": "sc:Range", + "label": "Twentieth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-14", + "@type": "sc:Range", + "label": "Twenty-first Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-15", + "@type": "sc:Range", + "label": "Twenty-second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-16", + "@type": "sc:Range", + "label": "Twenty-third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-17", + "@type": "sc:Range", + "label": "Twenty-fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-18", + "@type": "sc:Range", + "label": "Twenty-fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-19", + "@type": "sc:Range", + "label": "Twenty-sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-20", + "@type": "sc:Range", + "label": "Thirty-second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-21", + "@type": "sc:Range", + "label": "Thirty-eighth 39th & 40th Battalion (Jewish)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-22", + "@type": "sc:Range", + "label": "Forty-third Garrison Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-23", + "@type": "sc:Range", + "label": "Forty-fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-24", + "@type": "sc:Range", + "label": "Posted Second 2nd London" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-25", + "@type": "sc:Range", + "label": "Posted Third London Regiment" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-26", + "@type": "sc:Range", + "label": "Posted First 4th London Regiment" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-1", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-2", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-3", + "@type": "sc:Range", + "label": "Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642195.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-4", + "@type": "sc:Range", + "label": "Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-5", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-6", + "@type": "sc:Range", + "label": "Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-7", + "@type": "sc:Range", + "label": "Ninth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642196.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-8", + "@type": "sc:Range", + "label": "Tenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-9", + "@type": "sc:Range", + "label": "Eleventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-10", + "@type": "sc:Range", + "label": "Twelfth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-11", + "@type": "sc:Range", + "label": "Thirteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-12", + "@type": "sc:Range", + "label": "Seventeenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642197.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-13", + "@type": "sc:Range", + "label": "Twentieth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", + "@type": "sc:Canvas", + "label": "Twentieth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-14", + "@type": "sc:Range", + "label": "Twenty-first Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", + "@type": "sc:Canvas", + "label": "Twenty-first Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-15", + "@type": "sc:Range", + "label": "Twenty-second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", + "@type": "sc:Canvas", + "label": "Twenty-second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-16", + "@type": "sc:Range", + "label": "Twenty-third Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", + "@type": "sc:Canvas", + "label": "Twenty-third Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-17", + "@type": "sc:Range", + "label": "Twenty-fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-18", + "@type": "sc:Range", + "label": "Twenty-fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642198.json", + "@type": "sc:Canvas", + "label": "Twenty-fifth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", + "@type": "sc:Canvas", + "label": "Twenty-fifth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-19", + "@type": "sc:Range", + "label": "Twenty-sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", + "@type": "sc:Canvas", + "label": "Twenty-sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-20", + "@type": "sc:Range", + "label": "Thirty-second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", + "@type": "sc:Canvas", + "label": "Thirty-second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-21", + "@type": "sc:Range", + "label": "Thirty-eighth 39th & 40th Battalion (Jewish)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", + "@type": "sc:Canvas", + "label": "Thirty-eighth 39th & 40th Battalion (Jewish) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-22", + "@type": "sc:Range", + "label": "Forty-third Garrison Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", + "@type": "sc:Canvas", + "label": "Forty-third Garrison Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-23", + "@type": "sc:Range", + "label": "Forty-fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", + "@type": "sc:Canvas", + "label": "Forty-fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-24", + "@type": "sc:Range", + "label": "Posted Second 2nd London", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", + "@type": "sc:Canvas", + "label": "Posted Second 2nd London - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-25", + "@type": "sc:Range", + "label": "Posted Third London Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642199.json", + "@type": "sc:Canvas", + "label": "Posted Third London Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", + "@type": "sc:Canvas", + "label": "Posted Third London Regiment - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19-26", + "@type": "sc:Range", + "label": "Posted First 4th London Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/19", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", + "@type": "sc:Canvas", + "label": "Posted First 4th London Regiment - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "@type": "sc:Range", + "label": "The King's (Liverpool Regiment)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-20", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-21", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-22", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-23", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-24", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-25", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-26", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-27", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-28", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-29", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-30" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", + "@type": "sc:Canvas", + "label": "The King's (Liverpool Regiment) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-1", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-2", + "@type": "sc:Range", + "label": "Sixth (Rifle) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-3", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-4", + "@type": "sc:Range", + "label": "Tenth Battalion (Liverpool Scottish)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-5", + "@type": "sc:Range", + "label": "Depot" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-6", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-7", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-8", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-9", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-10", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-11", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-12", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-13", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-14", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-15", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-16", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-17", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-18", + "@type": "sc:Range", + "label": "Fourteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-19", + "@type": "sc:Range", + "label": "Fifteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-20", + "@type": "sc:Range", + "label": "Seventeenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-21", + "@type": "sc:Range", + "label": "Eighteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-22", + "@type": "sc:Range", + "label": "Nineteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-23", + "@type": "sc:Range", + "label": "Twentieth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-24", + "@type": "sc:Range", + "label": "Twenty-first Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-25", + "@type": "sc:Range", + "label": "Twenty-fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-26", + "@type": "sc:Range", + "label": "Twenty-sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-27", + "@type": "sc:Range", + "label": "Second (Garrison) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-28", + "@type": "sc:Range", + "label": "Fifty-third Graduated Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-29", + "@type": "sc:Range", + "label": "Training Reserve" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-30", + "@type": "sc:Range", + "label": "Labour Companies" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-1", + "@type": "sc:Range", + "label": "Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-2", + "@type": "sc:Range", + "label": "Sixth (Rifle) Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", + "@type": "sc:Canvas", + "label": "Sixth (Rifle) Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-3", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-4", + "@type": "sc:Range", + "label": "Tenth Battalion (Liverpool Scottish)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion (Liverpool Scottish) - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-5", + "@type": "sc:Range", + "label": "Depot", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", + "@type": "sc:Canvas", + "label": "Depot - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-6", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642200.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-7", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-8", + "@type": "sc:Range", + "label": "Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-9", + "@type": "sc:Range", + "label": "Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642202.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642201.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642202.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-10", + "@type": "sc:Range", + "label": "Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642202.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642202.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-11", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-12", + "@type": "sc:Range", + "label": "Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-13", + "@type": "sc:Range", + "label": "Ninth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-14", + "@type": "sc:Range", + "label": "Tenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642203.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-15", + "@type": "sc:Range", + "label": "Eleventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-16", + "@type": "sc:Range", + "label": "Twelfth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642204.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-17", + "@type": "sc:Range", + "label": "Thirteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642205.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642205.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-18", + "@type": "sc:Range", + "label": "Fourteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642205.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642205.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-19", + "@type": "sc:Range", + "label": "Fifteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-20", + "@type": "sc:Range", + "label": "Seventeenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-21", + "@type": "sc:Range", + "label": "Eighteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642206.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-22", + "@type": "sc:Range", + "label": "Nineteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-23", + "@type": "sc:Range", + "label": "Twentieth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json", + "@type": "sc:Canvas", + "label": "Twentieth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-24", + "@type": "sc:Range", + "label": "Twenty-first Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642207.json", + "@type": "sc:Canvas", + "label": "Twenty-first Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-25", + "@type": "sc:Range", + "label": "Twenty-fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json", + "@type": "sc:Canvas", + "label": "Twenty-fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-26", + "@type": "sc:Range", + "label": "Twenty-sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json", + "@type": "sc:Canvas", + "label": "Twenty-sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-27", + "@type": "sc:Range", + "label": "Second (Garrison) Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json", + "@type": "sc:Canvas", + "label": "Second (Garrison) Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-28", + "@type": "sc:Range", + "label": "Fifty-third Graduated Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json", + "@type": "sc:Canvas", + "label": "Fifty-third Graduated Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-29", + "@type": "sc:Range", + "label": "Training Reserve", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json", + "@type": "sc:Canvas", + "label": "Training Reserve - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20-30", + "@type": "sc:Range", + "label": "Labour Companies", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/20", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642208.json", + "@type": "sc:Canvas", + "label": "Labour Companies - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21", + "@type": "sc:Range", + "label": "Norfolk Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21-3" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21-0", + "@type": "sc:Range", + "label": "Sixth (Cyclist) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21-1", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21-2", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21-3", + "@type": "sc:Range", + "label": "Ninth Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21-0", + "@type": "sc:Range", + "label": "Sixth (Cyclist) Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", + "@type": "sc:Canvas", + "label": "Sixth (Cyclist) Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21-1", + "@type": "sc:Range", + "label": "First Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21-2", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21-3", + "@type": "sc:Range", + "label": "Ninth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/21", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22", + "@type": "sc:Range", + "label": "Lincolnshire Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-7" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", + "@type": "sc:Canvas", + "label": "Lincolnshire Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-3", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-4", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-5", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-6", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-7", + "@type": "sc:Range", + "label": "Tenth Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-1", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-2", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642209.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-3", + "@type": "sc:Range", + "label": "Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-4", + "@type": "sc:Range", + "label": "Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-5", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-6", + "@type": "sc:Range", + "label": "Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22-7", + "@type": "sc:Range", + "label": "Tenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/22", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "@type": "sc:Range", + "label": "Devonshire Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-13" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-0", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-2", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-3", + "@type": "sc:Range", + "label": "First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-4", + "@type": "sc:Range", + "label": "Fifth (P.O.W.) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-5", + "@type": "sc:Range", + "label": "First Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-6", + "@type": "sc:Range", + "label": "First Seventh (Cyclist) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-7", + "@type": "sc:Range", + "label": "Eighth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-8", + "@type": "sc:Range", + "label": "Ninth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-9", + "@type": "sc:Range", + "label": "Tenth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-10", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-11", + "@type": "sc:Range", + "label": "Twelfth (Labour) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-12", + "@type": "sc:Range", + "label": "Sixteenth (Royal 1st Devon Yeomanry & Royal North Devon Hussars) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-13", + "@type": "sc:Range", + "label": "First (Garrison) Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-0", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642211.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642210.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642211.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-1", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642211.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642212.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642211.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642212.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 3" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-2", + "@type": "sc:Range", + "label": "Third Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-3", + "@type": "sc:Range", + "label": "First Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-4", + "@type": "sc:Range", + "label": "Fifth (P.O.W.) Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", + "@type": "sc:Canvas", + "label": "Fifth (P.O.W.) Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-5", + "@type": "sc:Range", + "label": "First Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", + "@type": "sc:Canvas", + "label": "First Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-6", + "@type": "sc:Range", + "label": "First Seventh (Cyclist) Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", + "@type": "sc:Canvas", + "label": "First Seventh (Cyclist) Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-7", + "@type": "sc:Range", + "label": "Eighth (Service) Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642214.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642213.json", + "@type": "sc:Canvas", + "label": "Eighth (Service) Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642214.json", + "@type": "sc:Canvas", + "label": "Eighth (Service) Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-8", + "@type": "sc:Range", + "label": "Ninth (Service) Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642214.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642215.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642214.json", + "@type": "sc:Canvas", + "label": "Ninth (Service) Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642215.json", + "@type": "sc:Canvas", + "label": "Ninth (Service) Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json", + "@type": "sc:Canvas", + "label": "Ninth (Service) Battalion - pg. 3" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-9", + "@type": "sc:Range", + "label": "Tenth (Service) Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json", + "@type": "sc:Canvas", + "label": "Tenth (Service) Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-10", + "@type": "sc:Range", + "label": "Eleventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-11", + "@type": "sc:Range", + "label": "Twelfth (Labour) Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642216.json", + "@type": "sc:Canvas", + "label": "Twelfth (Labour) Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-12", + "@type": "sc:Range", + "label": "Sixteenth (Royal 1st Devon Yeomanry & Royal North Devon Hussars) Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", + "@type": "sc:Canvas", + "label": "Sixteenth (Royal 1st Devon Yeomanry & Royal North Devon Hussars) Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23-13", + "@type": "sc:Range", + "label": "First (Garrison) Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/23", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", + "@type": "sc:Canvas", + "label": "First (Garrison) Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24", + "@type": "sc:Range", + "label": "Suffolk Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-9" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", + "@type": "sc:Canvas", + "label": "Suffolk Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-2", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-3", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-4", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-5", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-6", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-7", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-8", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-9", + "@type": "sc:Range", + "label": "First Reserve Garrison Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-1", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-2", + "@type": "sc:Range", + "label": "Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-3", + "@type": "sc:Range", + "label": "Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-4", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-5", + "@type": "sc:Range", + "label": "Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642217.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-6", + "@type": "sc:Range", + "label": "Ninth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-7", + "@type": "sc:Range", + "label": "Tenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-8", + "@type": "sc:Range", + "label": "Twelfth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24-9", + "@type": "sc:Range", + "label": "First Reserve Garrison Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/24", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", + "@type": "sc:Canvas", + "label": "First Reserve Garrison Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25", + "@type": "sc:Range", + "label": "Prince Albert's (Somerset Light Infantry)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-9" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", + "@type": "sc:Canvas", + "label": "Prince Albert's (Somerset Light Infantry) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-3", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-4", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-5", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-6", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-7", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-8", + "@type": "sc:Range", + "label": "Fourth Reserve Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-9", + "@type": "sc:Range", + "label": "First Fifth Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-1", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642219.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642218.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642219.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 3" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-2", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-3", + "@type": "sc:Range", + "label": "Third Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-4", + "@type": "sc:Range", + "label": "Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642221.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642222.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642220.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642221.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642222.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 3" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-5", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642222.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642223.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642222.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642223.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-6", + "@type": "sc:Range", + "label": "Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642223.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642223.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-7", + "@type": "sc:Range", + "label": "Twelfth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-8", + "@type": "sc:Range", + "label": "Fourth Reserve Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", + "@type": "sc:Canvas", + "label": "Fourth Reserve Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25-9", + "@type": "sc:Range", + "label": "First Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/25", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "@type": "sc:Range", + "label": "The Prince of Wales's Own (West Yorkshire Regiment)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-12" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-0", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-1", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-2", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-3", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-4", + "@type": "sc:Range", + "label": "First Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-5", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-6", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-7", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-8", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-9", + "@type": "sc:Range", + "label": "Fifteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-10", + "@type": "sc:Range", + "label": "Fifteenth Seventeenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-11", + "@type": "sc:Range", + "label": "Eighteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-12", + "@type": "sc:Range", + "label": "Twenty-first Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-0", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-1", + "@type": "sc:Range", + "label": "Third Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-2", + "@type": "sc:Range", + "label": "First Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-3", + "@type": "sc:Range", + "label": "Second Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642224.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-4", + "@type": "sc:Range", + "label": "First Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", + "@type": "sc:Canvas", + "label": "First Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-5", + "@type": "sc:Range", + "label": "Ninth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-6", + "@type": "sc:Range", + "label": "Tenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-7", + "@type": "sc:Range", + "label": "Eleventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-8", + "@type": "sc:Range", + "label": "Twelfth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-9", + "@type": "sc:Range", + "label": "Fifteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-10", + "@type": "sc:Range", + "label": "Fifteenth Seventeenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", + "@type": "sc:Canvas", + "label": "Fifteenth Seventeenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-11", + "@type": "sc:Range", + "label": "Eighteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26-12", + "@type": "sc:Range", + "label": "Twenty-first Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/26", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642225.json", + "@type": "sc:Canvas", + "label": "Twenty-first Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27", + "@type": "sc:Range", + "label": "East Yorkshire Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-9" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-0", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-2", + "@type": "sc:Range", + "label": "First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-3", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-4", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-5", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-6", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-7", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-8", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-9", + "@type": "sc:Range", + "label": "First Fifth Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-0", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-1", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-2", + "@type": "sc:Range", + "label": "First Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-3", + "@type": "sc:Range", + "label": "Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-4", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-5", + "@type": "sc:Range", + "label": "Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642226.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-6", + "@type": "sc:Range", + "label": "Tenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-7", + "@type": "sc:Range", + "label": "Eleventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-8", + "@type": "sc:Range", + "label": "Twelfth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27-9", + "@type": "sc:Range", + "label": "First Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/27", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28", + "@type": "sc:Range", + "label": "Bedfordshire Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-6" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", + "@type": "sc:Canvas", + "label": "Bedfordshire Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-3", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-4", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-5", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-6", + "@type": "sc:Range", + "label": "Eighth Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-1", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-2", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-3", + "@type": "sc:Range", + "label": "Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642227.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-4", + "@type": "sc:Range", + "label": "Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-5", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28-6", + "@type": "sc:Range", + "label": "Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/28", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29", + "@type": "sc:Range", + "label": "Leicestershire Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-9" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json", + "@type": "sc:Canvas", + "label": "Leicestershire Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-3", + "@type": "sc:Range", + "label": "First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-4", + "@type": "sc:Range", + "label": "Second Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-5", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-6", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-7", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-8", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-9", + "@type": "sc:Range", + "label": "First Garrison Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-1", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-2", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642228.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-3", + "@type": "sc:Range", + "label": "First Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-4", + "@type": "sc:Range", + "label": "Second Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", + "@type": "sc:Canvas", + "label": "Second Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-5", + "@type": "sc:Range", + "label": "Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-6", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-7", + "@type": "sc:Range", + "label": "Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-8", + "@type": "sc:Range", + "label": "Eleventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29-9", + "@type": "sc:Range", + "label": "First Garrison Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/29", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642229.json", + "@type": "sc:Canvas", + "label": "First Garrison Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/30", + "@type": "sc:Range", + "label": "Royal Irish Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/30-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/30-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/30-3" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json", + "@type": "sc:Canvas", + "label": "Royal Irish Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/30-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/30-2", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/30-3", + "@type": "sc:Range", + "label": "Sixth Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/30-1", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/30", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/30-2", + "@type": "sc:Range", + "label": "Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/30", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/30-3", + "@type": "sc:Range", + "label": "Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/30", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642230.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "@type": "sc:Range", + "label": "Alexandra, Princess of Wales's Own (Yorkshire Regiment)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-14" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json", + "@type": "sc:Canvas", + "label": "Alexandra, Princess of Wales's Own (Yorkshire Regiment) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-1", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-2", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-3", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-4", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-5", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-6", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-7", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-8", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-9", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-10", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-11", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-12", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-13", + "@type": "sc:Range", + "label": "Second Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-14", + "@type": "sc:Range", + "label": "First Garrison Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-1", + "@type": "sc:Range", + "label": "Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-2", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-3", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-4", + "@type": "sc:Range", + "label": "Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642231.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-5", + "@type": "sc:Range", + "label": "Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-6", + "@type": "sc:Range", + "label": "Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-7", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-8", + "@type": "sc:Range", + "label": "Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-9", + "@type": "sc:Range", + "label": "Ninth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-10", + "@type": "sc:Range", + "label": "Tenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-11", + "@type": "sc:Range", + "label": "Twelfth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-12", + "@type": "sc:Range", + "label": "Thirteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642232.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-13", + "@type": "sc:Range", + "label": "Second Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", + "@type": "sc:Canvas", + "label": "Second Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31-14", + "@type": "sc:Range", + "label": "First Garrison Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/31", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", + "@type": "sc:Canvas", + "label": "First Garrison Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "@type": "sc:Range", + "label": "Lancashire Fusiliers", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-20", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-21", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-22", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-23", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-24" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", + "@type": "sc:Canvas", + "label": "Lancashire Fusiliers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-3", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-4", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-5", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-6", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-7", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-8", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-9", + "@type": "sc:Range", + "label": "Fifteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-10", + "@type": "sc:Range", + "label": "Sixteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-11", + "@type": "sc:Range", + "label": "Seventeenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-12", + "@type": "sc:Range", + "label": "Eighteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-13", + "@type": "sc:Range", + "label": "Nineteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-14", + "@type": "sc:Range", + "label": "Twenty-first Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-15", + "@type": "sc:Range", + "label": "Twenty-third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-16", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-17", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-18", + "@type": "sc:Range", + "label": "Third Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-19", + "@type": "sc:Range", + "label": "First Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-20", + "@type": "sc:Range", + "label": "Second Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-21", + "@type": "sc:Range", + "label": "First Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-22", + "@type": "sc:Range", + "label": "Second Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-23", + "@type": "sc:Range", + "label": "First Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-24", + "@type": "sc:Range", + "label": "Second Eighth Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-1", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-2", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642233.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-3", + "@type": "sc:Range", + "label": "Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-4", + "@type": "sc:Range", + "label": "Ninth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-5", + "@type": "sc:Range", + "label": "Tenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642234.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-6", + "@type": "sc:Range", + "label": "Eleventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-7", + "@type": "sc:Range", + "label": "Eleventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-8", + "@type": "sc:Range", + "label": "Twelfth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-9", + "@type": "sc:Range", + "label": "Fifteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-10", + "@type": "sc:Range", + "label": "Sixteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642235.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-11", + "@type": "sc:Range", + "label": "Seventeenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-12", + "@type": "sc:Range", + "label": "Eighteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-13", + "@type": "sc:Range", + "label": "Nineteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642236.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-14", + "@type": "sc:Range", + "label": "Twenty-first Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", + "@type": "sc:Canvas", + "label": "Twenty-first Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-15", + "@type": "sc:Range", + "label": "Twenty-third Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", + "@type": "sc:Canvas", + "label": "Twenty-third Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-16", + "@type": "sc:Range", + "label": "First Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-17", + "@type": "sc:Range", + "label": "Second Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-18", + "@type": "sc:Range", + "label": "Third Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", + "@type": "sc:Canvas", + "label": "Third Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-19", + "@type": "sc:Range", + "label": "First Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642237.json", + "@type": "sc:Canvas", + "label": "First Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-20", + "@type": "sc:Range", + "label": "Second Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json", + "@type": "sc:Canvas", + "label": "Second Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-21", + "@type": "sc:Range", + "label": "First Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json", + "@type": "sc:Canvas", + "label": "First Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-22", + "@type": "sc:Range", + "label": "Second Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642238.json", + "@type": "sc:Canvas", + "label": "Second Seventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json", + "@type": "sc:Canvas", + "label": "Second Seventh Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-23", + "@type": "sc:Range", + "label": "First Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json", + "@type": "sc:Canvas", + "label": "First Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32-24", + "@type": "sc:Range", + "label": "Second Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/32", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642239.json", + "@type": "sc:Canvas", + "label": "Second Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33", + "@type": "sc:Range", + "label": "Royal Scots Fusiliers", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-6" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-0", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-2", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-3", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-4", + "@type": "sc:Range", + "label": "Sixth Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-5", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-6", + "@type": "sc:Range", + "label": "Twelfth Battalion" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-0", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-1", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-2", + "@type": "sc:Range", + "label": "Third Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-3", + "@type": "sc:Range", + "label": "First Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-4", + "@type": "sc:Range", + "label": "Sixth Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", + "@type": "sc:Canvas", + "label": "Sixth Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-5", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33-6", + "@type": "sc:Range", + "label": "Twelfth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/33", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "@type": "sc:Range", + "label": "Cheshire Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642241.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-20", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-21", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-22", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-23", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-24" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642240.json", + "@type": "sc:Canvas", + "label": "Cheshire Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642241.json", + "@type": "sc:Canvas", + "label": "Cheshire Regiment - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-2", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-3", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-4", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-5", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-6", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-7", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-8", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-9", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-10", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-11", + "@type": "sc:Range", + "label": "Fifteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-12", + "@type": "sc:Range", + "label": "Sixteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-13", + "@type": "sc:Range", + "label": "Eighteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-14", + "@type": "sc:Range", + "label": "Twentieth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-15", + "@type": "sc:Range", + "label": "Twenty-second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-16", + "@type": "sc:Range", + "label": "Twenty-third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-17", + "@type": "sc:Range", + "label": "The Depot" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-18", + "@type": "sc:Range", + "label": "First Garrison Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-19", + "@type": "sc:Range", + "label": "First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-20", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-21", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-22", + "@type": "sc:Range", + "label": "First Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-23", + "@type": "sc:Range", + "label": "First Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-24", + "@type": "sc:Range", + "label": "Blank Page" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-2", + "@type": "sc:Range", + "label": "First Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642241.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642241.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-3", + "@type": "sc:Range", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-4", + "@type": "sc:Range", + "label": "Third Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-5", + "@type": "sc:Range", + "label": "Eighth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-6", + "@type": "sc:Range", + "label": "Ninth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642243.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642242.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642243.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 3" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-7", + "@type": "sc:Range", + "label": "Tenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-8", + "@type": "sc:Range", + "label": "Eleventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642245.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642244.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642245.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-9", + "@type": "sc:Range", + "label": "Twelfth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642245.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642245.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-10", + "@type": "sc:Range", + "label": "Thirteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-11", + "@type": "sc:Range", + "label": "Fifteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642246.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-12", + "@type": "sc:Range", + "label": "Sixteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-13", + "@type": "sc:Range", + "label": "Eighteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642247.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-14", + "@type": "sc:Range", + "label": "Twentieth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", + "@type": "sc:Canvas", + "label": "Twentieth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-15", + "@type": "sc:Range", + "label": "Twenty-second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", + "@type": "sc:Canvas", + "label": "Twenty-second Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-16", + "@type": "sc:Range", + "label": "Twenty-third Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", + "@type": "sc:Canvas", + "label": "Twenty-third Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-17", + "@type": "sc:Range", + "label": "The Depot", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", + "@type": "sc:Canvas", + "label": "The Depot - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-18", + "@type": "sc:Range", + "label": "First Garrison Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", + "@type": "sc:Canvas", + "label": "First Garrison Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-19", + "@type": "sc:Range", + "label": "First Fourth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-20", + "@type": "sc:Range", + "label": "First Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642248.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-21", + "@type": "sc:Range", + "label": "Second Fifth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-22", + "@type": "sc:Range", + "label": "First Sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json", + "@type": "sc:Canvas", + "label": "First Sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-23", + "@type": "sc:Range", + "label": "First Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642249.json", + "@type": "sc:Canvas", + "label": "First Seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34-24", + "@type": "sc:Range", + "label": "Blank Page", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/34", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642250.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642250.json", + "@type": "sc:Canvas", + "label": "Blank Page - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "@type": "sc:Range", + "label": "Royal Welch Fusiliers", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-20", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-21", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-22", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-23", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-24", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-25", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-26", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-27", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-28", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-29", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-30", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-31", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-32", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-33", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-34", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-35", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-36", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-37", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-38", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-39", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-40", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-41", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-42", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-43", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-44", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-45", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-46", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-47", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-48", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-49", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-50" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-0", + "@type": "sc:Range", + "label": "Officers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-1", + "@type": "sc:Range", + "label": "Fourth (Denbighshire) Battalion Officers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-2", + "@type": "sc:Range", + "label": "Fifth (Flintshire) Battalion Officers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-3", + "@type": "sc:Range", + "label": "Sixth (Caernarvonshire and Anglesey) Battalion Officers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-4", + "@type": "sc:Range", + "label": "Seventh (Merioneth & Montgomery) Battalion Officers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-5", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-6", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-7", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-8", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-9", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-10", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-11", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-12", + "@type": "sc:Range", + "label": "Twelth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-13", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-14", + "@type": "sc:Range", + "label": "Fourteenth Battalion " + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-15", + "@type": "sc:Range", + "label": "Fifteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-16", + "@type": "sc:Range", + "label": "Sixteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-17", + "@type": "sc:Range", + "label": "Seventeenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-18", + "@type": "sc:Range", + "label": "Eighteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-19", + "@type": "sc:Range", + "label": "Nineteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-20", + "@type": "sc:Range", + "label": "Twentieth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-21", + "@type": "sc:Range", + "label": "Twenty-first Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-22", + "@type": "sc:Range", + "label": "Twenty-second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-23", + "@type": "sc:Range", + "label": "Twenty-third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-24", + "@type": "sc:Range", + "label": "Twenty-fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-25", + "@type": "sc:Range", + "label": "Twenty-fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-26", + "@type": "sc:Range", + "label": "Twenty-sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-27", + "@type": "sc:Range", + "label": "Depot" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-28", + "@type": "sc:Range", + "label": "First Garrison Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-29", + "@type": "sc:Range", + "label": "Second Garrison Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-30", + "@type": "sc:Range", + "label": "Third Garrison Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-31", + "@type": "sc:Range", + "label": "Fourth Garrison Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-32", + "@type": "sc:Range", + "label": "Fifth Garrison Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-33", + "@type": "sc:Range", + "label": "Sixth Garrison Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-34", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-35", + "@type": "sc:Range", + "label": "Second-fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-36", + "@type": "sc:Range", + "label": "Third-fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-37", + "@type": "sc:Range", + "label": "Fourth Reserve Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-38", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-39", + "@type": "sc:Range", + "label": "Second-fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-40", + "@type": "sc:Range", + "label": "Third-fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-41", + "@type": "sc:Range", + "label": "First-sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-42", + "@type": "sc:Range", + "label": "Second-sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-43", + "@type": "sc:Range", + "label": "Third-sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-44", + "@type": "sc:Range", + "label": "Fifth-sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-45", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-46", + "@type": "sc:Range", + "label": "Second-seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-47", + "@type": "sc:Range", + "label": "Third-seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-48", + "@type": "sc:Range", + "label": "First-1st Welch Horse Yeomanry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-49", + "@type": "sc:Range", + "label": "Second-1st Welch Horse Yeomanry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-50", + "@type": "sc:Range", + "label": "Blank page" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-0", "@type": "sc:Range", "label": "Officers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642251.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642252.json", @@ -32643,50 +57342,152 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642259.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642260.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642261.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642251.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642252.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642253.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642254.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642255.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642256.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642257.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642258.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642259.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642260.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642261.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 11" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-1", "@type": "sc:Range", "label": "Fourth (Denbighshire) Battalion Officers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642261.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642262.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642261.json", + "@type": "sc:Canvas", + "label": "Fourth (Denbighshire) Battalion Officers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642262.json", + "@type": "sc:Canvas", + "label": "Fourth (Denbighshire) Battalion Officers - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-2", "@type": "sc:Range", "label": "Fifth (Flintshire) Battalion Officers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642262.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642262.json", + "@type": "sc:Canvas", + "label": "Fifth (Flintshire) Battalion Officers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json", + "@type": "sc:Canvas", + "label": "Fifth (Flintshire) Battalion Officers - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-3", "@type": "sc:Range", "label": "Sixth (Caernarvonshire and Anglesey) Battalion Officers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json", + "@type": "sc:Canvas", + "label": "Sixth (Caernarvonshire and Anglesey) Battalion Officers - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-4", "@type": "sc:Range", "label": "Seventh (Merioneth & Montgomery) Battalion Officers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642264.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642263.json", + "@type": "sc:Canvas", + "label": "Seventh (Merioneth & Montgomery) Battalion Officers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642264.json", + "@type": "sc:Canvas", + "label": "Seventh (Merioneth & Montgomery) Battalion Officers - pg. 1" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-5", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642264.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642265.json", @@ -32723,13 +57524,190 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642296.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642297.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642298.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642264.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642265.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642266.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642267.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642268.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642269.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642270.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642271.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642272.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642273.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642274.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642275.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642276.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642277.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642278.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642279.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 16" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642280.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 17" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642281.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 18" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642282.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 19" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642283.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 20" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642284.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 21" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642285.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 22" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642286.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 23" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642287.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 24" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642288.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 25" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642289.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 26" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642290.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 27" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642291.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 28" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642292.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 29" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642293.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 30" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642294.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 31" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642295.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 32" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642296.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 33" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642297.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 34" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642298.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 35" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-6", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642298.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642299.json", @@ -32760,23 +57738,182 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642324.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642325.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642326.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642298.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642299.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642300.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642301.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642302.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642303.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642304.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642305.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642306.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642307.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642308.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642309.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642310.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642311.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642312.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642313.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 16" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642314.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 17" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642315.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 18" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642316.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 19" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642317.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 20" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642318.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 21" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642319.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 22" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642320.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 23" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642321.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 24" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642322.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 25" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642323.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 26" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642324.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 27" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642325.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 28" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642326.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 29" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-7", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642326.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642327.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642326.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642327.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-8", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642327.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642328.json", @@ -32791,13 +57928,80 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642337.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642338.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642339.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642327.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642328.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642329.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642330.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642331.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642332.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642333.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642334.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642335.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642336.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642337.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642338.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642339.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 13" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-9", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642339.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642340.json", @@ -32818,13 +58022,110 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642355.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642356.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642357.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642339.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642340.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642341.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642342.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642343.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642344.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642345.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642346.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642347.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642348.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642349.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642350.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642351.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642352.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642353.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642354.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 16" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642355.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 17" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642356.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 18" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642357.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 19" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-10", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642357.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642358.json", @@ -32846,13 +58147,115 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642374.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642375.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642376.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642357.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642358.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642359.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642360.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642361.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642362.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642363.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642364.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642365.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642366.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642367.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642368.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642369.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642370.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642371.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642372.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 16" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642373.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 17" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642374.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 18" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642375.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 19" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642376.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 20" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-11", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642376.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642377.json", @@ -32860,23 +58263,67 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642379.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642380.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642381.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642376.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642377.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642378.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642379.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642380.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642381.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 6" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-12", "@type": "sc:Range", "label": "Twelth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642381.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642382.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642381.json", + "@type": "sc:Canvas", + "label": "Twelth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642382.json", + "@type": "sc:Canvas", + "label": "Twelth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-13", "@type": "sc:Range", "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642382.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642383.json", @@ -32893,13 +58340,90 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642394.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642395.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642396.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642382.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642383.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642384.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642385.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642386.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642387.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642388.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642389.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642390.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642391.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642392.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642393.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642394.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642395.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642396.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 15" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-14", "@type": "sc:Range", "label": "Fourteenth Battalion ", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642396.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642397.json", @@ -32917,13 +58441,95 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642409.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642410.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642411.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642396.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642397.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642398.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642399.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642400.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642401.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642402.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642403.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642404.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642405.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642406.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642407.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642408.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642409.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642410.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642411.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 16" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-15", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-15", "@type": "sc:Range", "label": "Fifteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642411.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642412.json", @@ -32933,13 +58539,55 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642416.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642417.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642418.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642411.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642412.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642413.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642414.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642415.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642416.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642417.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642418.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 8" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-16", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-16", "@type": "sc:Range", "label": "Sixteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642418.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642419.json", @@ -32959,13 +58607,105 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642433.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642434.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642435.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642418.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642419.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642420.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642421.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642422.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642423.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642424.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642425.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642426.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642427.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642428.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642429.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642430.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642431.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642432.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642433.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 16" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642434.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 17" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642435.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 18" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-17", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-17", "@type": "sc:Range", "label": "Seventeenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642435.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642436.json", @@ -32982,23 +58722,112 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642447.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642448.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642449.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642435.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642436.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642437.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642438.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642439.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642440.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642441.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642442.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642443.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642444.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642445.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642446.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642447.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642448.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642449.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 15" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-18", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-18", "@type": "sc:Range", "label": "Eighteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642449.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642450.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642449.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642450.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-19", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-19", "@type": "sc:Range", "label": "Nineteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642450.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642451.json", @@ -33007,54 +58836,154 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642454.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642455.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642450.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642451.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642452.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642453.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642454.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642455.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 7" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-20", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-20", "@type": "sc:Range", "label": "Twentieth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json", + "@type": "sc:Canvas", + "label": "Twentieth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-21", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-21", "@type": "sc:Range", "label": "Twenty-first Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json", + "@type": "sc:Canvas", + "label": "Twenty-first Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-22", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-22", "@type": "sc:Range", "label": "Twenty-second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json", + "@type": "sc:Canvas", + "label": "Twenty-second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-23", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-23", "@type": "sc:Range", "label": "Twenty-third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642456.json", + "@type": "sc:Canvas", + "label": "Twenty-third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-24", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-24", "@type": "sc:Range", "label": "Twenty-fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642457.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642458.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642459.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642460.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642461.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642457.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642458.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642459.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642460.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642461.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth Battalion - pg. 5" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-25", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-25", "@type": "sc:Range", "label": "Twenty-fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642461.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642462.json", @@ -33062,78 +58991,191 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642464.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642465.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642466.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642461.json", + "@type": "sc:Canvas", + "label": "Twenty-fifth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642462.json", + "@type": "sc:Canvas", + "label": "Twenty-fifth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642463.json", + "@type": "sc:Canvas", + "label": "Twenty-fifth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642464.json", + "@type": "sc:Canvas", + "label": "Twenty-fifth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642465.json", + "@type": "sc:Canvas", + "label": "Twenty-fifth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642466.json", + "@type": "sc:Canvas", + "label": "Twenty-fifth Battalion - pg. 6" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-26", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-26", "@type": "sc:Range", "label": "Twenty-sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642466.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642466.json", + "@type": "sc:Canvas", + "label": "Twenty-sixth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json", + "@type": "sc:Canvas", + "label": "Twenty-sixth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-27", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-27", "@type": "sc:Range", "label": "Depot", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json", + "@type": "sc:Canvas", + "label": "Depot - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-28", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-28", "@type": "sc:Range", "label": "First Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642468.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642467.json", + "@type": "sc:Canvas", + "label": "First Garrison Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642468.json", + "@type": "sc:Canvas", + "label": "First Garrison Battalion - pg. 1" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-29", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-29", "@type": "sc:Range", "label": "Second Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642468.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642469.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642468.json", + "@type": "sc:Canvas", + "label": "Second Garrison Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642469.json", + "@type": "sc:Canvas", + "label": "Second Garrison Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-30", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-30", "@type": "sc:Range", "label": "Third Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642469.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642469.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642469.json", + "@type": "sc:Canvas", + "label": "Third Garrison Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-31", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-31", "@type": "sc:Range", "label": "Fourth Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json", + "@type": "sc:Canvas", + "label": "Fourth Garrison Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-32", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-32", "@type": "sc:Range", "label": "Fifth Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json", + "@type": "sc:Canvas", + "label": "Fifth Garrison Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-33", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-33", "@type": "sc:Range", "label": "Sixth Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json", + "@type": "sc:Canvas", + "label": "Sixth Garrison Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-34", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-34", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642471.json", @@ -33145,37 +59187,119 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642477.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642478.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642470.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642471.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642472.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642473.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642474.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642475.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642476.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642477.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642478.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 10" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-35", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-35", "@type": "sc:Range", "label": "Second-fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json", + "@type": "sc:Canvas", + "label": "Second-fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-36", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-36", "@type": "sc:Range", "label": "Third-fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json", + "@type": "sc:Canvas", + "label": "Third-fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-37", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-37", "@type": "sc:Range", "label": "Fourth Reserve Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642480.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642479.json", + "@type": "sc:Canvas", + "label": "Fourth Reserve Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642480.json", + "@type": "sc:Canvas", + "label": "Fourth Reserve Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-38", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-38", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642480.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642481.json", @@ -33184,27 +59308,82 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642484.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642485.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642480.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642481.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642482.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642483.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642484.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642485.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 7" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-39", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-39", "@type": "sc:Range", "label": "Second-fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json", + "@type": "sc:Canvas", + "label": "Second-fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-40", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-40", "@type": "sc:Range", "label": "Third-fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json", + "@type": "sc:Canvas", + "label": "Third-fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-41", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-41", "@type": "sc:Range", "label": "First-sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642487.json", @@ -33213,262 +59392,384 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642490.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642491.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642492.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642486.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642487.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642488.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642489.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642490.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642491.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642492.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 7" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-42", + "@type": "sc:Range", + "label": "Second-sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642492.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642492.json", + "@type": "sc:Canvas", + "label": "Second-sixth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json", + "@type": "sc:Canvas", + "label": "Second-sixth Battalion - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-43", + "@type": "sc:Range", + "label": "Third-sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json", + "@type": "sc:Canvas", + "label": "Third-sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-44", + "@type": "sc:Range", + "label": "Fifth-sixth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json", + "@type": "sc:Canvas", + "label": "Fifth-sixth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-45", + "@type": "sc:Range", + "label": "Seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642494.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642495.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642496.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642497.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642498.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642499.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642500.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642494.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642495.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642496.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642497.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642498.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642499.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642500.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 9" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-46", + "@type": "sc:Range", + "label": "Second-seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json", + "@type": "sc:Canvas", + "label": "Second-seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-47", + "@type": "sc:Range", + "label": "Third-seventh Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json", + "@type": "sc:Canvas", + "label": "Third-seventh Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-48", + "@type": "sc:Range", + "label": "First-1st Welch Horse Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json", + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642502.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json", + "@type": "sc:Canvas", + "label": "First-1st Welch Horse Yeomanry - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642502.json", + "@type": "sc:Canvas", + "label": "First-1st Welch Horse Yeomanry - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-49", + "@type": "sc:Range", + "label": "Second-1st Welch Horse Yeomanry", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642502.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642502.json", + "@type": "sc:Canvas", + "label": "Second-1st Welch Horse Yeomanry - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35-50", + "@type": "sc:Range", + "label": "Blank page", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/35", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642503.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642503.json", + "@type": "sc:Canvas", + "label": "Blank page - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", + "@type": "sc:Range", + "label": "South Wales Borderers", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-19" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-0", + "@type": "sc:Range", + "label": "Officers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-1", + "@type": "sc:Range", + "label": "Brecknockshire Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-2", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-3", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-4", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-5", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-6", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-7", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-8", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-9", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-10", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-11", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-12", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-13", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-14", + "@type": "sc:Range", + "label": "Fourteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-15", + "@type": "sc:Range", + "label": "Fifty-first (Graduated) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-16", + "@type": "sc:Range", + "label": "Fifty-second (Graduated) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-17", + "@type": "sc:Range", + "label": "Fifty-third (Graduated) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-18", + "@type": "sc:Range", + "label": "Depot" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-19", + "@type": "sc:Range", + "label": "Brecknock Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-42", - "@type": "sc:Range", - "label": "Second-sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642492.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-43", - "@type": "sc:Range", - "label": "Third-sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-44", - "@type": "sc:Range", - "label": "Fifth-sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-45", - "@type": "sc:Range", - "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642493.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642494.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642495.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642496.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642497.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642498.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642499.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642500.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-46", - "@type": "sc:Range", - "label": "Second-seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-47", - "@type": "sc:Range", - "label": "Third-seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-48", - "@type": "sc:Range", - "label": "First-1st Welch Horse Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642501.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642502.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-49", - "@type": "sc:Range", - "label": "Second-1st Welch Horse Yeomanry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642502.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35-50", - "@type": "sc:Range", - "label": "Blank page", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-35", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642503.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", - "@type": "sc:Range", - "label": "South Wales Borderers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642504.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642505.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642506.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642507.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642508.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642509.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642510.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642512.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642513.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642514.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642515.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642516.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642517.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642518.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642519.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642520.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642521.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642522.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642523.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642524.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642525.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642526.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642527.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642528.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642529.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642530.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642531.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642532.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642533.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642534.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642535.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642536.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642537.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642538.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642539.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642540.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642541.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642541.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642542.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642543.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642544.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642545.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642546.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642547.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642548.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642549.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642550.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642551.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642552.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642553.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642554.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642555.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642556.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642557.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642558.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642559.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642560.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642561.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642562.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642563.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642564.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642565.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642566.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642567.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642568.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642569.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642570.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642571.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642572.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642573.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642574.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642575.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642576.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642577.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642578.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642578.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642579.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642580.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642581.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642582.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642583.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642584.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642585.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642586.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642587.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642588.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642589.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642590.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642591.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642592.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642593.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642594.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642595.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642596.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642597.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642598.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642599.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642600.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642601.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642602.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642603.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642603.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642604.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642605.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642606.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642607.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642608.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642609.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642610.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642611.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642612.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642613.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642613.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642614.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642615.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642616.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642617.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642617.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642618.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642620.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642621.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642622.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642623.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642624.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642625.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642626.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642627.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642628.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642629.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642630.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642631.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642631.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642632.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642633.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642634.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642635.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642636.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642637.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642638.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642638.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642639.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642640.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642641.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642642.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642643.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642646.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642647.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json" - ] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-0", "@type": "sc:Range", "label": "Officers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642504.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642505.json", @@ -33478,20 +59779,71 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642509.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642510.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642504.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642505.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642506.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642507.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642508.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642509.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642510.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 8" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-1", "@type": "sc:Range", "label": "Brecknockshire Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json", + "@type": "sc:Canvas", + "label": "Brecknockshire Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-2", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642512.json", @@ -33524,13 +59876,170 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642539.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642540.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642541.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642511.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642512.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642513.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642514.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642515.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642516.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642517.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642518.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642519.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642520.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642521.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642522.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642523.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642524.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642525.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642526.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 16" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642527.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 17" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642528.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 18" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642529.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 19" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642530.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 20" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642531.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 21" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642532.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 22" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642533.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 23" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642534.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 24" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642535.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 25" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642536.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 26" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642537.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 27" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642538.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 28" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642539.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 29" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642540.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 30" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642541.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 31" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-3", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642541.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642542.json", @@ -33568,23 +60077,217 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642574.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642575.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642576.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642541.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642542.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642543.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642544.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642545.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642546.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642547.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642548.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642549.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642550.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642551.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642552.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642553.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642554.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642555.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642556.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 16" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642557.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 17" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642558.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 18" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642559.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 19" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642560.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 20" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642561.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 21" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642562.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 22" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642563.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 23" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642564.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 24" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642565.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 25" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642566.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 26" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642567.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 27" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642568.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 28" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642569.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 29" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642570.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 30" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642571.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 31" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642572.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 32" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642573.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 33" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642574.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 34" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642575.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 35" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642576.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 36" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-4", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642577.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642578.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642577.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642578.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-5", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642578.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642579.json", @@ -33612,13 +60315,145 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642601.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642602.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642603.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642578.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642579.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642580.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642581.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642582.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642583.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642584.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642585.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642586.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642587.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642588.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642589.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642590.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642591.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642592.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642593.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 16" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642594.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 17" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642595.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 18" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642596.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 19" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642597.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 20" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642598.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 21" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642599.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 22" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642600.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 23" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642601.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 24" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642602.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 25" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642603.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 26" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-6", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642603.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642604.json", @@ -33631,44 +60466,154 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642611.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642612.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642613.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642603.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642604.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642605.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642606.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642607.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642608.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642609.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642610.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642611.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642612.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642613.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 11" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-7", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642613.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642614.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642615.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642616.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642617.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642613.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642614.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642615.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642616.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642617.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 5" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-8", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642617.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642618.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642617.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642618.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 3" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-9", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-10", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642620.json", @@ -33683,13 +60628,80 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642629.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642630.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642631.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642619.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642620.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642621.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642622.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642623.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642624.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642625.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642626.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642627.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642628.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642629.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642630.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642631.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 13" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-11", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642631.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642632.json", @@ -33699,13 +60711,55 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642636.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642637.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642638.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642631.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642632.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642633.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642634.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642635.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642636.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642637.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642638.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 8" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-12", "@type": "sc:Range", "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642638.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642639.json", @@ -33714,1678 +60768,3988 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642642.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642643.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642638.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642639.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642640.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642641.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642642.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642643.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 7" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-13", "@type": "sc:Range", "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-14", "@type": "sc:Range", "label": "Fourteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-15", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-15", "@type": "sc:Range", "label": "Fifty-first (Graduated) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json", + "@type": "sc:Canvas", + "label": "Fifty-first (Graduated) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-16", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-16", "@type": "sc:Range", "label": "Fifty-second (Graduated) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642644.json", + "@type": "sc:Canvas", + "label": "Fifty-second (Graduated) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-17", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-17", "@type": "sc:Range", "label": "Fifty-third (Graduated) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json", + "@type": "sc:Canvas", + "label": "Fifty-third (Graduated) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-18", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-18", "@type": "sc:Range", "label": "Depot", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json", + "@type": "sc:Canvas", + "label": "Depot - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36-19", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36-19", "@type": "sc:Range", "label": "Brecknock Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-36", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/36", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642646.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642647.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642645.json", + "@type": "sc:Canvas", + "label": "Brecknock Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642646.json", + "@type": "sc:Canvas", + "label": "Brecknock Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642647.json", + "@type": "sc:Canvas", + "label": "Brecknock Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", + "@type": "sc:Canvas", + "label": "Brecknock Battalion - pg. 4" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-37", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37", "@type": "sc:Range", "label": "King's Own Scottish Borderers", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-6" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", + "@type": "sc:Canvas", + "label": "King's Own Scottish Borderers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-3", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-4", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-5", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-6", + "@type": "sc:Range", + "label": "Seventh Eighth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-37-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-37", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-37-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-37", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-37-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-3", "@type": "sc:Range", "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-37", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-37-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-4", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-37", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-37-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-5", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-37", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-37-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37-6", "@type": "sc:Range", "label": "Seventh Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-37", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/37", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642648.json", + "@type": "sc:Canvas", + "label": "Seventh Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-38", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38", "@type": "sc:Range", "label": "Cameronians (Scottish Rifles)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-5" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", + "@type": "sc:Canvas", + "label": "Cameronians (Scottish Rifles) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-2", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-3", + "@type": "sc:Range", + "label": "Fifth Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-4", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-5", + "@type": "sc:Range", + "label": "Tenth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-38-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-1", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-38", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-38-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-2", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-38", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-38-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-3", "@type": "sc:Range", "label": "Fifth Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-38", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", + "@type": "sc:Canvas", + "label": "Fifth Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-38-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-4", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-38", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-38-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38-5", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-38", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/38", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39", "@type": "sc:Range", "label": "Royal Inniskilling Fusiliers", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json" + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-7" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-0", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-2", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-3", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-4", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-5", + "@type": "sc:Range", + "label": "Seventh Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-6", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-7", + "@type": "sc:Range", + "label": "Ninth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-0", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-1", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642649.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-2", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-3", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-4", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-5", "@type": "sc:Range", "label": "Seventh Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", + "@type": "sc:Canvas", + "label": "Seventh Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-6", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39-7", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-39", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/39", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", "@type": "sc:Range", "label": "Gloucestershire Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642653.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642653.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642654.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642654.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642655.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642655.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-17" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", + "@type": "sc:Canvas", + "label": "Gloucestershire Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-1", + "@type": "sc:Range", + "label": "Fourth (City of Bristol) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-2", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-3", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-4", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-5", + "@type": "sc:Range", + "label": "First 4th (City of Bristol) Battalion " + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-6", + "@type": "sc:Range", + "label": "Second 4th (City of Bristol) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-7", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-8", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-9", + "@type": "sc:Range", + "label": "First Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-10", + "@type": "sc:Range", + "label": "Second Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-11", + "@type": "sc:Range", + "label": "Seventh (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-12", + "@type": "sc:Range", + "label": "Eighth Service Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-13", + "@type": "sc:Range", + "label": "Ninth Service Battalion " + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-14", + "@type": "sc:Range", + "label": "Tenth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-15", + "@type": "sc:Range", + "label": "Twelfth (Service) (Bristol) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-16", + "@type": "sc:Range", + "label": "Thirteenth (Service) Battalion (Forest of Dean) (Pioneers)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-17", + "@type": "sc:Range", + "label": "Fourteenth (Service) Battalion (West of England)" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-1", "@type": "sc:Range", "label": "Fourth (City of Bristol) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", + "@type": "sc:Canvas", + "label": "Fourth (City of Bristol) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-2", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642650.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-3", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-4", "@type": "sc:Range", "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-5", "@type": "sc:Range", "label": "First 4th (City of Bristol) Battalion ", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json", + "@type": "sc:Canvas", + "label": "First 4th (City of Bristol) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-6", "@type": "sc:Range", "label": "Second 4th (City of Bristol) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json", + "@type": "sc:Canvas", + "label": "Second 4th (City of Bristol) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-7", "@type": "sc:Range", "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642651.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-8", "@type": "sc:Range", "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-9", "@type": "sc:Range", "label": "First Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json", + "@type": "sc:Canvas", + "label": "First Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-10", "@type": "sc:Range", "label": "Second Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json", + "@type": "sc:Canvas", + "label": "Second Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-11", "@type": "sc:Range", "label": "Seventh (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642652.json", + "@type": "sc:Canvas", + "label": "Seventh (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-12", "@type": "sc:Range", "label": "Eighth Service Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642653.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642653.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642653.json", + "@type": "sc:Canvas", + "label": "Eighth Service Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-13", "@type": "sc:Range", "label": "Ninth Service Battalion ", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642653.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642653.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642653.json", + "@type": "sc:Canvas", + "label": "Ninth Service Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-14", "@type": "sc:Range", "label": "Tenth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642654.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642654.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642654.json", + "@type": "sc:Canvas", + "label": "Tenth (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-15", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-15", "@type": "sc:Range", "label": "Twelfth (Service) (Bristol) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642654.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642655.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642654.json", + "@type": "sc:Canvas", + "label": "Twelfth (Service) (Bristol) Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642655.json", + "@type": "sc:Canvas", + "label": "Twelfth (Service) (Bristol) Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-16", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-16", "@type": "sc:Range", "label": "Thirteenth (Service) Battalion (Forest of Dean) (Pioneers)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642655.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642655.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642655.json", + "@type": "sc:Canvas", + "label": "Thirteenth (Service) Battalion (Forest of Dean) (Pioneers) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40-17", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40-17", "@type": "sc:Range", "label": "Fourteenth (Service) Battalion (West of England)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-40", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/40", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json", + "@type": "sc:Canvas", + "label": "Fourteenth (Service) Battalion (West of England) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", "@type": "sc:Range", "label": "Worcestershire Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-13" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json", + "@type": "sc:Canvas", + "label": "Worcestershire Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-3", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-4", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-5", + "@type": "sc:Range", + "label": "First Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-6", + "@type": "sc:Range", + "label": "First Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-7", + "@type": "sc:Range", + "label": "Second Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-8", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-9", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-10", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-11", + "@type": "sc:Range", + "label": "Fourteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-12", + "@type": "sc:Range", + "label": "Seventeenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-13", + "@type": "sc:Range", + "label": "First Garrison Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642656.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-3", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-4", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-5", "@type": "sc:Range", "label": "First Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json", + "@type": "sc:Canvas", + "label": "First Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-6", "@type": "sc:Range", "label": "First Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642657.json", + "@type": "sc:Canvas", + "label": "First Eighth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json", + "@type": "sc:Canvas", + "label": "First Eighth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-7", "@type": "sc:Range", "label": "Second Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json", + "@type": "sc:Canvas", + "label": "Second Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-8", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-9", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642658.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-10", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-11", "@type": "sc:Range", "label": "Fourteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-12", "@type": "sc:Range", "label": "Seventeenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41-13", "@type": "sc:Range", "label": "First Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-41", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/41", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", + "@type": "sc:Canvas", + "label": "First Garrison Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", "@type": "sc:Range", "label": "East Lancashire Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-14" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", + "@type": "sc:Canvas", + "label": "East Lancashire Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-1", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-2", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-3", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-4", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-5", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-6", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-7", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-8", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-9", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-10", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-11", + "@type": "sc:Range", + "label": "First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-12", + "@type": "sc:Range", + "label": "Second Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-13", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-14", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-1", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-2", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642659.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-3", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-4", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-5", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-6", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-7", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-8", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-9", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642660.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-10", "@type": "sc:Range", "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-11", "@type": "sc:Range", "label": "First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-12", "@type": "sc:Range", "label": "Second Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", + "@type": "sc:Canvas", + "label": "Second Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-13", "@type": "sc:Range", "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42-14", "@type": "sc:Range", "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-42", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/42", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43", "@type": "sc:Range", "label": "East Surrey Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-9" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", + "@type": "sc:Canvas", + "label": "East Surrey Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-3", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-4", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-5", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-6", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-7", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-8", + "@type": "sc:Range", + "label": "First Twenty-third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-9", + "@type": "sc:Range", + "label": "Second 23rd Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642661.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-3", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-4", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-5", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642662.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-6", "@type": "sc:Range", "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-7", "@type": "sc:Range", "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-8", "@type": "sc:Range", "label": "First Twenty-third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", + "@type": "sc:Canvas", + "label": "First Twenty-third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43-9", "@type": "sc:Range", "label": "Second 23rd Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-43", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/43", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", + "@type": "sc:Canvas", + "label": "Second 23rd Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44", "@type": "sc:Range", "label": "The Duke of Cornwall's Light Infantry", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-8" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", + "@type": "sc:Canvas", + "label": "The Duke of Cornwall's Light Infantry - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-1", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-2", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-3", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-4", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-5", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-6", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-7", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-8", + "@type": "sc:Range", + "label": "Tenth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-1", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-2", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642663.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-3", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-4", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-5", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642664.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-6", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-7", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44-8", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-44", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/44", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45", "@type": "sc:Range", "label": "The Duke of Wellington's (West Riding Regiment)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-10" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", + "@type": "sc:Canvas", + "label": "The Duke of Wellington's (West Riding Regiment) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-1", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-3", + "@type": "sc:Range", + "label": "First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-4", + "@type": "sc:Range", + "label": "Second Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-5", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-6", + "@type": "sc:Range", + "label": "First Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-7", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-8", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-9", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-10", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-1", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-3", "@type": "sc:Range", "label": "First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-4", "@type": "sc:Range", "label": "Second Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642665.json", + "@type": "sc:Canvas", + "label": "Second Fourth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", + "@type": "sc:Canvas", + "label": "Second Fourth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-5", "@type": "sc:Range", "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-6", "@type": "sc:Range", "label": "First Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", + "@type": "sc:Canvas", + "label": "First Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-7", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-8", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-9", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45-10", "@type": "sc:Range", "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-45", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/45", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46", "@type": "sc:Range", "label": "Border Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-9" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642666.json", + "@type": "sc:Canvas", + "label": "Border Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", + "@type": "sc:Canvas", + "label": "Border Regiment - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-2", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-3", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-4", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-5", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-6", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-7", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-8", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-9", + "@type": "sc:Range", + "label": "Eleventh Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-2", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-3", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-4", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-5", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-6", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-7", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642667.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-8", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46-9", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-46", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/46", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47", "@type": "sc:Range", "label": "Royal Sussex Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-8" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json", + "@type": "sc:Canvas", + "label": "Royal Sussex Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-1", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-3", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-4", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-5", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-6", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-7", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-8", + "@type": "sc:Range", + "label": "Sixteenth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-1", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642668.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-3", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-4", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-5", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-6", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-7", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642669.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47-8", "@type": "sc:Range", "label": "Sixteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-47", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/47", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48", "@type": "sc:Range", "label": "Hampshire Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-8" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json", + "@type": "sc:Canvas", + "label": "Hampshire Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-3", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-4", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-5", + "@type": "sc:Range", + "label": "Twelfth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-6", + "@type": "sc:Range", + "label": "Fourteenth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-7", + "@type": "sc:Range", + "label": "Fifteenth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-8", + "@type": "sc:Range", + "label": "First Eighth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-3", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642670.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-4", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-5", "@type": "sc:Range", "label": "Twelfth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", + "@type": "sc:Canvas", + "label": "Twelfth (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-6", "@type": "sc:Range", "label": "Fourteenth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", + "@type": "sc:Canvas", + "label": "Fourteenth (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-7", "@type": "sc:Range", "label": "Fifteenth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", + "@type": "sc:Canvas", + "label": "Fifteenth (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48-8", "@type": "sc:Range", "label": "First Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-48", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/48", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", + "@type": "sc:Canvas", + "label": "First Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49", "@type": "sc:Range", "label": "South Staffordshire Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-12" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", + "@type": "sc:Canvas", + "label": "South Staffordshire Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-3", + "@type": "sc:Range", + "label": "Fourth Special Reserve Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-4", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-5", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-6", + "@type": "sc:Range", + "label": "First Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-7", + "@type": "sc:Range", + "label": "Second Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-8", + "@type": "sc:Range", + "label": "Seventh Service Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-9", + "@type": "sc:Range", + "label": "Eighth Service Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-10", + "@type": "sc:Range", + "label": "Ninth Service Battalion (Pioneers)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-11", + "@type": "sc:Range", + "label": "Eleventh Reserve Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-12", + "@type": "sc:Range", + "label": "First Garrison Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642671.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-3", "@type": "sc:Range", "label": "Fourth Special Reserve Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", + "@type": "sc:Canvas", + "label": "Fourth Special Reserve Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-4", "@type": "sc:Range", "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-5", "@type": "sc:Range", "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-6", "@type": "sc:Range", "label": "First Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", + "@type": "sc:Canvas", + "label": "First Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-7", "@type": "sc:Range", "label": "Second Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", + "@type": "sc:Canvas", + "label": "Second Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-8", "@type": "sc:Range", "label": "Seventh Service Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642672.json", + "@type": "sc:Canvas", + "label": "Seventh Service Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", + "@type": "sc:Canvas", + "label": "Seventh Service Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-9", "@type": "sc:Range", "label": "Eighth Service Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", + "@type": "sc:Canvas", + "label": "Eighth Service Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-10", "@type": "sc:Range", "label": "Ninth Service Battalion (Pioneers)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", + "@type": "sc:Canvas", + "label": "Ninth Service Battalion (Pioneers) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-11", "@type": "sc:Range", "label": "Eleventh Reserve Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", + "@type": "sc:Canvas", + "label": "Eleventh Reserve Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49-12", "@type": "sc:Range", "label": "First Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-49", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/49", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", + "@type": "sc:Canvas", + "label": "First Garrison Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-50", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50", "@type": "sc:Range", "label": "Dorset Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642674.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-5" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", + "@type": "sc:Canvas", + "label": "Dorset Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-3", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-4", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-5", + "@type": "sc:Range", + "label": "Third Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-50-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-50", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642674.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642673.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642674.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 3" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-50-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-50", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-50-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-3", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-50", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642675.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-50-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-4", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-50", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-50-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50-5", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-50", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/50", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", "@type": "sc:Range", "label": "The Prince of Wales's Volunteers (South Lancashire Regiment)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642677.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642681.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642681.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642682.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642682.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642684.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-15" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642676.json", + "@type": "sc:Canvas", + "label": "The Prince of Wales's Volunteers (South Lancashire Regiment) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-2", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-3", + "@type": "sc:Range", + "label": "First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-4", + "@type": "sc:Range", + "label": "Second Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-5", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-6", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-7", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-8", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-9", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-10", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-11", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-12", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-13", + "@type": "sc:Range", + "label": "Fifteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-14", + "@type": "sc:Range", + "label": "Sixteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-15", + "@type": "sc:Range", + "label": "Blank page" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-1", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642677.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642677.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-2", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-3", "@type": "sc:Range", "label": "First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642678.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-4", "@type": "sc:Range", "label": "Second Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json", + "@type": "sc:Canvas", + "label": "Second Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-5", "@type": "sc:Range", "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642679.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-6", "@type": "sc:Range", "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-7", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642680.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-8", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642681.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642681.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642681.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-9", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642681.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642682.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642681.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642682.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-10", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642682.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642682.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-11", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-12", "@type": "sc:Range", "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-13", - "@type": "sc:Range", - "label": "Fifteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-14", - "@type": "sc:Range", - "label": "Sixteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51-15", - "@type": "sc:Range", - "label": "Blank page", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-51", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642684.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", - "@type": "sc:Range", - "label": "The Welch Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642685.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642686.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642687.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642688.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642689.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642690.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642691.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642694.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642695.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642696.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642697.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642698.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642699.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642700.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642701.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642702.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642703.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642704.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642705.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642706.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642706.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642707.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642708.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642709.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642710.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642711.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642712.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642713.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642714.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642715.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642716.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642717.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642718.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642719.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642720.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642721.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642722.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642723.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642724.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642725.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642726.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642727.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642728.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642729.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642730.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642731.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642732.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642733.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642734.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642735.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642736.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642737.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642738.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642738.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642739.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642740.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642741.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642742.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642743.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642744.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642745.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642746.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642746.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642747.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642748.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642749.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642750.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642751.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642752.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642753.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642754.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642756.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642757.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642758.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642759.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642760.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642761.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642762.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642762.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642763.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642763.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642764.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642765.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642766.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642767.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642768.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642769.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642770.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642771.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642772.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642773.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642774.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642774.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642775.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642776.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642777.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642778.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642779.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642780.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642781.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642782.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642783.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642784.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642785.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642786.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642787.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642788.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642789.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642790.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642791.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642792.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642792.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642793.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642794.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642795.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642796.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642797.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642798.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642799.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642800.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642801.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642802.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642804.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642805.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642806.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642807.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642808.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642809.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642810.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642811.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642812.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642813.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642814.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642815.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642815.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642816.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642817.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642818.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642819.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642820.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642821.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642822.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642823.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642824.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642825.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642826.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642827.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642828.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642829.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642829.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642830.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642831.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642832.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642833.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642834.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642835.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642836.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642837.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642838.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642839.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642840.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642841.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642842.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642842.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642843.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642844.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642845.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642846.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642847.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642848.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642849.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642850.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642851.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642852.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642852.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642853.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642854.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642855.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642856.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642857.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642857.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642858.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642859.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642860.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642861.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642862.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642863.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642864.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642865.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642866.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642867.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642868.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642868.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642869.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642870.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642871.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642872.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642872.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642874.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642874.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642875.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642876.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642877.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642878.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642880.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642880.json" + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-13", + "@type": "sc:Range", + "label": "Fifteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-14", + "@type": "sc:Range", + "label": "Sixteenth Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642683.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51-15", + "@type": "sc:Range", + "label": "Blank page", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/51", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642684.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642684.json", + "@type": "sc:Canvas", + "label": "Blank page - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", + "@type": "sc:Range", + "label": "The Welch Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-20", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-21", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-22", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-23", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-24", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-25", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-26", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-27", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-28", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-29", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-30", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-31", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-32", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-33" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-0", + "@type": "sc:Range", + "label": "Officers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-1", + "@type": "sc:Range", + "label": "Fourth Battalion Officers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-2", + "@type": "sc:Range", + "label": "Fifth Battalion Officers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-3", + "@type": "sc:Range", + "label": "Sixth (Glamorgan) Battalion Officers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-4", + "@type": "sc:Range", + "label": "Seventh (Cyclists) Battalion Officers" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-5", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-6", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-7", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-8", + "@type": "sc:Range", + "label": "First-fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-9", + "@type": "sc:Range", + "label": "First-fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-10", + "@type": "sc:Range", + "label": "Fourth-fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-11", + "@type": "sc:Range", + "label": "First-sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-12", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-13", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-14", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-15", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-16", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-17", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-18", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-19", + "@type": "sc:Range", + "label": "Fourteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-20", + "@type": "sc:Range", + "label": "Fifteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-21", + "@type": "sc:Range", + "label": "Sixteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-22", + "@type": "sc:Range", + "label": "Seventeenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-23", + "@type": "sc:Range", + "label": "Eighteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-24", + "@type": "sc:Range", + "label": "Nineteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-25", + "@type": "sc:Range", + "label": "Twentieth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-26", + "@type": "sc:Range", + "label": "Twenty-first Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-27", + "@type": "sc:Range", + "label": "Twenty-second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-28", + "@type": "sc:Range", + "label": "Twenty-third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-29", + "@type": "sc:Range", + "label": "Twenty-fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-30", + "@type": "sc:Range", + "label": "Fifty-first Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-31", + "@type": "sc:Range", + "label": "Fifty-second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-32", + "@type": "sc:Range", + "label": "Fifty-third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-33", + "@type": "sc:Range", + "label": "Depot" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-0", "@type": "sc:Range", "label": "Officers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642685.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642686.json", @@ -35395,44 +64759,125 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642690.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642691.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642685.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642686.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642687.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642688.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642689.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642690.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642691.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json", + "@type": "sc:Canvas", + "label": "Officers - pg. 8" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-1", "@type": "sc:Range", "label": "Fourth Battalion Officers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion Officers - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-2", "@type": "sc:Range", "label": "Fifth Battalion Officers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642692.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion Officers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion Officers - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-3", "@type": "sc:Range", "label": "Sixth (Glamorgan) Battalion Officers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json", + "@type": "sc:Canvas", + "label": "Sixth (Glamorgan) Battalion Officers - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-4", "@type": "sc:Range", "label": "Seventh (Cyclists) Battalion Officers", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642693.json", + "@type": "sc:Canvas", + "label": "Seventh (Cyclists) Battalion Officers - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-5", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642694.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642695.json", @@ -35447,13 +64892,80 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642704.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642705.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642706.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642694.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642695.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642696.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642697.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642698.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642699.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642700.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642701.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642702.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642703.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642704.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642705.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642706.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 13" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-6", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642706.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642707.json", @@ -35488,23 +65000,202 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642736.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642737.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642738.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642706.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642707.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642708.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642709.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642710.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642711.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642712.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642713.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642714.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642715.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642716.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642717.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642718.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642719.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642720.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642721.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 16" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642722.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 17" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642723.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 18" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642724.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 19" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642725.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 20" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642726.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 21" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642727.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 22" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642728.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 23" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642729.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 24" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642730.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 25" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642731.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 26" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642732.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 27" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642733.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 28" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642734.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 29" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642735.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 30" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642736.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 31" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642737.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 32" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642738.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 33" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-7", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642738.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642739.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642738.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642739.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-8", "@type": "sc:Range", "label": "First-fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642740.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642741.json", @@ -35513,13 +65204,50 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642744.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642745.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642746.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642740.json", + "@type": "sc:Canvas", + "label": "First-fourth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642741.json", + "@type": "sc:Canvas", + "label": "First-fourth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642742.json", + "@type": "sc:Canvas", + "label": "First-fourth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642743.json", + "@type": "sc:Canvas", + "label": "First-fourth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642744.json", + "@type": "sc:Canvas", + "label": "First-fourth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642745.json", + "@type": "sc:Canvas", + "label": "First-fourth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642746.json", + "@type": "sc:Canvas", + "label": "First-fourth Battalion - pg. 7" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-9", "@type": "sc:Range", "label": "First-fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642746.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642747.json", @@ -35531,20 +65259,81 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642753.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642754.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642746.json", + "@type": "sc:Canvas", + "label": "First-fifth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642747.json", + "@type": "sc:Canvas", + "label": "First-fifth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642748.json", + "@type": "sc:Canvas", + "label": "First-fifth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642749.json", + "@type": "sc:Canvas", + "label": "First-fifth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642750.json", + "@type": "sc:Canvas", + "label": "First-fifth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642751.json", + "@type": "sc:Canvas", + "label": "First-fifth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642752.json", + "@type": "sc:Canvas", + "label": "First-fifth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642753.json", + "@type": "sc:Canvas", + "label": "First-fifth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642754.json", + "@type": "sc:Canvas", + "label": "First-fifth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json", + "@type": "sc:Canvas", + "label": "First-fifth Battalion - pg. 10" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-10", "@type": "sc:Range", "label": "Fourth-fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json", + "@type": "sc:Canvas", + "label": "Fourth-fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-11", "@type": "sc:Range", "label": "First-sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642756.json", @@ -35554,23 +65343,77 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642760.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642761.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642762.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642755.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642756.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642757.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642758.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642759.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642760.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642761.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642762.json", + "@type": "sc:Canvas", + "label": "First-sixth Battalion - pg. 8" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-12", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642762.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642763.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642762.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642763.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-13", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642763.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642764.json", @@ -35584,13 +65427,75 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642772.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642773.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642774.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642763.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642764.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642765.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642766.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642767.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642768.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642769.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642770.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642771.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642772.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642773.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642774.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 12" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-14", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642774.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642775.json", @@ -35611,13 +65516,110 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642790.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642791.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642792.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642774.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642775.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642776.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642777.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642778.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642779.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642780.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642781.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642782.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642783.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642784.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642785.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642786.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642787.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642788.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642789.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 16" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642790.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 17" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642791.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 18" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642792.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 19" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-15", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-15", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642792.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642793.json", @@ -35626,33 +65628,106 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642796.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642797.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642798.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642792.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642793.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642794.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642795.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642796.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642797.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642798.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 7" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-16", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-16", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642799.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642800.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642801.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642802.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642799.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642800.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642801.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642802.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 5" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-17", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-17", "@type": "sc:Range", "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-18", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-18", "@type": "sc:Range", "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642804.json", @@ -35667,13 +65742,80 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642813.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642814.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642815.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642803.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642804.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642805.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642806.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642807.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642808.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642809.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642810.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642811.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642812.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642813.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642814.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642815.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 13" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-19", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-19", "@type": "sc:Range", "label": "Fourteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642815.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642816.json", @@ -35690,13 +65832,90 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642827.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642828.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642829.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642815.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642816.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642817.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642818.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642819.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642820.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642821.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642822.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642823.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642824.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642825.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642826.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642827.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642828.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642829.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 15" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-20", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-20", "@type": "sc:Range", "label": "Fifteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642829.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642830.json", @@ -35712,13 +65931,85 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642840.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642841.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642842.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642829.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642830.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642831.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642832.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642833.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642834.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642835.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642836.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642837.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642838.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642839.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642840.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642841.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642842.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 14" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-21", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-21", "@type": "sc:Range", "label": "Sixteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642842.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642843.json", @@ -35731,13 +66022,70 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642850.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642851.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642852.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642842.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642843.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642844.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642845.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642846.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642847.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642848.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642849.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642850.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642851.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642852.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 11" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-22", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-22", "@type": "sc:Range", "label": "Seventeenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642852.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642853.json", @@ -35745,13 +66093,45 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642855.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642856.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642857.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642852.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642853.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642854.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642855.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642856.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642857.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 6" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-23", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-23", "@type": "sc:Range", "label": "Eighteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642857.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642858.json", @@ -35765,60 +66145,191 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642866.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642867.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642868.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642857.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642858.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642859.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642860.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642861.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642862.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642863.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642864.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642865.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642866.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642867.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642868.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 12" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-24", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-24", "@type": "sc:Range", "label": "Nineteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642868.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642869.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642870.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642871.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642872.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642868.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642869.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642870.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642871.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642872.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 5" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-25", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-25", "@type": "sc:Range", "label": "Twentieth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642872.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642872.json", + "@type": "sc:Canvas", + "label": "Twentieth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json", + "@type": "sc:Canvas", + "label": "Twentieth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-26", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-26", "@type": "sc:Range", "label": "Twenty-first Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json", + "@type": "sc:Canvas", + "label": "Twenty-first Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-27", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-27", "@type": "sc:Range", "label": "Twenty-second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json", + "@type": "sc:Canvas", + "label": "Twenty-second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-28", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-28", "@type": "sc:Range", "label": "Twenty-third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642874.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642873.json", + "@type": "sc:Canvas", + "label": "Twenty-third Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642874.json", + "@type": "sc:Canvas", + "label": "Twenty-third Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-29", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-29", "@type": "sc:Range", "label": "Twenty-fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642874.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642875.json", @@ -35826,3049 +66337,7908 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642877.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642878.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642874.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642875.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642876.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642877.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642878.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth Battalion - pg. 6" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-30", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-30", "@type": "sc:Range", "label": "Fifty-first Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json", + "@type": "sc:Canvas", + "label": "Fifty-first Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-31", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-31", "@type": "sc:Range", "label": "Fifty-second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json", + "@type": "sc:Canvas", + "label": "Fifty-second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-32", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-32", "@type": "sc:Range", "label": "Fifty-third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642880.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642879.json", + "@type": "sc:Canvas", + "label": "Fifty-third Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642880.json", + "@type": "sc:Canvas", + "label": "Fifty-third Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52-33", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52-33", "@type": "sc:Range", "label": "Depot", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-52", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642880.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/52", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642880.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642880.json", + "@type": "sc:Canvas", + "label": "Depot - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53", "@type": "sc:Range", "label": "Black Watch (Royal Highlanders)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json" + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-6" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-0", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-2", + "@type": "sc:Range", + "label": "Sixth (Perthshire) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-3", + "@type": "sc:Range", + "label": "Seventh (Fife) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-4", + "@type": "sc:Range", + "label": "Eighth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-5", + "@type": "sc:Range", + "label": "Ninth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-6", + "@type": "sc:Range", + "label": "Tenth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-0", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-1", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-2", "@type": "sc:Range", "label": "Sixth (Perthshire) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", + "@type": "sc:Canvas", + "label": "Sixth (Perthshire) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-3", "@type": "sc:Range", "label": "Seventh (Fife) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", + "@type": "sc:Canvas", + "label": "Seventh (Fife) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-4", "@type": "sc:Range", "label": "Eighth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", + "@type": "sc:Canvas", + "label": "Eighth (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-5", "@type": "sc:Range", "label": "Ninth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", + "@type": "sc:Canvas", + "label": "Ninth (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53-6", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-53", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/53", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642881.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54", "@type": "sc:Range", "label": "Oxfordshire and Buckinghamshire Light Infantry", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json" + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-11" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-0", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-1", + "@type": "sc:Range", + "label": "First Garisson Battalion " + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-3", + "@type": "sc:Range", + "label": "Third Garrison Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-4", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-5", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-6", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-7", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-8", + "@type": "sc:Range", + "label": "First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-9", + "@type": "sc:Range", + "label": "Second Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-10", + "@type": "sc:Range", + "label": "First 1st Buckinghamshire Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-11", + "@type": "sc:Range", + "label": "Second 1st Buckinghamshire Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-0", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-1", "@type": "sc:Range", "label": "First Garisson Battalion ", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", + "@type": "sc:Canvas", + "label": "First Garisson Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-3", "@type": "sc:Range", "label": "Third Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", + "@type": "sc:Canvas", + "label": "Third Garrison Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-4", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-5", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-5-0" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642882.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-6", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-7", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-8", "@type": "sc:Range", "label": "First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-9", "@type": "sc:Range", "label": "Second Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642883.json", + "@type": "sc:Canvas", + "label": "Second Fourth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", + "@type": "sc:Canvas", + "label": "Second Fourth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-10", "@type": "sc:Range", "label": "First 1st Buckinghamshire Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", + "@type": "sc:Canvas", + "label": "First 1st Buckinghamshire Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54-11", "@type": "sc:Range", "label": "Second 1st Buckinghamshire Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-54", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/54", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", + "@type": "sc:Canvas", + "label": "Second 1st Buckinghamshire Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-55", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55", "@type": "sc:Range", "label": "Essex Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-6" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", + "@type": "sc:Canvas", + "label": "Essex Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-2", + "@type": "sc:Range", + "label": "Second Garrison Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-3", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-4", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-5", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-6", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-55-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-55", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-55-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-2", "@type": "sc:Range", "label": "Second Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-55", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", + "@type": "sc:Canvas", + "label": "Second Garrison Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-55-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-3", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-55", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-55-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-4", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-55", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642884.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-55-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-5", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-55", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-55-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55-6", "@type": "sc:Range", "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-55", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/55", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", "@type": "sc:Range", "label": "Sherwood Foresters (Nottinghamshire and Derbshire Regiment)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-13" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json", + "@type": "sc:Canvas", + "label": "Sherwood Foresters (Nottinghamshire and Derbshire Regiment) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-1", + "@type": "sc:Range", + "label": "Seventh (Robin Hood) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-2", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-3", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-4", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-5", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-6", + "@type": "sc:Range", + "label": "First Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-7", + "@type": "sc:Range", + "label": "Second Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-8", + "@type": "sc:Range", + "label": "Second Eighth Battalion " + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-9", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-10", + "@type": "sc:Range", + "label": "Tenth Battalion " + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-11", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-12", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-13", + "@type": "sc:Range", + "label": "Sixteenth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-1", "@type": "sc:Range", "label": "Seventh (Robin Hood) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json", + "@type": "sc:Canvas", + "label": "Seventh (Robin Hood) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-2", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-3", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642885.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-4", "@type": "sc:Range", "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-5", "@type": "sc:Range", "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-6", "@type": "sc:Range", "label": "First Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", + "@type": "sc:Canvas", + "label": "First Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-7", "@type": "sc:Range", "label": "Second Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", + "@type": "sc:Canvas", + "label": "Second Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-8", "@type": "sc:Range", "label": "Second Eighth Battalion ", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", + "@type": "sc:Canvas", + "label": "Second Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-9", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-10", "@type": "sc:Range", "label": "Tenth Battalion ", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642886.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-11", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-12", "@type": "sc:Range", "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56-13", "@type": "sc:Range", "label": "Sixteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-56", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/56", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", "@type": "sc:Range", "label": "Loyal North Lancashire Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json" + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-15" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-0", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-2", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-3", + "@type": "sc:Range", + "label": "First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-4", + "@type": "sc:Range", + "label": "Second Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-5", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-6", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-7", + "@type": "sc:Range", + "label": "Fourth Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-8", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-9", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-10", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-11", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-12", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-13", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-14", + "@type": "sc:Range", + "label": "Fifteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-15", + "@type": "sc:Range", + "label": "Depot" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-0", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642887.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-1", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-2", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-3", "@type": "sc:Range", "label": "First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-4", "@type": "sc:Range", "label": "Second Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", + "@type": "sc:Canvas", + "label": "Second Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-5", "@type": "sc:Range", "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-6", "@type": "sc:Range", "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642888.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-7", "@type": "sc:Range", "label": "Fourth Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json", + "@type": "sc:Canvas", + "label": "Fourth Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-8", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-9", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642889.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-10", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-11", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-12", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-13", "@type": "sc:Range", "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-14", "@type": "sc:Range", "label": "Fifteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57-15", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57-15", "@type": "sc:Range", "label": "Depot", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-57", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/57", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642890.json", + "@type": "sc:Canvas", + "label": "Depot - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-58", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58", "@type": "sc:Range", "label": "Northamptonshire Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58-4" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", + "@type": "sc:Canvas", + "label": "Northamptonshire Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58-3", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58-4", + "@type": "sc:Range", + "label": "Seventh Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-58-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-58", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-58-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-58", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-58-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58-3", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-58", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-58-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58-4", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-58", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/58", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59", "@type": "sc:Range", "label": "Princess Charlote of Wales's (Royal Berkshire Regiment)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-7" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", + "@type": "sc:Canvas", + "label": "Princess Charlote of Wales's (Royal Berkshire Regiment) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-3", + "@type": "sc:Range", + "label": "Second Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-4", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-5", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-6", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-7", + "@type": "sc:Range", + "label": "Eighth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642891.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-3", "@type": "sc:Range", "label": "Second Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json", + "@type": "sc:Canvas", + "label": "Second Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-4", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-5", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-6", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59-7", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-59", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/59", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642892.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60", "@type": "sc:Range", "label": "The Queen's Own (Royal West Kent Regiment)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-11" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", + "@type": "sc:Canvas", + "label": "The Queen's Own (Royal West Kent Regiment) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-3", + "@type": "sc:Range", + "label": "Second Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-4", + "@type": "sc:Range", + "label": "Third Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-5", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-6", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-7", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-8", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-9", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-10", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-11", + "@type": "sc:Range", + "label": "Second 20th London Regiment" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-3", "@type": "sc:Range", "label": "Second Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", + "@type": "sc:Canvas", + "label": "Second Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-4", "@type": "sc:Range", "label": "Third Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", + "@type": "sc:Canvas", + "label": "Third Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-5", "@type": "sc:Range", "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-6", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-7", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642893.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-8", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-9", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642894.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-10", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60-11", "@type": "sc:Range", "label": "Second 20th London Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-60", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/60", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", + "@type": "sc:Canvas", + "label": "Second 20th London Regiment - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", "@type": "sc:Range", "label": "The King's Own (Yorkshire Light Infantry)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-15" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", + "@type": "sc:Canvas", + "label": "The King's Own (Yorkshire Light Infantry) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-1", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-2", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-3", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-4", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-5", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-6", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-7", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-8", + "@type": "sc:Range", + "label": "Second Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-9", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-10", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-11", + "@type": "sc:Range", + "label": "Second Garrison Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-12", + "@type": "sc:Range", + "label": "First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-13", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-14", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-15", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-1", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-2", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-3", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642895.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-4", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-5", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-6", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642896.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-7", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-8", "@type": "sc:Range", "label": "Second Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json", + "@type": "sc:Canvas", + "label": "Second Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-9", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-10", "@type": "sc:Range", "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642897.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-11", "@type": "sc:Range", "label": "Second Garrison Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", + "@type": "sc:Canvas", + "label": "Second Garrison Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-12", "@type": "sc:Range", "label": "First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-13", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-14", "@type": "sc:Range", "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61-15", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61-15", "@type": "sc:Range", "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-61", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/61", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", "@type": "sc:Range", "label": "The King's (Shropshire Light Infantry)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642899.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642900.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642900.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642903.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642903.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642904.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642904.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642905.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642906.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642907.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642908.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642908.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-14" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", + "@type": "sc:Canvas", + "label": "The King's (Shropshire Light Infantry) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-1", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-2", + "@type": "sc:Range", + "label": "Depot" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-3", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-4", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-5", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-6", + "@type": "sc:Range", + "label": "First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-7", + "@type": "sc:Range", + "label": "Fourth Reserve Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-8", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-9", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-10", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-11", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-12", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-13", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-14", + "@type": "sc:Range", + "label": "Serving at the time of death with the undermentioned Battalion of the 1/1st Herefords" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-1", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-2", "@type": "sc:Range", "label": "Depot", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", + "@type": "sc:Canvas", + "label": "Depot - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-3", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642899.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642900.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642898.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642899.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642900.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 3" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-4", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642900.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642900.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-5", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-6", "@type": "sc:Range", "label": "First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642901.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-7", "@type": "sc:Range", "label": "Fourth Reserve Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json", + "@type": "sc:Canvas", + "label": "Fourth Reserve Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-8", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642903.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642902.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642903.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-9", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642903.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642904.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642903.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642904.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-10", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642904.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642905.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642906.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642907.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642908.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642904.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642905.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642906.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642907.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642908.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 5" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-11", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642908.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642908.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-12", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-13", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62-14", "@type": "sc:Range", "label": "Serving at the time of death with the undermentioned Battalion of the 1/1st Herefords", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-62", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/62", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json", + "@type": "sc:Canvas", + "label": "Serving at the time of death with the undermentioned Battalion of the 1/1st Herefords - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", "@type": "sc:Range", "label": "The Duke of Cambridge's Own (The Middlesex Regiment)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-20" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json", + "@type": "sc:Canvas", + "label": "The Duke of Cambridge's Own (The Middlesex Regiment) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-1", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-2", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-3", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-4", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-5", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-6", + "@type": "sc:Range", + "label": "First Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-7", + "@type": "sc:Range", + "label": "First Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-8", + "@type": "sc:Range", + "label": "Third Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-9", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-10", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-11", + "@type": "sc:Range", + "label": "Fourteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-12", + "@type": "sc:Range", + "label": "Sixteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-13", + "@type": "sc:Range", + "label": "Seventeenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-14", + "@type": "sc:Range", + "label": "Eighteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-15", + "@type": "sc:Range", + "label": "Nineteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-16", + "@type": "sc:Range", + "label": "Twentieth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-17", + "@type": "sc:Range", + "label": "Twenty-first Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-18", + "@type": "sc:Range", + "label": "Twenty-third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-19", + "@type": "sc:Range", + "label": "Twenty-fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-20", + "@type": "sc:Range", + "label": "Nineteenth London Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-1", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642909.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-2", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-3", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-4", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-5", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-6", "@type": "sc:Range", "label": "First Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", + "@type": "sc:Canvas", + "label": "First Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-7", "@type": "sc:Range", "label": "First Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", + "@type": "sc:Canvas", + "label": "First Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-8", "@type": "sc:Range", "label": "Third Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", + "@type": "sc:Canvas", + "label": "Third Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-9", "@type": "sc:Range", "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-10", "@type": "sc:Range", "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642910.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-11", "@type": "sc:Range", "label": "Fourteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-12", "@type": "sc:Range", "label": "Sixteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-13", "@type": "sc:Range", "label": "Seventeenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-14", "@type": "sc:Range", "label": "Eighteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-15", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-15", "@type": "sc:Range", "label": "Nineteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-16", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-16", "@type": "sc:Range", "label": "Twentieth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642911.json", + "@type": "sc:Canvas", + "label": "Twentieth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", + "@type": "sc:Canvas", + "label": "Twentieth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-17", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-17", "@type": "sc:Range", "label": "Twenty-first Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", + "@type": "sc:Canvas", + "label": "Twenty-first Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-18", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-18", "@type": "sc:Range", "label": "Twenty-third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", + "@type": "sc:Canvas", + "label": "Twenty-third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-19", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-19", "@type": "sc:Range", "label": "Twenty-fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63-20", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63-20", "@type": "sc:Range", "label": "Nineteenth London Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-63", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/63", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", + "@type": "sc:Canvas", + "label": "Nineteenth London Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", "@type": "sc:Range", "label": "The King's Royal Rifle Corps", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-20", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-21" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", + "@type": "sc:Canvas", + "label": "The King's Royal Rifle Corps - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-3", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-4", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-5", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-6", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-7", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-8", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-9", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-10", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-11", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-12", + "@type": "sc:Range", + "label": "Fourteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-13", + "@type": "sc:Range", + "label": "Sixteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-14", + "@type": "sc:Range", + "label": "Seventeenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-15", + "@type": "sc:Range", + "label": "Eighteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-16", + "@type": "sc:Range", + "label": "Twentieth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-17", + "@type": "sc:Range", + "label": "Twent-first Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-18", + "@type": "sc:Range", + "label": "Depot" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-19", + "@type": "sc:Range", + "label": "Ninth Battalion (The County of London Regiment)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-20", + "@type": "sc:Range", + "label": "Second 15th Battalion (The County of London Regiment)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-21", + "@type": "sc:Range", + "label": "Sixteenth Battalion (The County of London Regiment)" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642912.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-3", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-4", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-5", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642913.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-6", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-7", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-8", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-9", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642914.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-10", "@type": "sc:Range", "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-11", "@type": "sc:Range", "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642915.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-12", "@type": "sc:Range", "label": "Fourteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-13", "@type": "sc:Range", "label": "Sixteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-14", "@type": "sc:Range", "label": "Seventeenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-15", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-15", "@type": "sc:Range", "label": "Eighteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-16", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-16", "@type": "sc:Range", "label": "Twentieth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642916.json", + "@type": "sc:Canvas", + "label": "Twentieth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", + "@type": "sc:Canvas", + "label": "Twentieth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-17", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-17", "@type": "sc:Range", "label": "Twent-first Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", + "@type": "sc:Canvas", + "label": "Twent-first Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-18", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-18", "@type": "sc:Range", "label": "Depot", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", + "@type": "sc:Canvas", + "label": "Depot - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-19", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-19", "@type": "sc:Range", "label": "Ninth Battalion (The County of London Regiment)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion (The County of London Regiment) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-20", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-20", "@type": "sc:Range", "label": "Second 15th Battalion (The County of London Regiment)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", + "@type": "sc:Canvas", + "label": "Second 15th Battalion (The County of London Regiment) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64-21", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64-21", "@type": "sc:Range", "label": "Sixteenth Battalion (The County of London Regiment)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-64", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/64", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion (The County of London Regiment) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65", "@type": "sc:Range", "label": "The Duke of Edinburgh's (Wiltshire Regiment)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-7" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", + "@type": "sc:Canvas", + "label": "The Duke of Edinburgh's (Wiltshire Regiment) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-3", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-4", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-5", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-6", + "@type": "sc:Range", + "label": "First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-7", + "@type": "sc:Range", + "label": "First Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642917.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-3", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-4", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642918.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-5", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-6", "@type": "sc:Range", "label": "First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", + "@type": "sc:Canvas", + "label": "First Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65-7", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-65", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/65", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", "@type": "sc:Range", "label": "Manchester Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-20", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-21", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-22", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-23", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-24", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-25", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-26", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-27", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-28", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-29" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", + "@type": "sc:Canvas", + "label": "Manchester Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-1", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-2", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-3", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-4", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-5", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-6", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-7", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-8", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-9", + "@type": "sc:Range", + "label": "Sixteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-10", + "@type": "sc:Range", + "label": "Seventeenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-11", + "@type": "sc:Range", + "label": "Eighteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-12", + "@type": "sc:Range", + "label": "Nineteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-13", + "@type": "sc:Range", + "label": "Twentieth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-14", + "@type": "sc:Range", + "label": "Twenty-first Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-15", + "@type": "sc:Range", + "label": "Twenty-second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-16", + "@type": "sc:Range", + "label": "Twenty-third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-17", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-18", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-19", + "@type": "sc:Range", + "label": "First Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-20", + "@type": "sc:Range", + "label": "Second Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-21", + "@type": "sc:Range", + "label": "First Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-22", + "@type": "sc:Range", + "label": "Second Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-23", + "@type": "sc:Range", + "label": "First Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-24", + "@type": "sc:Range", + "label": "Second Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-25", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-26", + "@type": "sc:Range", + "label": "First Ninth Battalion " + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-27", + "@type": "sc:Range", + "label": "Second Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-28", + "@type": "sc:Range", + "label": "First Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-29", + "@type": "sc:Range", + "label": "Fifty-first (G) Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-1", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-2", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-3", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-4", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642919.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-5", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-6", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-7", "@type": "sc:Range", "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-8", "@type": "sc:Range", "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-9", "@type": "sc:Range", "label": "Sixteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-10", "@type": "sc:Range", "label": "Seventeenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642920.json", + "@type": "sc:Canvas", + "label": "Seventeenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-11", "@type": "sc:Range", "label": "Eighteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", + "@type": "sc:Canvas", + "label": "Eighteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-12", "@type": "sc:Range", "label": "Nineteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-13", "@type": "sc:Range", "label": "Twentieth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", + "@type": "sc:Canvas", + "label": "Twentieth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-14", "@type": "sc:Range", "label": "Twenty-first Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", + "@type": "sc:Canvas", + "label": "Twenty-first Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-15", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-15", "@type": "sc:Range", "label": "Twenty-second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", + "@type": "sc:Canvas", + "label": "Twenty-second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-16", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-16", "@type": "sc:Range", "label": "Twenty-third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642921.json", + "@type": "sc:Canvas", + "label": "Twenty-third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-17", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-17", "@type": "sc:Range", "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-18", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-18", "@type": "sc:Range", "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-19", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-19", "@type": "sc:Range", "label": "First Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", + "@type": "sc:Canvas", + "label": "First Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-20", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-20", "@type": "sc:Range", "label": "Second Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", + "@type": "sc:Canvas", + "label": "Second Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-21", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-21", "@type": "sc:Range", "label": "First Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", + "@type": "sc:Canvas", + "label": "First Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-22", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-22", "@type": "sc:Range", "label": "Second Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642922.json", + "@type": "sc:Canvas", + "label": "Second Seventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", + "@type": "sc:Canvas", + "label": "Second Seventh Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-23", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-23", "@type": "sc:Range", "label": "First Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", + "@type": "sc:Canvas", + "label": "First Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-24", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-24", "@type": "sc:Range", "label": "Second Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", + "@type": "sc:Canvas", + "label": "Second Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-25", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-25", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-26", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-26", "@type": "sc:Range", "label": "First Ninth Battalion ", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", + "@type": "sc:Canvas", + "label": "First Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-27", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-27", "@type": "sc:Range", "label": "Second Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642923.json", + "@type": "sc:Canvas", + "label": "Second Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-28", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-28", "@type": "sc:Range", "label": "First Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", + "@type": "sc:Canvas", + "label": "First Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66-29", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66-29", "@type": "sc:Range", "label": "Fifty-first (G) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-66", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/66", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", + "@type": "sc:Canvas", + "label": "Fifty-first (G) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", "@type": "sc:Range", "label": "The Prince of Wales's (North Staffordshire Regiment)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-14" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", + "@type": "sc:Canvas", + "label": "The Prince of Wales's (North Staffordshire Regiment) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-1", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-2", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-3", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-4", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-5", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-6", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-7", + "@type": "sc:Range", + "label": "First Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-8", + "@type": "sc:Range", + "label": "Second Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-9", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-10", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-11", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-12", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-13", + "@type": "sc:Range", + "label": "Depot" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-14", + "@type": "sc:Range", + "label": "Second Home Service Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-1", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-2", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-3", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-4", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-5", "@type": "sc:Range", "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-6", "@type": "sc:Range", "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-7", "@type": "sc:Range", "label": "First Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642924.json", + "@type": "sc:Canvas", + "label": "First Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-8", "@type": "sc:Range", "label": "Second Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", + "@type": "sc:Canvas", + "label": "Second Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-9", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-10", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-11", "@type": "sc:Range", "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-12", "@type": "sc:Range", "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-13", "@type": "sc:Range", "label": "Depot", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", + "@type": "sc:Canvas", + "label": "Depot - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67-14", "@type": "sc:Range", "label": "Second Home Service Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-67", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/67", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642925.json", + "@type": "sc:Canvas", + "label": "Second Home Service Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", "@type": "sc:Range", "label": "York & Lancaster Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-14" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", + "@type": "sc:Canvas", + "label": "York & Lancaster Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-3", + "@type": "sc:Range", + "label": "Second 4th (Hallamshire) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-4", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-5", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-6", + "@type": "sc:Range", + "label": "Second Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-7", + "@type": "sc:Range", + "label": "Sixth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-8", + "@type": "sc:Range", + "label": "Seventh (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-9", + "@type": "sc:Range", + "label": "Eighth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-10", + "@type": "sc:Range", + "label": "Ninth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-11", + "@type": "sc:Range", + "label": "Tenth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-12", + "@type": "sc:Range", + "label": "Twelfth (Service) (Sheffield) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-13", + "@type": "sc:Range", + "label": "Thirteenth (Service) (1st Barnlsey) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-14", + "@type": "sc:Range", + "label": "Eighteenth (Service) Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-3", "@type": "sc:Range", "label": "Second 4th (Hallamshire) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", + "@type": "sc:Canvas", + "label": "Second 4th (Hallamshire) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-4", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-5", "@type": "sc:Range", "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642926.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-6", "@type": "sc:Range", "label": "Second Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", + "@type": "sc:Canvas", + "label": "Second Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-7", "@type": "sc:Range", "label": "Sixth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", + "@type": "sc:Canvas", + "label": "Sixth (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-8", "@type": "sc:Range", "label": "Seventh (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", + "@type": "sc:Canvas", + "label": "Seventh (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-9", "@type": "sc:Range", "label": "Eighth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", + "@type": "sc:Canvas", + "label": "Eighth (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-10", "@type": "sc:Range", "label": "Ninth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", + "@type": "sc:Canvas", + "label": "Ninth (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-11", "@type": "sc:Range", "label": "Tenth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642927.json", + "@type": "sc:Canvas", + "label": "Tenth (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-12", "@type": "sc:Range", "label": "Twelfth (Service) (Sheffield) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json", + "@type": "sc:Canvas", + "label": "Twelfth (Service) (Sheffield) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-13", "@type": "sc:Range", "label": "Thirteenth (Service) (1st Barnlsey) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json", + "@type": "sc:Canvas", + "label": "Thirteenth (Service) (1st Barnlsey) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68-14", "@type": "sc:Range", "label": "Eighteenth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-68", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/68", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json", + "@type": "sc:Canvas", + "label": "Eighteenth (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", "@type": "sc:Range", "label": "Durham Light Infantry", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-15" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json", + "@type": "sc:Canvas", + "label": "Durham Light Infantry - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-2", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-3", + "@type": "sc:Range", + "label": "First Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-4", + "@type": "sc:Range", + "label": "First Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-5", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-6", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-7", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-8", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-9", + "@type": "sc:Range", + "label": "Fourteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-10", + "@type": "sc:Range", + "label": "Fifteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-11", + "@type": "sc:Range", + "label": "Nineteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-12", + "@type": "sc:Range", + "label": "Twentieth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-13", + "@type": "sc:Range", + "label": "Twenty-second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-14", + "@type": "sc:Range", + "label": "Twenty-eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-15", + "@type": "sc:Range", + "label": "Twenty-ninth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-1", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-2", "@type": "sc:Range", "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642928.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-3", "@type": "sc:Range", "label": "First Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", + "@type": "sc:Canvas", + "label": "First Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-4", "@type": "sc:Range", "label": "First Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", + "@type": "sc:Canvas", + "label": "First Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-5", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-6", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-7", "@type": "sc:Range", "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-8", "@type": "sc:Range", "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642929.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-9", "@type": "sc:Range", "label": "Fourteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-10", "@type": "sc:Range", "label": "Fifteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", + "@type": "sc:Canvas", + "label": "Fifteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-11", "@type": "sc:Range", "label": "Nineteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", + "@type": "sc:Canvas", + "label": "Nineteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-12", "@type": "sc:Range", "label": "Twentieth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", + "@type": "sc:Canvas", + "label": "Twentieth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-13", "@type": "sc:Range", "label": "Twenty-second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", + "@type": "sc:Canvas", + "label": "Twenty-second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-14", "@type": "sc:Range", "label": "Twenty-eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", + "@type": "sc:Canvas", + "label": "Twenty-eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69-15", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69-15", "@type": "sc:Range", "label": "Twenty-ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-69", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/69", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", + "@type": "sc:Canvas", + "label": "Twenty-ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70", "@type": "sc:Range", "label": "Highland Light Infantry", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json" + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-7" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-0", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-1", + "@type": "sc:Range", + "label": "Ninth (Glasgow Highland) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-2", + "@type": "sc:Range", + "label": "Tenth Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-3", + "@type": "sc:Range", + "label": "Eleventh (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-4", + "@type": "sc:Range", + "label": "Twelfth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-5", + "@type": "sc:Range", + "label": "Fourteenth (Service) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-6", + "@type": "sc:Range", + "label": "Sixteenth (Service) Battalion (Second Glasgow)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-7", + "@type": "sc:Range", + "label": "Fifty-second Training Reserve Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-0", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642930.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-1", "@type": "sc:Range", "label": "Ninth (Glasgow Highland) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", + "@type": "sc:Canvas", + "label": "Ninth (Glasgow Highland) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-2", "@type": "sc:Range", "label": "Tenth Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", + "@type": "sc:Canvas", + "label": "Tenth Eleventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-3", "@type": "sc:Range", "label": "Eleventh (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", + "@type": "sc:Canvas", + "label": "Eleventh (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-4", "@type": "sc:Range", "label": "Twelfth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", + "@type": "sc:Canvas", + "label": "Twelfth (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-5", "@type": "sc:Range", "label": "Fourteenth (Service) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", + "@type": "sc:Canvas", + "label": "Fourteenth (Service) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-6", "@type": "sc:Range", "label": "Sixteenth (Service) Battalion (Second Glasgow)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", + "@type": "sc:Canvas", + "label": "Sixteenth (Service) Battalion (Second Glasgow) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70-7", "@type": "sc:Range", "label": "Fifty-second Training Reserve Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-70", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/70", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", + "@type": "sc:Canvas", + "label": "Fifty-second Training Reserve Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71", "@type": "sc:Range", "label": "Seaforth Highland (Ross-shire Buffs, The Duke of Albany's)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-8" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", + "@type": "sc:Canvas", + "label": "Seaforth Highland (Ross-shire Buffs, The Duke of Albany's) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-3", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-4", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-5", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-6", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-7", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-8", + "@type": "sc:Range", + "label": "Ninth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642931.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-3", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-4", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-5", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-6", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-7", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71-8", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-71", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/71", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642932.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72", "@type": "sc:Range", "label": "Gordon Highlanders", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-7" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", + "@type": "sc:Canvas", + "label": "Gordon Highlanders - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-3", + "@type": "sc:Range", + "label": "Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-4", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-5", + "@type": "sc:Range", + "label": "Sixth Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-6", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-7", + "@type": "sc:Range", + "label": "Tenth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-3", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-4", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-5", "@type": "sc:Range", "label": "Sixth Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", + "@type": "sc:Canvas", + "label": "Sixth Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-6", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72-7", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-72", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/72", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73", "@type": "sc:Range", "label": "The Queen's Own Cameron Highlanders", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-7" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", + "@type": "sc:Canvas", + "label": "The Queen's Own Cameron Highlanders - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-3", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-4", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-5", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-6", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-7", + "@type": "sc:Range", + "label": "Eleventh Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642933.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-3", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-4", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-5", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-6", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73-7", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-73", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/73", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74", "@type": "sc:Range", "label": "Royal Irish Rifles", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json" + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-6" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-0", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-2", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-3", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-4", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-5", + "@type": "sc:Range", + "label": "Fourteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-6", + "@type": "sc:Range", + "label": "First 8th London Regiment" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-0", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642934.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-1", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-2", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-3", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-4", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642935.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-5", "@type": "sc:Range", "label": "Fourteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74-6", "@type": "sc:Range", "label": "First 8th London Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-74", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/74", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", + "@type": "sc:Canvas", + "label": "First 8th London Regiment - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75", "@type": "sc:Range", "label": "Princess Victoria's (Royal Irish Fusiliers)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json" + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-7" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-0", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-2", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-3", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-4", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-5", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-6", + "@type": "sc:Range", + "label": "Seventh Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-7", + "@type": "sc:Range", + "label": "Ninth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-0", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-1", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-2", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-3", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642936.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-4", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-5", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-6", "@type": "sc:Range", "label": "Seventh Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", + "@type": "sc:Canvas", + "label": "Seventh Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75-7", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-75", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/75", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-76", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/76", "@type": "sc:Range", "label": "Connaught Rangers", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/76-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/76-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/76-3" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", + "@type": "sc:Canvas", + "label": "Connaught Rangers - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/76-1", + "@type": "sc:Range", + "label": "" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/76-2", + "@type": "sc:Range", + "label": "" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/76-3", + "@type": "sc:Range", + "label": "" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-76-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/76-1", "@type": "sc:Range", "label": "", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-76", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/76", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", + "@type": "sc:Canvas", + "label": " - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-76-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/76-2", "@type": "sc:Range", "label": "", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-76", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/76", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", + "@type": "sc:Canvas", + "label": " - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-76-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/76-3", "@type": "sc:Range", "label": "", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-76", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/76", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642937.json", + "@type": "sc:Canvas", + "label": " - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-77", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77", "@type": "sc:Range", "label": "Princess Louise's (Argyll & Sutherland Highlanders)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-6" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", + "@type": "sc:Canvas", + "label": "Princess Louise's (Argyll & Sutherland Highlanders) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-1", + "@type": "sc:Range", + "label": "Sixth (Renfrewshire) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-2", + "@type": "sc:Range", + "label": "First Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-3", + "@type": "sc:Range", + "label": "First Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-4", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-5", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-6", + "@type": "sc:Range", + "label": "Twelfth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-77-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-1", "@type": "sc:Range", "label": "Sixth (Renfrewshire) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-77", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", + "@type": "sc:Canvas", + "label": "Sixth (Renfrewshire) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-77-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-2", "@type": "sc:Range", "label": "First Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-77", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", + "@type": "sc:Canvas", + "label": "First Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-77-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-3", "@type": "sc:Range", "label": "First Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-77", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", + "@type": "sc:Canvas", + "label": "First Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-77-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-4", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-77", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-77-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-5", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-77", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-77-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77-6", "@type": "sc:Range", "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-77", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/77", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642938.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78", + "@type": "sc:Range", + "label": "The Prince of Wales's Leinster Regiment (Royal Canadians)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78-3" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78-0", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78-1", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78-2", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78-3", + "@type": "sc:Range", + "label": "Depot" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-78", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78-0", "@type": "sc:Range", - "label": "The Prince of Wales's Leinster Regiment (Royal Canadians)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "label": "Second Battalion", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-78-0", - "@type": "sc:Range", - "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-78", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-78-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78-1", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-78", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-78-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78-2", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-78", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-78-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78-3", "@type": "sc:Range", "label": "Depot", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-78", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/78", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json", + "@type": "sc:Canvas", + "label": "Depot - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79", "@type": "sc:Range", "label": "Royal Munster Fusiliers", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json" + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-6" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-0", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-2", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-3", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-4", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-5", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-6", + "@type": "sc:Range", + "label": "Ninth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-0", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642939.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-1", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-2", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-3", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642940.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-4", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-5", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642941.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79-6", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-79", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/79", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80", "@type": "sc:Range", "label": "Royal Dublin Fusiliers", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json" + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-7" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-0", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-1", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-2", + "@type": "sc:Range", + "label": "Sixth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-3", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-4", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-5", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-6", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-7", + "@type": "sc:Range", + "label": "Third Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-0", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-1", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-2", "@type": "sc:Range", "label": "Sixth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642942.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", + "@type": "sc:Canvas", + "label": "Sixth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-3", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-4", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-5", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-6", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80-7", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-80", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/80", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", "@type": "sc:Range", "label": "Rifle Brigade (The Prince Consort's Own)", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642947.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642947.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642948.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642948.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-20", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-21" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", + "@type": "sc:Canvas", + "label": "Rifle Brigade (The Prince Consort's Own) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-1", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-3", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-4", + "@type": "sc:Range", + "label": "Fifth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-5", + "@type": "sc:Range", + "label": "Seventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-6", + "@type": "sc:Range", + "label": "Eighth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-7", + "@type": "sc:Range", + "label": "Ninth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-8", + "@type": "sc:Range", + "label": "Tenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-9", + "@type": "sc:Range", + "label": "Eleventh Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-10", + "@type": "sc:Range", + "label": "Twelfth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-11", + "@type": "sc:Range", + "label": "Thirteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-12", + "@type": "sc:Range", + "label": "Fourteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-13", + "@type": "sc:Range", + "label": "Sixteenth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-14", + "@type": "sc:Range", + "label": "Second Fifth London Regiment" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-15", + "@type": "sc:Range", + "label": "First Eighth London Regiment" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-16", + "@type": "sc:Range", + "label": "First Tenth London Regiment" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-17", + "@type": "sc:Range", + "label": "Second Tenth London Regiment" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-18", + "@type": "sc:Range", + "label": "First Twenty-eighth Regiment" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-19", + "@type": "sc:Range", + "label": "First Twenty-eighth Regiment" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-20", + "@type": "sc:Range", + "label": "Twenty-foruth (Home Counties) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-21", + "@type": "sc:Range", + "label": "Twenty-fifth Garrison Battalion (Reserve)" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-1", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642943.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-3", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642944.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-4", "@type": "sc:Range", "label": "Fifth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json", + "@type": "sc:Canvas", + "label": "Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-5", "@type": "sc:Range", "label": "Seventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json", + "@type": "sc:Canvas", + "label": "Seventh Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-6", "@type": "sc:Range", "label": "Eighth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642945.json", + "@type": "sc:Canvas", + "label": "Eighth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-7", "@type": "sc:Range", "label": "Ninth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json", + "@type": "sc:Canvas", + "label": "Ninth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-8", "@type": "sc:Range", "label": "Tenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json", + "@type": "sc:Canvas", + "label": "Tenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-9", "@type": "sc:Range", "label": "Eleventh Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642947.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642946.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642947.json", + "@type": "sc:Canvas", + "label": "Eleventh Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-10", "@type": "sc:Range", "label": "Twelfth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642947.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642948.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642947.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642948.json", + "@type": "sc:Canvas", + "label": "Twelfth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-11", "@type": "sc:Range", "label": "Thirteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642948.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642948.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", + "@type": "sc:Canvas", + "label": "Thirteenth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-12", "@type": "sc:Range", "label": "Fourteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", + "@type": "sc:Canvas", + "label": "Fourteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-13", "@type": "sc:Range", "label": "Sixteenth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", + "@type": "sc:Canvas", + "label": "Sixteenth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-14", "@type": "sc:Range", "label": "Second Fifth London Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", + "@type": "sc:Canvas", + "label": "Second Fifth London Regiment - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-15", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-15", "@type": "sc:Range", "label": "First Eighth London Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", + "@type": "sc:Canvas", + "label": "First Eighth London Regiment - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-16", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-16", "@type": "sc:Range", "label": "First Tenth London Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", + "@type": "sc:Canvas", + "label": "First Tenth London Regiment - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-17", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-17", "@type": "sc:Range", "label": "Second Tenth London Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", + "@type": "sc:Canvas", + "label": "Second Tenth London Regiment - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-18", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-18", "@type": "sc:Range", "label": "First Twenty-eighth Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642949.json", + "@type": "sc:Canvas", + "label": "First Twenty-eighth Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", + "@type": "sc:Canvas", + "label": "First Twenty-eighth Regiment - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-19", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-19", "@type": "sc:Range", "label": "First Twenty-eighth Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", + "@type": "sc:Canvas", + "label": "First Twenty-eighth Regiment - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-20", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-20", "@type": "sc:Range", "label": "Twenty-foruth (Home Counties) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", + "@type": "sc:Canvas", + "label": "Twenty-foruth (Home Counties) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81-21", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81-21", "@type": "sc:Range", "label": "Twenty-fifth Garrison Battalion (Reserve)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-81", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/81", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", + "@type": "sc:Canvas", + "label": "Twenty-fifth Garrison Battalion (Reserve) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-82", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82", "@type": "sc:Range", "label": "Machine Gun Corps", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642951.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642951.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642952.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642953.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642954.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642955.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642956.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642957.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642958.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642959.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642960.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642961.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-5" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", + "@type": "sc:Canvas", + "label": "Machine Gun Corps - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-1", + "@type": "sc:Range", + "label": "Territorial Officers (Attached Machine Gun Corps)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-2", + "@type": "sc:Range", + "label": "Infantry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-3", + "@type": "sc:Range", + "label": "Training Reserve Battalions" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-4", + "@type": "sc:Range", + "label": "Cavalry" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-5", + "@type": "sc:Range", + "label": "Motor Branch" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-82-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-1", "@type": "sc:Range", "label": "Territorial Officers (Attached Machine Gun Corps)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-82", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642951.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642950.json", + "@type": "sc:Canvas", + "label": "Territorial Officers (Attached Machine Gun Corps) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642951.json", + "@type": "sc:Canvas", + "label": "Territorial Officers (Attached Machine Gun Corps) - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-82-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-2", "@type": "sc:Range", "label": "Infantry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-82", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642951.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642952.json", @@ -38882,351 +74252,859 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642960.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642961.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642951.json", + "@type": "sc:Canvas", + "label": "Infantry - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642952.json", + "@type": "sc:Canvas", + "label": "Infantry - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642953.json", + "@type": "sc:Canvas", + "label": "Infantry - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642954.json", + "@type": "sc:Canvas", + "label": "Infantry - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642955.json", + "@type": "sc:Canvas", + "label": "Infantry - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642956.json", + "@type": "sc:Canvas", + "label": "Infantry - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642957.json", + "@type": "sc:Canvas", + "label": "Infantry - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642958.json", + "@type": "sc:Canvas", + "label": "Infantry - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642959.json", + "@type": "sc:Canvas", + "label": "Infantry - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642960.json", + "@type": "sc:Canvas", + "label": "Infantry - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642961.json", + "@type": "sc:Canvas", + "label": "Infantry - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json", + "@type": "sc:Canvas", + "label": "Infantry - pg. 12" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-82-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-3", "@type": "sc:Range", "label": "Training Reserve Battalions", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-82", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json", + "@type": "sc:Canvas", + "label": "Training Reserve Battalions - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-82-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-4", "@type": "sc:Range", "label": "Cavalry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-82", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642962.json", + "@type": "sc:Canvas", + "label": "Cavalry - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json", + "@type": "sc:Canvas", + "label": "Cavalry - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-82-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82-5", "@type": "sc:Range", "label": "Motor Branch", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-82", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/82", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json", + "@type": "sc:Canvas", + "label": "Motor Branch - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-83", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/83", "@type": "sc:Range", "label": "Tank Corps", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/83-1" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json", + "@type": "sc:Canvas", + "label": "Tank Corps - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/83-1", + "@type": "sc:Range", + "label": "Territorial Officers Attached to Tank Corps" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-83-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/83-1", "@type": "sc:Range", "label": "Territorial Officers Attached to Tank Corps", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-83", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/83", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642963.json", + "@type": "sc:Canvas", + "label": "Territorial Officers Attached to Tank Corps - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json", + "@type": "sc:Canvas", + "label": "Territorial Officers Attached to Tank Corps - pg. 2" + } + ] + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "@type": "sc:Range", + "label": "London Regiment", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-7", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-8", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-9", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-10", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-11", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-12", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-14", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-15", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-16", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-17", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-18", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-19", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-20", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-21", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-22", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-23", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-24", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-25" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json", + "@type": "sc:Canvas", + "label": "London Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-1", + "@type": "sc:Range", + "label": "Second (City of London) Battalion (Royal Fusiliers)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-2", + "@type": "sc:Range", + "label": "Fourth (City of London) Battalion (Royal Fusiliers)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-3", + "@type": "sc:Range", + "label": "Twenty-ninth (City of London) Battalion (Royal Fusiliers)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-4", + "@type": "sc:Range", + "label": "The Honourable Artillery Company (Infantry)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-5", + "@type": "sc:Range", + "label": "Sixth (City of London) Battalion (Rifles)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-6", + "@type": "sc:Range", + "label": "Ninth (County of London) Battalion (Queen Victoria's Rifles)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-7", + "@type": "sc:Range", + "label": "Eleventh (County of London) Battalion (Finsbury Rifles)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-8", + "@type": "sc:Range", + "label": "Twelfth (County of London) Battalion (The Rangers)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-9", + "@type": "sc:Range", + "label": "Thirteenth (City of London) Battalion (Princess Louise's Kensington Battalion)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-10", + "@type": "sc:Range", + "label": "Fifteenth (City of London) Battalion (P.W.O. Civil Service Rifles)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-11", + "@type": "sc:Range", + "label": "Sixteenth (City of London) Battalion (Queen's Westminster Rifles)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-12", + "@type": "sc:Range", + "label": "Fifth (City of London) Battalion (London Rifle Brigade)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-13", + "@type": "sc:Range", + "label": "Eighth (City of London) Battalion (Post Office Rifles)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-14", + "@type": "sc:Range", + "label": "Tenth (County of London) Battalion (Hackney)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-15", + "@type": "sc:Range", + "label": "Seventeenth (City of London) Battalion (Poplar & Stepney Rifles)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-16", + "@type": "sc:Range", + "label": "Twenty-eighth (City of London) Battalion (Artist' Rifles)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-17", + "@type": "sc:Range", + "label": "Thirty-third (City of London) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-18", + "@type": "sc:Range", + "label": "Seventh (City of London) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-19", + "@type": "sc:Range", + "label": "Nineteenth (City of London) Battalion (St. Pancras)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-20", + "@type": "sc:Range", + "label": "Twentieth (City of London) Battalion (Blackheath & Woolwich)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-21", + "@type": "sc:Range", + "label": "Twenty-third (County of London) Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-22", + "@type": "sc:Range", + "label": "Twenty-second (City of London) Battalion (The Queen's)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-23", + "@type": "sc:Range", + "label": "Twenty-fourth (City of London) Battalion (The Queen's)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-24", + "@type": "sc:Range", + "label": "Fourteenth (City of London) Battalion (The London Scottish)" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-25", + "@type": "sc:Range", + "label": "Eighteenth (City of London) Battalion (London Irish Rifles)" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-1", "@type": "sc:Range", - "label": "London Regiment", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", + "label": "Second (City of London) Battalion (Royal Fusiliers)", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642967.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642967.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642970.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json", + "@type": "sc:Canvas", + "label": "Second (City of London) Battalion (Royal Fusiliers) - pg. 1" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-1", - "@type": "sc:Range", - "label": "Second (City of London) Battalion (Royal Fusiliers)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json"] - }, - { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-2", "@type": "sc:Range", "label": "Fourth (City of London) Battalion (Royal Fusiliers)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642964.json", + "@type": "sc:Canvas", + "label": "Fourth (City of London) Battalion (Royal Fusiliers) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-3", "@type": "sc:Range", "label": "Twenty-ninth (City of London) Battalion (Royal Fusiliers)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json", + "@type": "sc:Canvas", + "label": "Twenty-ninth (City of London) Battalion (Royal Fusiliers) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-4", "@type": "sc:Range", "label": "The Honourable Artillery Company (Infantry)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json", + "@type": "sc:Canvas", + "label": "The Honourable Artillery Company (Infantry) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-5", "@type": "sc:Range", "label": "Sixth (City of London) Battalion (Rifles)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json", + "@type": "sc:Canvas", + "label": "Sixth (City of London) Battalion (Rifles) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-6", "@type": "sc:Range", "label": "Ninth (County of London) Battalion (Queen Victoria's Rifles)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json", + "@type": "sc:Canvas", + "label": "Ninth (County of London) Battalion (Queen Victoria's Rifles) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-7", "@type": "sc:Range", "label": "Eleventh (County of London) Battalion (Finsbury Rifles)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642965.json", + "@type": "sc:Canvas", + "label": "Eleventh (County of London) Battalion (Finsbury Rifles) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-8", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-8", "@type": "sc:Range", "label": "Twelfth (County of London) Battalion (The Rangers)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json", + "@type": "sc:Canvas", + "label": "Twelfth (County of London) Battalion (The Rangers) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-9", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-9", "@type": "sc:Range", "label": "Thirteenth (City of London) Battalion (Princess Louise's Kensington Battalion)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json", + "@type": "sc:Canvas", + "label": "Thirteenth (City of London) Battalion (Princess Louise's Kensington Battalion) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-10", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-10", "@type": "sc:Range", "label": "Fifteenth (City of London) Battalion (P.W.O. Civil Service Rifles)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json", + "@type": "sc:Canvas", + "label": "Fifteenth (City of London) Battalion (P.W.O. Civil Service Rifles) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-11", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-11", "@type": "sc:Range", "label": "Sixteenth (City of London) Battalion (Queen's Westminster Rifles)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642966.json", + "@type": "sc:Canvas", + "label": "Sixteenth (City of London) Battalion (Queen's Westminster Rifles) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-12", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-12", "@type": "sc:Range", "label": "Fifth (City of London) Battalion (London Rifle Brigade)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642967.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642967.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642967.json", + "@type": "sc:Canvas", + "label": "Fifth (City of London) Battalion (London Rifle Brigade) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-13", "@type": "sc:Range", "label": "Eighth (City of London) Battalion (Post Office Rifles)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642967.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642967.json", + "@type": "sc:Canvas", + "label": "Eighth (City of London) Battalion (Post Office Rifles) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", + "@type": "sc:Canvas", + "label": "Eighth (City of London) Battalion (Post Office Rifles) - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-14", "@type": "sc:Range", "label": "Tenth (County of London) Battalion (Hackney)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", + "@type": "sc:Canvas", + "label": "Tenth (County of London) Battalion (Hackney) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-15", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-15", "@type": "sc:Range", "label": "Seventeenth (City of London) Battalion (Poplar & Stepney Rifles)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", + "@type": "sc:Canvas", + "label": "Seventeenth (City of London) Battalion (Poplar & Stepney Rifles) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-16", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-16", "@type": "sc:Range", "label": "Twenty-eighth (City of London) Battalion (Artist' Rifles)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", + "@type": "sc:Canvas", + "label": "Twenty-eighth (City of London) Battalion (Artist' Rifles) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-17", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-17", "@type": "sc:Range", "label": "Thirty-third (City of London) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", + "@type": "sc:Canvas", + "label": "Thirty-third (City of London) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-18", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-18", "@type": "sc:Range", "label": "Seventh (City of London) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", + "@type": "sc:Canvas", + "label": "Seventh (City of London) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-19", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-19", "@type": "sc:Range", "label": "Nineteenth (City of London) Battalion (St. Pancras)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642968.json", + "@type": "sc:Canvas", + "label": "Nineteenth (City of London) Battalion (St. Pancras) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", + "@type": "sc:Canvas", + "label": "Nineteenth (City of London) Battalion (St. Pancras) - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-20", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-20", "@type": "sc:Range", "label": "Twentieth (City of London) Battalion (Blackheath & Woolwich)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", + "@type": "sc:Canvas", + "label": "Twentieth (City of London) Battalion (Blackheath & Woolwich) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-21", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-21", "@type": "sc:Range", "label": "Twenty-third (County of London) Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", + "@type": "sc:Canvas", + "label": "Twenty-third (County of London) Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-22", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-22", "@type": "sc:Range", "label": "Twenty-second (City of London) Battalion (The Queen's)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", + "@type": "sc:Canvas", + "label": "Twenty-second (City of London) Battalion (The Queen's) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-23", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-23", "@type": "sc:Range", "label": "Twenty-fourth (City of London) Battalion (The Queen's)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", + "@type": "sc:Canvas", + "label": "Twenty-fourth (City of London) Battalion (The Queen's) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-24", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-24", "@type": "sc:Range", "label": "Fourteenth (City of London) Battalion (The London Scottish)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", + "@type": "sc:Canvas", + "label": "Fourteenth (City of London) Battalion (The London Scottish) - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84-25", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84-25", "@type": "sc:Range", "label": "Eighteenth (City of London) Battalion (London Irish Rifles)", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-84", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/84", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642970.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642969.json", + "@type": "sc:Canvas", + "label": "Eighteenth (City of London) Battalion (London Irish Rifles) - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642970.json", + "@type": "sc:Canvas", + "label": "Eighteenth (City of London) Battalion (London Irish Rifles) - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-85", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85", "@type": "sc:Range", "label": "Monmouthshire Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642970.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642972.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642972.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642973.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642974.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642975.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642976.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642977.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642978.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642979.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642980.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642981.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642982.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642983.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642984.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642985.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642986.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642986.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642987.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642988.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642989.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642990.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642991.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642992.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642993.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642994.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642995.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642996.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642997.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642998.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642999.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642999.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643000.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643001.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643002.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643003.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643004.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643005.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643006.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643007.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643008.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643009.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643009.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-7" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642970.json", + "@type": "sc:Canvas", + "label": "Monmouthshire Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json", + "@type": "sc:Canvas", + "label": "Monmouthshire Regiment - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-2", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-3", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-4", + "@type": "sc:Range", + "label": "First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-5", + "@type": "sc:Range", + "label": "Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-6", + "@type": "sc:Range", + "label": "Third Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-7", + "@type": "sc:Range", + "label": "Fourth Battalion" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-85-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-2", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-85", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-85-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-3", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-85", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642972.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642971.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642972.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-85-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-4", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-85", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642972.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642973.json", @@ -39243,13 +75121,90 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642984.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642985.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642986.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642972.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642973.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642974.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642975.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642976.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642977.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642978.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642979.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642980.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642981.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642982.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642983.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642984.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642985.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642986.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 15" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-85-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-5", "@type": "sc:Range", "label": "Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-85", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642986.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642987.json", @@ -39265,13 +75220,85 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642997.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642998.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642999.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642986.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642987.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642988.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642989.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642990.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642991.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642992.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642993.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642994.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642995.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642996.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642997.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642998.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642999.json", + "@type": "sc:Canvas", + "label": "Second Battalion - pg. 14" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-85-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-6", "@type": "sc:Range", "label": "Third Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-85", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642999.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643000.json", @@ -39284,138 +75311,387 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643007.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643008.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643009.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4642999.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643000.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643001.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643002.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643003.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643004.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643005.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643006.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643007.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643008.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643009.json", + "@type": "sc:Canvas", + "label": "Third Battalion - pg. 11" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-85-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85-7", "@type": "sc:Range", "label": "Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-85", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/85", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643009.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643009.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json", + "@type": "sc:Canvas", + "label": "Fourth Battalion - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-86", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/86", "@type": "sc:Range", "label": "Cambridgeshire Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json"] + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/86-0" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/86-0", + "@type": "sc:Range", + "label": "First Battalion" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-86-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/86-0", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-86", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/86", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-87", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/87", "@type": "sc:Range", "label": "Hertfordshire Regiment ", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json"] + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643010.json", + "@type": "sc:Canvas", + "label": "Hertfordshire Regiment - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88", "@type": "sc:Range", "label": "Herefordshire Regiment", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-3", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-4", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-5", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-6", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-7" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json", + "@type": "sc:Canvas", + "label": "Herefordshire Regiment - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-1", + "@type": "sc:Range", + "label": "First First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-2", + "@type": "sc:Range", + "label": "First Reserve Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-3", + "@type": "sc:Range", + "label": "Third First Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-4", + "@type": "sc:Range", + "label": "Serving at the Time of Death with the undermentioned Battalions of the King's Shropshire Light Infantry: Second Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-5", + "@type": "sc:Range", + "label": "Serving at the Time of Death with the undermentioned Battalions of the King's Shropshire Light Infantry: First Fourth Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-6", + "@type": "sc:Range", + "label": "Serving at the Time of Death with the undermentioned Battalions of the King's Shropshire Light Infantry: Fourth Reserve Battalion" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-7", + "@type": "sc:Range", + "label": "Serving at the Time of Death with the undermentioned Battalions of the King's Shropshire Light Infantry: Fifth Battalion " + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-1", "@type": "sc:Range", "label": "First First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json", + "@type": "sc:Canvas", + "label": "First First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-2", "@type": "sc:Range", "label": "First Reserve Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json", + "@type": "sc:Canvas", + "label": "First Reserve Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-3", "@type": "sc:Range", "label": "Third First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643011.json", + "@type": "sc:Canvas", + "label": "Third First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88-4", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-4", "@type": "sc:Range", "label": "Serving at the Time of Death with the undermentioned Battalions of the King's Shropshire Light Infantry: Second Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json", + "@type": "sc:Canvas", + "label": "Serving at the Time of Death with the undermentioned Battalions of the King's Shropshire Light Infantry: Second Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88-5", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-5", "@type": "sc:Range", "label": "Serving at the Time of Death with the undermentioned Battalions of the King's Shropshire Light Infantry: First Fourth Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json", + "@type": "sc:Canvas", + "label": "Serving at the Time of Death with the undermentioned Battalions of the King's Shropshire Light Infantry: First Fourth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88-6", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-6", "@type": "sc:Range", "label": "Serving at the Time of Death with the undermentioned Battalions of the King's Shropshire Light Infantry: Fourth Reserve Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json", + "@type": "sc:Canvas", + "label": "Serving at the Time of Death with the undermentioned Battalions of the King's Shropshire Light Infantry: Fourth Reserve Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88-7", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88-7", "@type": "sc:Range", "label": "Serving at the Time of Death with the undermentioned Battalions of the King's Shropshire Light Infantry: Fifth Battalion ", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-88", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/88", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json", + "@type": "sc:Canvas", + "label": "Serving at the Time of Death with the undermentioned Battalions of the King's Shropshire Light Infantry: Fifth Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-89", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/89", "@type": "sc:Range", "label": "Army Cyclists Corps", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643013.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/89-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/89-2" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json", + "@type": "sc:Canvas", + "label": "Army Cyclists Corps - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/89-1", + "@type": "sc:Range", + "label": "Fifty-Third Welsh Divisional Cyclist Company" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/89-2", + "@type": "sc:Range", + "label": "South Midland Divisional Cyclist Company" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-89-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/89-1", "@type": "sc:Range", "label": "Fifty-Third Welsh Divisional Cyclist Company", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-89", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/89", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643012.json", + "@type": "sc:Canvas", + "label": "Fifty-Third Welsh Divisional Cyclist Company - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-89-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/89-2", "@type": "sc:Range", "label": "South Midland Divisional Cyclist Company", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-89", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643013.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/89", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643013.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643013.json", + "@type": "sc:Canvas", + "label": "South Midland Divisional Cyclist Company - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-90", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/90", "@type": "sc:Range", "label": "Royal Defence Corps", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643013.json"] + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643013.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643013.json", + "@type": "sc:Canvas", + "label": "Royal Defence Corps - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-91", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/91", "@type": "sc:Range", "label": "Royal Army Service Corps", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", @@ -39429,31 +75705,90 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643020.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643021.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643022.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643014.json", + "@type": "sc:Canvas", + "label": "Royal Army Service Corps - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643015.json", + "@type": "sc:Canvas", + "label": "Royal Army Service Corps - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643016.json", + "@type": "sc:Canvas", + "label": "Royal Army Service Corps - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643017.json", + "@type": "sc:Canvas", + "label": "Royal Army Service Corps - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643018.json", + "@type": "sc:Canvas", + "label": "Royal Army Service Corps - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643019.json", + "@type": "sc:Canvas", + "label": "Royal Army Service Corps - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643020.json", + "@type": "sc:Canvas", + "label": "Royal Army Service Corps - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643021.json", + "@type": "sc:Canvas", + "label": "Royal Army Service Corps - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643022.json", + "@type": "sc:Canvas", + "label": "Royal Army Service Corps - pg. 9" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-92", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/92", "@type": "sc:Range", "label": "Royal Army Medical Corps", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643022.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643022.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643023.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643024.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643025.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643026.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643027.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643027.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643028.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643029.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643022.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/92-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/92-2" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643022.json", + "@type": "sc:Canvas", + "label": "Royal Army Medical Corps - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/92-1", + "@type": "sc:Range", + "label": "Territorial Force" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/92-2", + "@type": "sc:Range", + "label": "Territorial Force" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-92-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/92-1", "@type": "sc:Range", "label": "Territorial Force", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-92", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/92", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643022.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643023.json", @@ -39461,21 +75796,70 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643025.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643026.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643027.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643022.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643023.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643024.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643025.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643026.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643027.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 6" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-92-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/92-2", "@type": "sc:Range", "label": "Territorial Force", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-92", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/92", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643027.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643028.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643029.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643027.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643028.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643029.json", + "@type": "sc:Canvas", + "label": "Territorial Force - pg. 3" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-93", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/93", "@type": "sc:Range", "label": "Labour Corps", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", @@ -39485,159 +75869,382 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643031.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643032.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643033.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643029.json", + "@type": "sc:Canvas", + "label": "Labour Corps - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643030.json", + "@type": "sc:Canvas", + "label": "Labour Corps - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643031.json", + "@type": "sc:Canvas", + "label": "Labour Corps - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643032.json", + "@type": "sc:Canvas", + "label": "Labour Corps - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643033.json", + "@type": "sc:Canvas", + "label": "Labour Corps - pg. 5" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-94", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/94", "@type": "sc:Range", "label": "Royal Army Ordnance Corps", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643033.json"] + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643033.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643033.json", + "@type": "sc:Canvas", + "label": "Royal Army Ordnance Corps - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-95", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/95", "@type": "sc:Range", "label": "Royal Army Veterinary Corps", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643033.json"] + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643033.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643033.json", + "@type": "sc:Canvas", + "label": "Royal Army Veterinary Corps - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-96", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/96", "@type": "sc:Range", "label": "Royal Army Pay Corps", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json"] + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json", + "@type": "sc:Canvas", + "label": "Royal Army Pay Corps - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-97", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/97", "@type": "sc:Range", "label": "Channel Isles Militia", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json"] + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/97-0" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/97-0", + "@type": "sc:Range", + "label": "Royal Guernsey Light Infantry" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-97-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/97-0", "@type": "sc:Range", "label": "Royal Guernsey Light Infantry", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-97", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/97", + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/97-0-0" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/97-0-0", + "@type": "sc:Range", + "label": "First Service Battalion" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-97-0-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/97-0-0", "@type": "sc:Range", "label": "First Service Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-97-0", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/970-", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json", + "@type": "sc:Canvas", + "label": "First Service Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-98", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98", "@type": "sc:Range", "label": "Corps of Military Police", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json" + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98-2", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98-3" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98-0", + "@type": "sc:Range", + "label": "Mounted Branch" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98-1", + "@type": "sc:Range", + "label": "Foot Branch" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98-2", + "@type": "sc:Range", + "label": "Military Provost Staff Corps" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98-3", + "@type": "sc:Range", + "label": "Non-Combatant Corps" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-98-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98-0", "@type": "sc:Range", "label": "Mounted Branch", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-98", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json", + "@type": "sc:Canvas", + "label": "Mounted Branch - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-98-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98-1", "@type": "sc:Range", "label": "Foot Branch", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-98", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643034.json", + "@type": "sc:Canvas", + "label": "Foot Branch - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-98-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98-2", "@type": "sc:Range", "label": "Military Provost Staff Corps", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-98", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json", + "@type": "sc:Canvas", + "label": "Military Provost Staff Corps - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-98-3", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98-3", "@type": "sc:Range", "label": "Non-Combatant Corps", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-98", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/98", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json", + "@type": "sc:Canvas", + "label": "Non-Combatant Corps - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-99", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/99", "@type": "sc:Range", "label": "Queen Mary's Army Auxiliary Corps", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/99-1" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json", + "@type": "sc:Canvas", + "label": "Queen Mary's Army Auxiliary Corps - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/99-1", + "@type": "sc:Range", + "label": "Voluntary Aid" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-99-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/99-1", "@type": "sc:Range", "label": "Voluntary Aid", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-99", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/99", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643035.json", + "@type": "sc:Canvas", + "label": "Voluntary Aid - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-100", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100", "@type": "sc:Range", "label": "Saint John Ambulance Brigade", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643036.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643037.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643038.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643039.json" + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100-0", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100-1", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100-2" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100-0", + "@type": "sc:Range", + "label": "Priory For Wales" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100-1", + "@type": "sc:Range", + "label": "One Hundred and Thirtieth St John Field Ambulance" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100-2", + "@type": "sc:Range", + "label": "Blank page" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-100-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100-0", "@type": "sc:Range", "label": "Priory For Wales", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-100", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643036.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643036.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643036.json", + "@type": "sc:Canvas", + "label": "Priory For Wales - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-100-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100-1", "@type": "sc:Range", "label": "One Hundred and Thirtieth St John Field Ambulance", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-100", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643037.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643037.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643037.json", + "@type": "sc:Canvas", + "label": "One Hundred and Thirtieth St John Field Ambulance - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-100-2", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100-2", "@type": "sc:Range", "label": "Blank page", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-100", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643038.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643039.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643038.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/100-2-0" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643038.json", + "@type": "sc:Canvas", + "label": "Blank page - pg. 1" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-101", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/101", "@type": "sc:Range", "label": "Newfoundland Contingent", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643040.json"] + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/101-0" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/101-0", + "@type": "sc:Range", + "label": "First Battalion" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-101-0", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/101-0", "@type": "sc:Range", "label": "First Battalion", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-101", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643040.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/101", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643040.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643040.json", + "@type": "sc:Canvas", + "label": "First Battalion - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-102", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/102", "@type": "sc:Range", "label": "Canadian Expeditionary Force Service in France", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", @@ -39654,75 +76261,232 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643050.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643051.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643052.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643053.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643054.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643054.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643053.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/102-13", + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/102-14" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643041.json", + "@type": "sc:Canvas", + "label": "Canadian Expeditionary Force Service in France - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643042.json", + "@type": "sc:Canvas", + "label": "Canadian Expeditionary Force Service in France - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643043.json", + "@type": "sc:Canvas", + "label": "Canadian Expeditionary Force Service in France - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643044.json", + "@type": "sc:Canvas", + "label": "Canadian Expeditionary Force Service in France - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643045.json", + "@type": "sc:Canvas", + "label": "Canadian Expeditionary Force Service in France - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643046.json", + "@type": "sc:Canvas", + "label": "Canadian Expeditionary Force Service in France - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643047.json", + "@type": "sc:Canvas", + "label": "Canadian Expeditionary Force Service in France - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643048.json", + "@type": "sc:Canvas", + "label": "Canadian Expeditionary Force Service in France - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643049.json", + "@type": "sc:Canvas", + "label": "Canadian Expeditionary Force Service in France - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643050.json", + "@type": "sc:Canvas", + "label": "Canadian Expeditionary Force Service in France - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643051.json", + "@type": "sc:Canvas", + "label": "Canadian Expeditionary Force Service in France - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643052.json", + "@type": "sc:Canvas", + "label": "Canadian Expeditionary Force Service in France - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643053.json", + "@type": "sc:Canvas", + "label": "Canadian Expeditionary Force Service in France - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/102-13", + "@type": "sc:Range", + "label": "Service In United Kingdom" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/102-14", + "@type": "sc:Range", + "label": "Service In Canada" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-102-13", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/102-13", "@type": "sc:Range", "label": "Service In United Kingdom", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-102", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643054.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/102", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643054.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643054.json", + "@type": "sc:Canvas", + "label": "Service In United Kingdom - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-102-14", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/102-14", "@type": "sc:Range", "label": "Service In Canada", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-102", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643054.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/102", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643054.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643054.json", + "@type": "sc:Canvas", + "label": "Service In Canada - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-103", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/103", "@type": "sc:Range", "label": "Indian Army", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643055.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643056.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643055.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/103-1" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643055.json", + "@type": "sc:Canvas", + "label": "Indian Army - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/103-1", + "@type": "sc:Range", + "label": "Blank page" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-103-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/103-1", "@type": "sc:Range", "label": "Blank page", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-103", - "canvases": ["http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643056.json"] + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/103", + "canvases": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643056.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643056.json", + "@type": "sc:Canvas", + "label": "Blank page - pg. 1" + } + ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-104", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/104", "@type": "sc:Range", "label": "New Zealand Expeditionary Force", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643057.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643058.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643057.json", + "@type": "sc:Canvas", + "label": "New Zealand Expeditionary Force - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643058.json", + "@type": "sc:Canvas", + "label": "New Zealand Expeditionary Force - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-105", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/105", "@type": "sc:Range", "label": "Southern Rhodesia Forces", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", "canvases": [ - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643058.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643059.json", - "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643060.json" + "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643058.json" + ], + "ranges": [ + "http://dams.llgc.org.uk/iiif/2.0/4642022/range/105-1" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643058.json", + "@type": "sc:Canvas", + "label": "Southern Rhodesia Forces - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/105-1", + "@type": "sc:Range", + "label": "Blank page" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-105-1", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/105-1", "@type": "sc:Range", "label": "Blank page", - "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-105", + "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/105", "canvases": [ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643059.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643060.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643059.json", + "@type": "sc:Canvas", + "label": "Blank page - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643060.json", + "@type": "sc:Canvas", + "label": "Blank page - pg. 2" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-106", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/106", "@type": "sc:Range", "label": "British Mercantile Marine", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", @@ -39765,10 +76529,202 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643096.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643097.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643098.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643061.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 1" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643062.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 2" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643063.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 3" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643064.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 4" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643065.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 5" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643066.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 6" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643067.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643068.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643069.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 9" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643070.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 10" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643071.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 11" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643072.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 12" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643073.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 13" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643074.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 14" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643075.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 15" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643076.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 16" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643077.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 17" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643078.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 18" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643079.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 19" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643080.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 20" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643081.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 21" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643082.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 22" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643083.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 23" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643084.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 24" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643085.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 25" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643086.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 26" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643087.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 27" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643088.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 28" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643089.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 29" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643090.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 30" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643091.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 31" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643092.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 32" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643093.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 33" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643094.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 34" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643095.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 35" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643096.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 36" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643097.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 37" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643098.json", + "@type": "sc:Canvas", + "label": "British Mercantile Marine - pg. 38" + } ] }, { - "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/-107", + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/107", "@type": "sc:Range", "label": "Back matter", "within": "http://dams.llgc.org.uk/iiif/2.0/4642022/range/root", @@ -39780,6 +76736,43 @@ "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643103.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643104.json", "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643105.json" + ], + "members": [ + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643099.json", + "@type": "sc:Canvas", + "label": "Back matter - pg. 7" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643100.json", + "@type": "sc:Canvas", + "label": "Back matter - pg. 8" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643101.json", + "@type": "sc:Canvas", + "label": "IBC" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643102.json", + "@type": "sc:Canvas", + "label": "BC" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643103.json", + "@type": "sc:Canvas", + "label": "S" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643104.json", + "@type": "sc:Canvas", + "label": "General View" + }, + { + "@id": "http://dams.llgc.org.uk/iiif/2.0/4642022/canvas/4643105.json", + "@type": "sc:Canvas", + "label": "General View" + } ] } ]