Skip to content

Commit

Permalink
fix #2223 isPartOf
Browse files Browse the repository at this point in the history
  • Loading branch information
kirschbombe committed Jun 8, 2024
1 parent bd5c80f commit a92c23a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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

0 comments on commit a92c23a

Please sign in to comment.