Skip to content

Commit ee727d6

Browse files
committed
Merge branch 'prezi-4' into full_manifests_extended_tc
2 parents f7d1382 + 7ea1b6c commit ee727d6

17 files changed

Lines changed: 10095 additions & 9074 deletions

source/_includes/links.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,14 @@
311311
[slack]: http://bit.ly/iiif-slack
312312
[web-arch]: http://www.w3.org/TR/webarch/ "Architecture of the World Wide Web"
313313

314+
[prezi40]: {{ site.api_url | absolute_url }}/presentation/4.0/
315+
[prezi40-terminology]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#terminology
314316

315317
<!-- Link definitions for Presentation API 4.0 model references -->
316318
<!-- Generated by scripts/link_code_references.py -->
317319

320+
321+
318322
[prezi-40-model-Agent]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#Agent
319323
[prezi-40-model-AmbientAudio]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#AmbientAudio
320324
[prezi-40-model-AnimationSelector]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#AnimationSelector

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)