Language
ログイン
言語設定
X
English
日本語 [Japanese]
アプリの説明へ
裾野都市公園
いいね!
0
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>
実行画面
入力データ
概要
保存した実行結果
データ作品
テーブルデータ
裾野市 都市公園
作者:裾野市
更新日:2013年11月25日
1712 ダウンロード, 2 アプリケーション
裾野市の都市公園(市で管理する公園)の一覧です。 掲載情報:駐車場、水飲み場、トイレ、遊具
susono_toshi_park
[
]
データ作品を追加する
Link http://app.linkdata.org/run/app1s650i?tab=readme
jquery-1.7.1.min.js
Work
追加
クリア
insert work id or work name.