Dataset of IIIF Discovery in Japan
You can search data in this dataset with "Cultural Japan".
https://cultural.jp/search?fc-source=IIIF%20Discovery%20in%20Japan
About (in Japanese)
利用上の注意
- 各コレクションのデータ利用にあたっては、公開元の利用条件をご確認ください。
- 取得時期や方法、抽出漏れやエラーにより、各コレクションで公開されているIIIF Manifestをすべて取得できていない場合があります。
IIIF Collectionのディレクトリ構造
https://github.com/nakamura196/iiif/tree/master/docs/data/collection
docs/data/collection
| collection.json(本ファイルがすべてのコレクションを包含したIIIF Collectionです)
|
└───collections
│ collection_A.json
│ collection_B.json
│ collection_C.json
│ ...
コレクションの一覧
各コレクションの取得プログラム(順次追加中)
src/collections
│
└───collection_A
| │ createManifestList.py
| └───data
| │ manifest_list.csv(取得したIIIF Manifestの一覧)
| │ ...
│
└───collection_B
| │ createManifestList.py
| └───data
| │ manifest_list.csv
| │ ...