Skip to content

Commit

Permalink
Merge pull request #2305 from IIIF/presi-context-fixes
Browse files Browse the repository at this point in the history
Presi context file fixes
  • Loading branch information
JulieWinchester authored Oct 24, 2024
2 parents 6501fad + c1b7db2 commit a937d2a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions source/presentation/3/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@id": "iiif_prezi:Collection",
"@context": {
"partOf": {
"@id": "dcterms:partOf",
"@id": "dcterms:isPartOf",
"@type": "@id",
"@container": "@set"
}
Expand All @@ -34,7 +34,7 @@
"@id": "iiif_prezi:Manifest",
"@context": {
"partOf": {
"@id": "dcterms:partOf",
"@id": "dcterms:isPartOf",
"@type": "@id",
"@container": "@set"
}
Expand All @@ -44,7 +44,7 @@
"@id": "iiif_prezi:Canvas",
"@context": {
"partOf": {
"@id": "dcterms:partOf",
"@id": "dcterms:isPartOf",
"@type": "@id",
"@container": "@set"
}
Expand All @@ -54,7 +54,7 @@
"@id": "iiif_prezi:Range",
"@context": {
"partOf": {
"@id": "dcterms:partOf",
"@id": "dcterms:isPartOf",
"@type": "@id",
"@container": "@set"
}
Expand All @@ -67,7 +67,7 @@
"http://www.w3.org/ns/anno.jsonld",
{
"partOf": {
"@id": "dcterms:partOf",
"@id": "dcterms:isPartOf",
"@type": "@id",
"@container": "@set"
},
Expand Down Expand Up @@ -206,7 +206,6 @@
"viewingDirection": {
"@id": "iiif_prezi:viewingDirection",
"@type": "@vocab",
"@container": "@set",
"@context": {
"left-to-right": "iiif_prezi:leftToRightDirection",
"right-to-left": "iiif_prezi:rightToLeftDirection",
Expand Down Expand Up @@ -382,7 +381,9 @@
},

"painting": "iiif_prezi:painting",
"supplementing": "iiif_prezi:supplementing"
"supplementing": "iiif_prezi:supplementing",
"contentState": "iiif_prezi:contentState",
"contextualizing": "iiif_prezi:contextualizing"
}
}

0 comments on commit a937d2a

Please sign in to comment.