Language
Login
Language Setting
X
English
日本語 [Japanese]
about this App
Discover Kyoto in Books
useful
1
Loading...
/* This is a Example program to retrieve and display the data. Press the Run button on the right of the screen (described the behavior of the Example program below). Please create a new application rewrite this program work. */ window.onload = function() { var limit = 5; var count = 0; $.each(LinkData.getWorks(), function(workKey, workValue) { $("#result").append("<h3>Work: " + workValue + "</h3>"); $.each(LinkData.getFiles(workValue), function(fileKey, fileValue) { $("#result").append("<h4>File: " + fileValue + "</h4>"); $.each(LinkData.getSubjects(workValue, fileValue), function(subjKey, subjValue) { count = 0; $.each(LinkData.getProperties(workValue, fileValue), function(propKey, propValue) { if(count++ > limit) { return false; } $("#result").append("<div style='padding-top:10px;'>Subject : " + subjValue + "</div>"); $("#result").append("<div style='padding-left:10px;'>Property : " + propValue + "</div>"); $("#result").append("<div style='padding-left:20px;'>Objects</div>"); $.each(LinkData.getObjects(workValue, fileValue, subjValue, propValue), function(objKey, objValue) { $("#result").append("<div style='padding-left:30px;'>" + objValue + "</div>"); }); }); }); }); }); };
<div id="result"></div>
Preview
LinkData Work
Table Data
京都が出てくる本のデータ
Contributor:libmaro
Update:Oct 27, 2024
4609 Downloads, 7 Applications
京都が出てくる小説やマンガ・ライトノベル等のデータです。作品に出てくる京都の位置データに加え、おススメ度や内容紹介付き。 定期的に更新し、データを増やしていきます。 「kyotobook_list」は、ししょまろはん作成の上記データのみ。IPA共通語彙基盤 コア語彙(IMI)とDublin Coreを原則利用しています。 「kyotobook_sengoku_list」は、gangantoshokanさんの「戦国時代を舞台にした歴史小説:calilリンクつき」データも入っています。
kyotobook_list
kyotobook_sengoku_list
[
]
Add LinkData work(LinkData)
Link http://app.linkdata.org/run/app1s606i?tab=readme
jquery-1.7.1.min.js
Work
Add
Clear
insert work id or work name.