Language
Login
Language Setting
X
English
日本語 [Japanese]
about this App
世帯規模別人口の県別比較マップ on IBM Manyeyes
useful
2
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
平成22年国勢調査 人口等基本集計
Contributor:flyhard
Update:Apr 10, 2013
2142 Downloads, 2 Applications
平成22年国勢調査 人口等基本集計 (「平成22年国勢調査調査」(総務省統計局)より)
7_16_feed_of_milk_egg
7_16_feeding_of_cow_pig_chicken
7_2_farm_worker_pop
foreigner_area_all
[
]
foreigner_area_female
[
]
foreigner_area_male
[
]
jp_census_2010_Table31_01
jp_census_2010_Table31_02
jp_census_2010_Table31_03
jp_census_medical_establishment_2009
jp_census_medical_operations_2009
jp_census_medical_worker_2010
jp_census_table_01
jp_census_table_02
jp_census_table_03_23_30
[
]
jp_census_table_03_population_by_age_sex
[
]
Add LinkData work(LinkData)
Link http://app.linkdata.org/run/app1s219i?tab=readme
Initial content
jquery-1.7.1.min.js
Work
Add
Clear
insert work id or work name.