Combining Faceted Search with Data-analytic Visualizations on Top of - - PowerPoint PPT Presentation

combining faceted search with data analytic
SMART_READER_LITE
LIVE PREVIEW

Combining Faceted Search with Data-analytic Visualizations on Top of - - PowerPoint PPT Presentation

Combining Faceted Search with Data-analytic Visualizations on Top of a SPARQL Endpoint VOILA!, ISWC, October 8, 2018 Petri Leskinen 1 , Goki Miyakita 2 , Mikko Koho 1 , and Eero Hyvnen 1,3 1) Semantic Computing Research Group (SeCo), Aalto


slide-1
SLIDE 1

Combining Faceted Search with Data-analytic Visualizations on Top of a SPARQL Endpoint

Petri Leskinen1, Goki Miyakita2, Mikko Koho1, and Eero Hyvönen1,3

1)Semantic Computing Research Group (SeCo), Aalto University, Finland 2)KMD Research Institute, Keio University, Japan 3)HELDIG -- Helsinki Centre for Digital Humanities, University of Helsinki, Finland

VOILA!, ISWC, October 8, 2018

slide-2
SLIDE 2

Contents

  • Introduction
  • Case studies

○ WarSampo ○ Vanhat Norssit in Semantic Web ○ BiographySampo ○ U.S. Congress Prosopographer

  • Summary
slide-3
SLIDE 3

Introduction

slide-4
SLIDE 4

SPARQL-Faceter

(https://github.com/SemanticComputing/angular-semantic-faceted-search)

  • Lightweight client-side solution
  • Angular JS as framework
  • Search large datasets from SPARQL endpoints
  • Person search with certain criteria
  • Extendable to data-analytic visualizations
slide-5
SLIDE 5

WarSampo – Finnish WW II on the Semantic Web

slide-6
SLIDE 6

WarSampo

The casualties page has four different views:

  • Table-like result view
  • Age distribution
  • Personal life paths
  • Bar Charts
slide-7
SLIDE 7

Table-like result view

Person search by chosen criteria on the left side faceter

slide-8
SLIDE 8

Age Distribution

slide-9
SLIDE 9

Life Paths

slide-10
SLIDE 10

Distribution of property values,e.g. place of deaths:

Bar Charts

slide-11
SLIDE 11

Vanhat Norssit in Semantic Web

slide-12
SLIDE 12

Vanhat Norssit on Semantic Web

The highschool alumni site has three different views:

  • Table-like result view
  • Pie Charts and Sankey Diagrams
  • Column Charts
slide-13
SLIDE 13

Links a school with a profession:

Sankey Diagram

slide-14
SLIDE 14

Distribution of most common employers:

Column Charts

slide-15
SLIDE 15

U.S. Congress Prosopographer

slide-16
SLIDE 16

U.S. Congress Prosopographer

The U.S. Congress Prosopographer (https://semanticcomputing.github.io/congress-legislators/) has four different views:

  • Grid-like result view for people
  • Maps
  • Chart
  • Graphs
slide-17
SLIDE 17

Comparing Democratic vs. Republican:

slide-18
SLIDE 18

BiographySampo –

Semantic National Biography of Finland

slide-19
SLIDE 19

BiographySampo

The National Biography of Finland (www.biografiasampo.fi) has sevel different views:

  • Table-like result view for people
  • Table-like result view for places
  • Maps
  • Statistics
  • Networks
  • Relation Search
  • Language Analysis
slide-20
SLIDE 20

Comparison of 19th century clergy and generals:

Maps

slide-21
SLIDE 21

Networks of Finnish people in ULAN:

Networks

Personal network of Eliel Saarinen: A link is formed when person A is mentioned in person B’s biographical texts

slide-22
SLIDE 22

Summary

slide-23
SLIDE 23

SPARQL-Faceter

  • For searching an individual person
  • For defining a group of people with a certain criteria

Visual output:

  • a Table or Grid formatted of people
  • Various kinds of visualizations

○ Maps, Charts, Networks etc. ○ Using an external library, like Google Charts, Cytoscape etc.

slide-24
SLIDE 24

Questions?

slide-25
SLIDE 25

Thank You