Skip to content

Commit f7d1382

Browse files
committed
Add more properties to Artwork use case
1 parent f8f4a6d commit f7d1382

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

source/presentation/4.0/example/uc01_artwork.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,30 @@
9292
]
9393
}
9494
],
95+
"rendering": [
96+
{
97+
"id": "https://iiif.wellcomecollection.org/pdf/b14658197",
98+
"type": "Text",
99+
"label": { "en":[ "View as PDF" ] },
100+
"format": "application/pdf"
101+
}
102+
],
103+
"seeAlso": [
104+
{
105+
"id": "https://api.wellcomecollection.org/catalogue/v2/works/nydjbrr7",
106+
"type": "Dataset",
107+
"profile": "https://api.wellcomecollection.org/catalogue/v2/context.json",
108+
"label": {"en":[ "Wellcome Collection Catalogue API" ]},
109+
"format": "application/json"
110+
}
111+
],
112+
"partOf": [
113+
{
114+
"id": "https://iiif.wellcomecollection.org/presentation/collections/genres/Oil_paintings",
115+
"type": "Collection",
116+
"label": {"en":[ "Genre: Oil paintings" ]}
117+
}
118+
],
95119
"items": [
96120
{
97121
"id": "https://iiif.io/api/presentation/4.0/example/09/canvas",
@@ -130,7 +154,12 @@
130154
}
131155
]
132156
}
133-
]
157+
],
158+
"spatialScale": {
159+
"type": "Quantity",
160+
"quantityValue": 0.0004,
161+
"unit": "m"
162+
}
134163
}
135164
]
136165
}

0 commit comments

Comments
 (0)