Open berger-n opened 4 years ago
The first is a bug indeed, but the second is a bit more complex:
doing that would make for a much more coherent experience...
outline is now displayed:
regarding the missing thumbnail issue it appears that this is because there is no tmp:thumbnailIIIFService
here, as the images are hosted elsewhere...
(sorry, wrong move)
well, there is a tmp:thumbnailIIIFService
actually...
bdr:MW0TT0000 tmp:thumbnailIIIFService <https://candra.dhii.jp/iipsrv/iipsrv.fcgi?IIIF=/taisho/01/01_0001.tif> .
interesting, thanks ;-) let's give it a second look
short query in fuseki confirmed that this is the only thumbnail of that kind:
select ?RES ?t
where {
?RES tmp:thumbnailIIIFService ?t .
filter regex( str(?t), "taisho|candra" ) .
}
is it on purpose?