クリーブランド美術館RDF:ジャパンサーチモデル版Cleveland Museum RDF in Japan Search Model
クリーブランド美術館オープンアクセスAPIのデータから、日本美術部門のレコードを取得してジャパンサーチ(JPS)利活用スキーマによるRDFを生成しました。メトロポリタン美術館RDFと合わせてのクエリも可能にしています。
This is an RDFization of The Cleveland Museum of Art Open Access API Japanese Art department records with Japan Search (JPS) data model. Search across Metropolitan Museum RDF is also possible.
※展示品リストの選択肢は、日本美術部門から20点以上の出品があった展覧会を選んでいます。一般クエリ例にも2014年クリーブランド美術館展作品がありますが、これは同展覧会のカタログに基づいて作品番号を付与し、その順番に並ぶようにしたものです。
※Major exhibitions are those listed more than 20 items from Japanese Art Department. A query of Works list in 2014 Japan Exhibition in general query example is to order items based on the catalogue number at the exhibition.
クリーブランド美術館RDFはCulture Japanに統合しました。以下はその前身となったRDFモデルの説明です。また上記フォームのクエリはCulture JapanのSPARQLエンドポイントに送られます。
Cleveland Museum RDF has been integrated into Culture Japan. The followings are the explanation of the model which was a starting point of Cultural Japan.
マッピングについてAbout this mapping
クリーブランド美術館オープンアクセスAPIで条件をdepartment=Japanese+Art
として取得した2,606件をRDF化したものです。APIの返り値JSONには44の上位プロパティがあり、さらにいくつかは構造化されていますが、そこから下の表に示すフィールドを選んでRDFに変換しました。マッピングの基本的な考え方はメトロポリタン美術館の場合とほぼ同様です。
2,606 records are retrieved from API with condition department=Japanese+Art
. Response JSON has 44 top level properties and some of them are structured. The fields shown in the following table are mapped to RDF. See Metropolitan Museum CSV mapping for basic strategy.
- exhibitionsの各要素は、アイテム(作品)のプロパティとしてではなく、各展覧会にURIを付与し、そこから
schema:workFeatured
で出展作品にリンクする形にしています。 - citationsの各要素は、それぞれのcitationフィールド値のハッシュからURI(urn:x-citation:...)を生成し、
relatedLink
で関連付けました。複数のアイテムが同じ文献に引用されている場合がたくさんあるので、これらを同じ引用元にまとめられるようにするためです。
- Each element of exhibitions list is not a property value of the item (work), rather it is assigned an exhibition URI, from which the item is related with
schema:workFeatured
. - For each element of citations, a URI (urn:x-citation:...) to represent the article is generated from a hash of citation value, and related with
relatedLink
so as to find items from the same article.
CSVフィールド field label | マッピングmapping 1 | マッピングmapping 2 | データ例data sample |
---|---|---|---|
id | id (subject uri) | schema:description | 103289 |
accession_number | jps:accessInfo/jps:contentId | - | 1921.358 |
share_license_status | jps:accessInfo/schema:license | - | CC0 |
tombstone | schema:description | - | Chushingura: Act X of The Storehouse of Loyalty, late 1790s. Kitagawa Utamaro... |
current_location | schema:description | - | - |
title | rdfs:label | schema:name | Chushingura: Act X of The Storehouse of Loyalty |
title_in_original_language | schema:name | - | - |
creation_date | schema:temporal | jps:temporal(/schema:description) | late 1790s |
creators.description | schema:creator | jps:agential(/schema:description) | Kitagawa Utamaro (Japanese, 1753?-1806) |
creators.role | jps:agential/jps:relationType | - | artist |
culture | schema:description | - | Japan, Edo Period (1615-1868) |
technique | schema:description | - | color woodblock print |
collection | schema:description | - | Japanese Art |
type | rdf:type | schema:description | |
measurements | schema:description | - | Sheet: 36.6 x 26.1 cm (14 7/16 x 10 1/4 in.) |
creditline | schema:description | - | Gift from J. H. Wade |
copyright | jps:accessInfo/jps:contentRights | - | - |
inscriptions.inscription | schema:description | - | Signature: Utamaro hitsu Publisher: Nishimuraya Yohachi (Eiju han, emblem) |
exhibitions | ←schema:workFeatured | - | - |
fun_fact | schema:description | - | - |
digital_description | schema:description | - | - |
wall_description | schema:description | - | Stage Version The hero Gohei bravely plants himself... |
url | jps:sourceInfo/schema:url | - | https://clevelandart.org/art/1921.358 |
citations | schema:relatedLink | jps:relatedLink | - |
image.web.url | schema:image | - | https://openaccess-cdn.clevelandart.org/1921.358/1921.358_web.jpg |
updated_at | jps:sourceInfo/schema:dateModified | - | 2019-04-22 08:39:06.335000 |
データ例の列で示した値は、http://purl.org/net/ld/jpsearch/https://ld.cultural.jp/data/cleveland-103289のようにマッピングされます。
Data shown in data sample column is mapped as http://purl.org/net/ld/jpsearch/https://ld.cultural.jp/data/cleveland-103289.