Skip to content

Commit 3b969c7

Browse files
authored
Merge branch 'prezi-4' into friday_edits
2 parents b9620bb + 7ea1b6c commit 3b969c7

15 files changed

Lines changed: 9156 additions & 8226 deletions

source/presentation/4.0/example/05_fragment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"id": "https://iiif.io/api/presentation/4.0/example/05/annotation/bodies/koto-body",
6363
"type": "TextualBody",
6464
"value": "Koto with a cover being carried",
65-
"language": "en",
65+
"language": ["en"],
6666
"format": "text/plain"
6767
},
6868
"target": {

source/presentation/4.0/example/06_specific_resource.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@
6262
"id": "https://iiif.io/api/presentation/4.0/example/06/annotation/bodies/koto-body",
6363
"type": "TextualBody",
6464
"value": "Koto with a cover being carried",
65-
"language": "en",
65+
"language": ["en"],
6666
"format": "text/plain"
6767
},
6868
"target": {
6969
"id": "https://iiif.io/api/presentation/4.0/example/06/resources/koto-sr",
7070
"type": "SpecificResource",
7171
"source": {
72-
"id": "https://iiif.io/api/presentation/4.0/example/06/page/p1/1",
72+
"id": "https://iiif.io/api/presentation/4.0/example/06/canvas/p1",
7373
"type": "Canvas"
7474
},
7575
"selector": {

source/presentation/4.0/example/07_collection.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"@context": "http://iiif.io/api/presentation/4/context.json",
23
"id": "https://iiif.io/api/presentation/4.0/example/07_collection.json",
34
"type": "Collection",
45
"label": { "en": [ "Top-level Collection" ] },

source/presentation/4.0/example/07_sub_collection.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"@context": "http://iiif.io/api/presentation/4/context.json",
23
"id": "https://iiif.io/api/presentation/4.0/example/07_sub_collection.json",
34
"type": "Collection",
45
"label": {

0 commit comments

Comments
 (0)