creating visualizations using linked data
play

Creating visualizations using Linked Data Alvaro Graves - PowerPoint PPT Presentation

Creating visualizations using Linked Data Alvaro Graves gravea3@rpi.edu @alvarograves 1 Friday, December 14, 12 Agenda Visualizations based on Linked Data Why they are useful? Challenges What is Visualbox Examples 2


  1. Creating visualizations using Linked Data Alvaro Graves gravea3@rpi.edu @alvarograves 1 Friday, December 14, 12

  2. Agenda • Visualizations based on Linked Data • Why they are useful? • Challenges • What is Visualbox • Examples 2 Friday, December 14, 12

  3. Linked Data Visualizations • Why governments should publish Linked Data? • Structured data on the Web • Flexible to model multiple domains (health, education, budgets) • Open, machine-friendly standards to publish data 3 Friday, December 14, 12

  4. Linked Data Visualizations • Publishing is not enough! • How do we make easier for users to consume it? • How do we explore the data? • How can we discover trends? • How can we find errors or outliers? 4 Friday, December 14, 12

  5. Linked Data Visualizations • Why visualizations are useful? • In many cases, visualizations make it easy to consume data • It helps to discover and explore trends in a simply manner • Errors that otherwise would be hard to find, can be found easily 5 Friday, December 14, 12

  6. Detect anomalies Attraction in Berlin? http://visualbox.org/demos/AttractionsInBerlin 6 Friday, December 14, 12

  7. Discover trends 7 Friday, December 14, 12

  8. Challenges • Using visualization tools is hard • Many technologies • JavaScript, Google Maps, SVG, D3.js, etc. • Steep learning curve • It’s not easy to create rapid prototypes 8 Friday, December 14, 12

  9. Visualbox • Environment for creating LD visualizations • Provides multiple visualizations types • Maps, graphs, charts, timelines • Simple creation process • Trivial to share (just pass a URL) • http://myserver/myVisualization 9 Friday, December 14, 12

  10. GUI Editor 1 3 Components list Template Editor Query and 4 visualization helpers 7 2 Show results Template Editor 5 Testing options 10 6 Testing results Friday, December 14, 12

  11. How do you create a visualization in Visualbox? Step 1: Create a SPARQL query SELECT DISTINCT ?country ?population WHERE{ ?country ex:hasPopulation ?population } Step 2: Add a visualization filter {{models. main |GoogleVizColumnChart:" country,population "}} 11 Friday, December 14, 12

  12. Example: Trends in UK school system Step 1: Create a SPARQL query (called main ) SELECT DISTINCT (SUM(?c) AS ?schoolCapacity ) (COUNT(?school) AS ?schoolsPerDistrict ) (SUM(?c)/COUNT(?school) as ?ratio ) (MAX(?districtl) AS ?l ) WHERE{ ?school school:schoolCapacity ?c ; school:districtAdministrative ?district. ?district rdfs:label ?districtl . }GROUP BY ?district ORDER BY ?schoolCapacity Step 2: Add a visualization filter {{models. main |GoogleVizColumnChart:" l,schoolsPerDistrict "}} 12 Friday, December 14, 12

  13. {{models.main|GoogleVizColumnChart:" l,schoolsPerDistrict "}} 13 Friday, December 14, 12

  14. {{models.main|GoogleVizColumnChart:" l,ratio "}} 14 Friday, December 14, 12

  15. Average school size vs. number of schools per district {{models. main |GoogleVizColumnChart:" districtLabel,schoolCapacity "}} 15 Friday, December 14, 12

  16. Average school size vs. number of schools per district {{models. main |GoogleVizColumnChart:" districtLabel,schoolCapacity "}} 15 Friday, December 14, 12

  17. Further questions • What if we have • Average scores in Math, Language, etc.? • Poverty level of each area? • Other social metrics • Compare to other countries? • Linked Data makes it easy to query and mix data • Visualbox makes it easy to visualize it 16 Friday, December 14, 12

  18. 17 Friday, December 14, 12

  19. More info Visualbox: http://visualbox.org Demos: http://visualbox.org/demos Github: https://github.com/alangrafu/visualbox Visualbox Virtual Machine: http://bit.ly/visualboxVM 18 Friday, December 14, 12

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend