A comment might target a 3D volume within the Scene.
"target": [
{
"type": "SpecificResource",
"source": [
{
"id": "https://example.org/iiif/scene1/page/p1/1",
"type": "Scene"
}
],
"selector": [
{
"type": "WktSelector",
"value": "POLYGONZ(( 0 0 0, 1 0 0, 0 1 0, 0 0 1 ))"
}
]
}
]
Split from #2255
A comment might target a 3D volume within the Scene.
A suggested approach is to use a
WktSelector:https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry
Note that the value uses POLYGONZ not POLYGON: https://gis.stackexchange.com/a/206631