buda-base / public-digital-library

http://library.bdrc.io
5 stars 6 forks source link

missing elements in instance/outline #235

Open berger-n opened 4 years ago

berger-n commented 4 years ago
eroux commented 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...

berger-n commented 4 years ago

outline is now displayed: image

regarding the missing thumbnail issue it appears that this is because there is no tmp:thumbnailIIIFService here, as the images are hosted elsewhere...

berger-n commented 4 years ago

(sorry, wrong move)

eroux commented 4 years ago

well, there is a tmp:thumbnailIIIFService actually...

bdr:MW0TT0000 tmp:thumbnailIIIFService <https://candra.dhii.jp/iipsrv/iipsrv.fcgi?IIIF=/taisho/01/01_0001.tif> .
berger-n commented 4 years ago

interesting, thanks ;-) let's give it a second look

berger-n commented 4 years ago

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" ) .
}

image

is it on purpose?