Skip to content

Commit

Permalink
add selectors to presi3 context
Browse files Browse the repository at this point in the history
  • Loading branch information
kirschbombe committed Sep 6, 2023
1 parent ca19ec1 commit 9d16509
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion source/presentation/3/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"as": "http://www.w3.org/ns/activitystreams#",
"ebu": "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#",
"schema": "https://schema.org/",
"iiif_selectors": "http://iiif.io/api/registry/selectors#",

"id": "@id",
"type": "@type",
Expand Down Expand Up @@ -347,6 +346,30 @@
"@container": "@set"
},

"selector": {
"@type": "@id",
"@id": "oa:selector",
"@container": "@set",
"@context": {
"ImageApiSelector": {
"@id": "https://preview.iiif.io/api/image-api-selector-update/registry/selectors#:ImageApiSelector",
"@context": "https://preview.iiif.io/api/image-api-selector-update/registry/selectors/context.json"
},
"PointSelector": {
"@id": "https://preview.iiif.io/api/image-api-selector-update/registry/selectors#:PointSelector",
"@context": "https://preview.iiif.io/api/image-api-selector-update/registry/selectors/context.json"
},
"AudioContentSelector": {
"@id": "https://preview.iiif.io/api/image-api-selector-update/registry/selectors#:AudioContentSelector",
"@context": "https://preview.iiif.io/api/image-api-selector-update/registry/selectors/context.json"
},
"VisualContentSelector": {
"@id": "https://preview.iiif.io/api/image-api-selector-update/registry/selectors#:VisualContentSelector",
"@context": "https://preview.iiif.io/api/image-api-selector-update/registry/selectors/context.json"
}
}
},

"start": {
"@type": "@id",
"@id": "iiif_prezi:start"
Expand Down

0 comments on commit 9d16509

Please sign in to comment.