Skip to content

nakamura196/iiif

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

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)

CC0

利用上の注意

  • 各コレクションのデータ利用にあたっては、公開元の利用条件をご確認ください。
  • 取得時期や方法、抽出漏れやエラーにより、各コレクションで公開されている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
    │   ...


コレクションの一覧

https://www.kanzaki.com/works/2016/pub/image-annotator?u=https://nakamura196.github.io/iiif/data/collection/collection.json


各コレクションの取得プログラム(順次追加中)

src/collections
│
└───collection_A
|   │   createManifestList.py
|   └───data
|       │   manifest_list.csv(取得したIIIF Manifestの一覧)
|       │   ...
│
└───collection_B
|   │   createManifestList.py
|   └───data
|       │   manifest_list.csv
|       │   ...