SlideShare ist ein Scribd-Unternehmen logo
1 von 27
Downloaden Sie, um offline zu lesen
RDF GRAPH VISUALIZATION
BY INTERPRETING LINKED DATA AS KNOWLEDGE
Rathachai CHAWUTHAI & Prof.Hideaki TAKEDA
National Institute of Informatics , and SOKENDAI
RDF4U
JIST2015 Yichang, China 11-13 Nov 2015
AGENDA
• Motivation
• Methods
• Graph Simplification
• Triple Ranking
• Property Selection
• Outcome
• Future Plan
MOTIVATION
THE ROLE OF SEMANTIC WEB IN KNOWLEDGE MANAGEMENT
DDaattaa  ttiieerr
SSeerrvviiccee  ttiieerr
VViissuuaalliissaattiioonn  ttiieerr
SSPPAARRQQLL JJEENNAA eettcc..
4
AApppplliiccaattiioonn//PPrreesseennttaattiioonn//
At Visualisation Tier,
• RDF data are transformed into 

Chart, Geographic Map, etc. 

and then serve users.
It’s cool, but
• Users are far from RDF data, so
they do not understand the power
of Semantic Web and do not realise
how to contribute RDF data.
For this reason,
• It could be good if users can read
RDF data directly using node-link
diagram or concept-map diagram.
read
READING FROM A QUERY GRAPH
5
Querying the 2-hop neighbourhood (or more hops) of a given URI
gives wider information on the topic.
CCaaffffee  
MMoocchhaa
EEsspprreessssoo CChhooccoollaattee
SSuuggaarr MMiillkk
CCooffffeeeettyyppee
sswweeeett
ttyyppee
ttaassttee
ssuuggaarrccaannee
mmaaddee  ffrroomm
ccooww
pprroodduucceess
wwhhiittee
ccoolloorr
ccooccooaa
ccoonnttaaiinnss
aa  sshhoott  ooff
ttooppppeedd  bbyyccoonnttaaiinnss
hhaass  llaayyeerr  ooff
ccaaffffeeiinnee  
ccoonnttaaiinn
443300  mmgg//LL
bbllaacckk
ccoolloorr
bbiitttteerr
ttaassttee
PROBLEMS
1) A Query Graph is TOO Complicated to Read.
http://lod.ac/species/Bubohttp://dbpedia.org/resource/Tokyo
6
PROBLEMS
7
2) Lacking of Reading Flow of RDF Data
All triples are equal, so Background Content and Main Point
are NOT structured in any RDF graphs.
≠ TTooppiicc
GOAL
8
we prefer …….
✦ A Simply Readable Graph
✦ A Well-Reading-Flow Graph
TTooppiicc
TTooppiicc
Common Information
Topic-Specific Information
DEMO
http://my.tv.sohu.com/us/271745761/81854223.shtml
9
https://www.youtube.com/watch?v=z3roA9-Cp8g
bit.ly/youtube_rdf4u
bit.ly/sohu_rdf4u
Full urls
METHODS
OVERALL
11
PropertySelection
Graph
Simplification
TripleRanking
RDF4U Human-Readable
Graph
Original
Query Graph
display/hide properties
select simplification rules
choose a proper rank
User
GRAPH SIMPLICATION
12
• Some well-prepared RDF repositories did reasoning on
ontologies in order to support a SPARQL service.
• One impact is that the inferred triples create giant
components in a graph.
• A closer look at the data indicates that the following
situations are commonly found in any complex RDF graph.
• equivalent or same-as instances (owl:sameAs),
• transitive properties (e.g. skos:broaderTransitive), and
• hierarchical classification (rdf:type & rdfs:subClassOf)
• Thus, this method aims to remove some redundant triples
by using the mechanism of Semantic Web rules.
xx
CC11
CC22
rrddffss::ssuubbCCllaassssOOffrrddff::ttyyppee
xx
yy
zz
PP
PP
GRAPH SIMPLICATION
13
ss11 oo11
oo22
pp11
pp22
ss22
oowwll::ssaammeeAAss and fD(s1) > fD(s2) ss11
pp11
pp22
oo11
oo22
To merge same-as nodes
To remove transitive links
To remove inferred type hierarchies
xx
yy
zz
PP
PP
PP
and p rdf:type
owl:TransitiveProperty .
xx
CC11
CC22
rrddff::ttyyppee
rrddff::ttyyppee
rrddffss::ssuubbCCllaassssOOff
11
22
33
GRAPH SIMPLICATION
Example Result
14
Graph
Simplification
Superorder(
Order(
owls(
Strigiformes(
Family(
Common(Name(
Strigidae(Aves(
Bubo(
eagle(owls(
Genus(
Class(
birds(
Coelurosauria(
Neognathae(
Taxon(Name(
hasSynonym)
hasSynonym)
hasParentTaxon)
hasParentTaxon)
hasParentTaxon)
hasTaxonRank)
hasTaxonRank)
hasTaxonRank)
hasTaxonRank)
hasSynonym)
hasParentTaxon)
hasTaxonRank)
type)
type)
type)type)
type)
ScienAfic(Name(
http://lod.ac/species/Bubo
Simplified Graph
Original
Query Graph
TRIPLE RANKING
15
Since users have different background knowledge in a specific topic,
beginners may interested in reading common information before getting
topic-specific information, while experts may prefer to read only topic-
specific information.
• Concept Level (resources || properties)
• General Concepts are terms that are commonly known such as
“name”, “address”, and “class”, and they are always found in a corpus.
• Key Concepts are important terms that are always found in the query
result and not many in the whole dataset.
• Information Level (triples)
• Common Information explains background knowledge that supports
readers to understand the main content. (a lot of general concepts)
• Topic-Specific Information contains specific terms that are highly
relevance to the article. (a lot of key concepts)
TRIPLE RANKING
16
are General Concepts are Key Concepts
Identify
• General concepts
• Key concepts
Get an RDF graph 2211
TRIPLE RANKING
17
are General Concepts are Key Concepts
Common Information
Most of nodes and links
are general concepts
33 44
Topic-Specific Information
Most of nodes and links are
key concepts
α⋅w(s) + β⋅w(p) + γ⋅w(o)
3
α⋅w(s) + β⋅w(p) + γ⋅w(o)
α + β + γ
TRIPLE RANKING
18
w(uri)=
fQ(uri)
log( fD(uri) + 1)
vw(〈s,p,o〉)=
a number of a URI in a Query result
a logarithmic scale of a number of a URI
in a whole Dataset
Weight of a URI
Visualization-Weight of a Triple
The coefficients are 1.0 by default,
but they can be adjusted due to for specific purpose.
Concept Level
Information Level
high: key concept
low: general concept
high: topic-specific
low: common info
TRIPLE RANKING
19
h"p://dbpedia.org/resource/Hydrogen 53 1,386 16.87
h"p://dbpedia.org/resource/Category:Chemical_elements 14 10,880 3.47
h"p://dbpedia.org/resource/Hydrogen_economy 13 6,489 3.41
h"p://dbpedia.org/resource/Category:Diatomic_nonmetals 12 103 5.96
h"p://dbpedia.org/resource/Category:Airship_technology 8 166 3.60
h"p://www.w3.org/2004/02/skos/core#Concept 8 9,707,808 1.14
h"p://www.w3.org/2002/07/owl#Thing 2 9,761,514 0.29
h"p://www.hydrogen.energy.gov/ 1 1 0.00
h"p://www.w3.org/2002/07/owl#sameAs 72 !meout 0.00
h"p://www.w3.org/1999/02/22-­‐rdf-­‐syntax-­‐ns#type 38 !meout 0.00
h"p://www.w3.org/2000/01/rdf-­‐schema#subClassOf 24 !meout 0.00
h"p://www.w3.org/2002/07/owl#equivalentClass 22 !meout 0.00
h"p://purl.org/dc/terms/subject 12 30,232,709 1.60
h"p://www.w3.org/2004/02/skos/core#broader 12 2,485,421 1.88
h"p://xmlns.com/foaf/0.1/isPrimaryTopicOf 3 34,557,438 0.40
h"p://purl.org/dc/elements/1.1/rights 2 3,102,660 0.31
URI
fQ fD
log(fD)
fQ
ResourcesProperties
in a Query
graph
in a whole
Dataset
Query Topic: dbpedia:Hydrogen
(raw: 1,291,986)
(raw: 15,195,702)
Concept Level
TRIPLE RANKING
20
Subject Predicate Object vw
dp:Hydrogen rdf:type owl:Thing 5.62
dp:Hydrogen rdf:type skos:Concept 6.01
dp:Hydrogen dct:subject dp:Chemical_elements 7.31
dp:Hydrogen dct:subject dp:Airship_technology 7.35
dp:Hydrogen rdf:type dp:Diatomic_nonmetals 7.48
H
For Example
http://dbpedia.org/resource/Hydrogen
Common
Topic-Specific
Information Level
TRIPLE RANKING
21
In case of sub-property (also sub-class)
ltk:higherTaxon
ltk:mergedInto
skos:broader
rdfs:subPropertyOf
rdfs:subPropertyOf
ltk:higherTaxon
ltk:mergedInto
a x
a y
skos:broader
a x
a y
skos:broader
more specific than
Raw Data Inferred Data
OUTCOME
PROTOTYPE
23
http://rc.lodac.nii.ac.jp/rdf4u/
Thanks to
Client: D3js, Bootstrap, jQuery,
Server: SimpleRDF, SPARQL for PHP
• To simplify a graph by removing some
inferred triples.
• To give ranking scores to triples based on
common and topic-specific information.
• To filter a graph by selecting preferred
properties.
• To control an interactive graph diagram.
Features
bit.ly/rdf4u
DISCUSSION
Usefulness
Uniqueness
Novelty
Prospect
Some graph visualisation works: Motif,
Gephi, RDF Gravity, Fenfire, and
IsaViz,
• do not use the power of Semantic
Web to sparsity a graph, and
• do not mention to provide
different data for different user
levels
• TF-IDF is adapted for ordering
triple from common to topic-
specific level of information.
• The degree of commonness versus
specificity is calculated by
evaluating the nature of the
dataset with the algorithm.
• The triple ranking can be extended
by applying various algorithm in
order to satisfy diverse
characteristics of the data in other
domains such as Biodiversity
Informatics.
• Mashup tools should consider this
idea.
24
• A diagram is sparser and easier
to be read by human.
• Beginners can read common
information firstly.
• Expert can read topic-specific
information.
FUTURE PLAN
• To do critical evaluation
• Survey
• Number of cutting edge
• To find the precise border between
common information and topic-
specific information
• To find a better way to count the
number of URIs

(always timeout)
• To remove noisy triples
• To improve triple ranking algorithm
for other domains
25
PropertySelection
Graph
Simplification
TripleRanking
RDF4U
Human-Readable
Graph
Original Query
Graph
http://rc.lodac.nii.ac.jp/rdf4u
非常感謝
THANKS TO THESE IMAGE SOURCES
https://www.pinterest.com/pin/
444660163179663554/
http://www.clipartpanda.com/categories/
reading-clipart
https://en.wikipedia.org/wiki/
Facebook_like_button
http://www.iconarchive.com/show/
misc-icons-by-iconlicious/Monitor-
icon.html
http://www.w3.org/RDF/icons/
http://designplaygrounds.com/tv/the-
power-of-data-visualization-2/
https://conceptdraw.com/a1247c3/
preview/256

Weitere ähnliche Inhalte

Was ist angesagt?

LDQL: A Query Language for the Web of Linked Data
LDQL: A Query Language for the Web of Linked DataLDQL: A Query Language for the Web of Linked Data
LDQL: A Query Language for the Web of Linked DataOlaf Hartig
 
final_copy_camera_ready_paper (7)
final_copy_camera_ready_paper (7)final_copy_camera_ready_paper (7)
final_copy_camera_ready_paper (7)Ankit Rathi
 
GraphX: Graph analytics for insights about developer communities
GraphX: Graph analytics for insights about developer communitiesGraphX: Graph analytics for insights about developer communities
GraphX: Graph analytics for insights about developer communitiesPaco Nathan
 
SPARQL and RDF query optimization
SPARQL and RDF query optimizationSPARQL and RDF query optimization
SPARQL and RDF query optimizationKisung Kim
 
OrdRing 2013 keynote - On the need for a W3C community group on RDF Stream Pr...
OrdRing 2013 keynote - On the need for a W3C community group on RDF Stream Pr...OrdRing 2013 keynote - On the need for a W3C community group on RDF Stream Pr...
OrdRing 2013 keynote - On the need for a W3C community group on RDF Stream Pr...Oscar Corcho
 
Tutorial "Linked Data Query Processing" Part 5 "Query Planning and Optimizati...
Tutorial "Linked Data Query Processing" Part 5 "Query Planning and Optimizati...Tutorial "Linked Data Query Processing" Part 5 "Query Planning and Optimizati...
Tutorial "Linked Data Query Processing" Part 5 "Query Planning and Optimizati...Olaf Hartig
 
Apache con big data 2015 magellan
Apache con big data 2015 magellanApache con big data 2015 magellan
Apache con big data 2015 magellanRam Sriharsha
 
Introduction to DGraph - A Graph Database
Introduction to DGraph - A Graph DatabaseIntroduction to DGraph - A Graph Database
Introduction to DGraph - A Graph DatabaseKnoldus Inc.
 
GraphQL & DGraph with Go
GraphQL & DGraph with GoGraphQL & DGraph with Go
GraphQL & DGraph with GoJames Tan
 
Towards an Incremental Schema-level Index for Distributed Linked Open Data G...
Towards an Incremental Schema-level Index  for Distributed Linked Open Data G...Towards an Incremental Schema-level Index  for Distributed Linked Open Data G...
Towards an Incremental Schema-level Index for Distributed Linked Open Data G...Till Blume
 
Survey of Graph Indexing
Survey of Graph IndexingSurvey of Graph Indexing
Survey of Graph IndexingKisung Kim
 
Tutorial "Linked Data Query Processing" Part 4 "Execution Process" (WWW 2013 ...
Tutorial "Linked Data Query Processing" Part 4 "Execution Process" (WWW 2013 ...Tutorial "Linked Data Query Processing" Part 4 "Execution Process" (WWW 2013 ...
Tutorial "Linked Data Query Processing" Part 4 "Execution Process" (WWW 2013 ...Olaf Hartig
 
Towards a More Efficient Paradigm of Storing and Querying Spatial Data on the...
Towards a More Efficient Paradigm of Storing and Querying Spatial Data on the...Towards a More Efficient Paradigm of Storing and Querying Spatial Data on the...
Towards a More Efficient Paradigm of Storing and Querying Spatial Data on the...Blake Regalia
 
RDF Stream Processing: Let's React
RDF Stream Processing: Let's ReactRDF Stream Processing: Let's React
RDF Stream Processing: Let's ReactJean-Paul Calbimonte
 
ESWC 2019 - A Software Framework and Datasets for the Analysis of Graphs Meas...
ESWC 2019 - A Software Framework and Datasets for the Analysis of Graphs Meas...ESWC 2019 - A Software Framework and Datasets for the Analysis of Graphs Meas...
ESWC 2019 - A Software Framework and Datasets for the Analysis of Graphs Meas...Matthäus Zloch
 
AgensGraph Presentation at PGConf.us 2017
AgensGraph Presentation at PGConf.us 2017AgensGraph Presentation at PGConf.us 2017
AgensGraph Presentation at PGConf.us 2017Kisung Kim
 
SF Python Meetup: TextRank in Python
SF Python Meetup: TextRank in PythonSF Python Meetup: TextRank in Python
SF Python Meetup: TextRank in PythonPaco Nathan
 

Was ist angesagt? (20)

LDQL: A Query Language for the Web of Linked Data
LDQL: A Query Language for the Web of Linked DataLDQL: A Query Language for the Web of Linked Data
LDQL: A Query Language for the Web of Linked Data
 
LD4KD 2015 - Demos and tools
LD4KD 2015 - Demos and toolsLD4KD 2015 - Demos and tools
LD4KD 2015 - Demos and tools
 
final_copy_camera_ready_paper (7)
final_copy_camera_ready_paper (7)final_copy_camera_ready_paper (7)
final_copy_camera_ready_paper (7)
 
GraphX: Graph analytics for insights about developer communities
GraphX: Graph analytics for insights about developer communitiesGraphX: Graph analytics for insights about developer communities
GraphX: Graph analytics for insights about developer communities
 
SPARQL and RDF query optimization
SPARQL and RDF query optimizationSPARQL and RDF query optimization
SPARQL and RDF query optimization
 
OrdRing 2013 keynote - On the need for a W3C community group on RDF Stream Pr...
OrdRing 2013 keynote - On the need for a W3C community group on RDF Stream Pr...OrdRing 2013 keynote - On the need for a W3C community group on RDF Stream Pr...
OrdRing 2013 keynote - On the need for a W3C community group on RDF Stream Pr...
 
Providing Linked Data
Providing Linked DataProviding Linked Data
Providing Linked Data
 
Tutorial "Linked Data Query Processing" Part 5 "Query Planning and Optimizati...
Tutorial "Linked Data Query Processing" Part 5 "Query Planning and Optimizati...Tutorial "Linked Data Query Processing" Part 5 "Query Planning and Optimizati...
Tutorial "Linked Data Query Processing" Part 5 "Query Planning and Optimizati...
 
Apache con big data 2015 magellan
Apache con big data 2015 magellanApache con big data 2015 magellan
Apache con big data 2015 magellan
 
Querying Linked Data
Querying Linked DataQuerying Linked Data
Querying Linked Data
 
Introduction to DGraph - A Graph Database
Introduction to DGraph - A Graph DatabaseIntroduction to DGraph - A Graph Database
Introduction to DGraph - A Graph Database
 
GraphQL & DGraph with Go
GraphQL & DGraph with GoGraphQL & DGraph with Go
GraphQL & DGraph with Go
 
Towards an Incremental Schema-level Index for Distributed Linked Open Data G...
Towards an Incremental Schema-level Index  for Distributed Linked Open Data G...Towards an Incremental Schema-level Index  for Distributed Linked Open Data G...
Towards an Incremental Schema-level Index for Distributed Linked Open Data G...
 
Survey of Graph Indexing
Survey of Graph IndexingSurvey of Graph Indexing
Survey of Graph Indexing
 
Tutorial "Linked Data Query Processing" Part 4 "Execution Process" (WWW 2013 ...
Tutorial "Linked Data Query Processing" Part 4 "Execution Process" (WWW 2013 ...Tutorial "Linked Data Query Processing" Part 4 "Execution Process" (WWW 2013 ...
Tutorial "Linked Data Query Processing" Part 4 "Execution Process" (WWW 2013 ...
 
Towards a More Efficient Paradigm of Storing and Querying Spatial Data on the...
Towards a More Efficient Paradigm of Storing and Querying Spatial Data on the...Towards a More Efficient Paradigm of Storing and Querying Spatial Data on the...
Towards a More Efficient Paradigm of Storing and Querying Spatial Data on the...
 
RDF Stream Processing: Let's React
RDF Stream Processing: Let's ReactRDF Stream Processing: Let's React
RDF Stream Processing: Let's React
 
ESWC 2019 - A Software Framework and Datasets for the Analysis of Graphs Meas...
ESWC 2019 - A Software Framework and Datasets for the Analysis of Graphs Meas...ESWC 2019 - A Software Framework and Datasets for the Analysis of Graphs Meas...
ESWC 2019 - A Software Framework and Datasets for the Analysis of Graphs Meas...
 
AgensGraph Presentation at PGConf.us 2017
AgensGraph Presentation at PGConf.us 2017AgensGraph Presentation at PGConf.us 2017
AgensGraph Presentation at PGConf.us 2017
 
SF Python Meetup: TextRank in Python
SF Python Meetup: TextRank in PythonSF Python Meetup: TextRank in Python
SF Python Meetup: TextRank in Python
 

Andere mochten auch

Towards RVL: a Declarative Language for Visualizing RDFS/OWL Data.
Towards RVL: a Declarative Language for Visualizing RDFS/OWL Data.Towards RVL: a Declarative Language for Visualizing RDFS/OWL Data.
Towards RVL: a Declarative Language for Visualizing RDFS/OWL Data.Jan Polowinski
 
The MetaLex Document Server - Legal Documents as Versioned Linked Data
The MetaLex Document Server - Legal Documents as Versioned Linked DataThe MetaLex Document Server - Legal Documents as Versioned Linked Data
The MetaLex Document Server - Legal Documents as Versioned Linked DataRinke Hoekstra
 
Saveface - Save your Facebook content as RDF data
Saveface - Save your Facebook content as RDF dataSaveface - Save your Facebook content as RDF data
Saveface - Save your Facebook content as RDF dataFuming Shih
 
Fosdem 2011 - A Common Graph Database Access Layer for .Net and Mono
Fosdem 2011 - A Common Graph Database Access Layer for .Net and MonoFosdem 2011 - A Common Graph Database Access Layer for .Net and Mono
Fosdem 2011 - A Common Graph Database Access Layer for .Net and MonoAchim Friedland
 
Two graph data models : RDF and Property Graphs
Two graph data models : RDF and Property GraphsTwo graph data models : RDF and Property Graphs
Two graph data models : RDF and Property Graphsandyseaborne
 
RDF2Vec: RDF Graph Embeddings for Data Mining
RDF2Vec: RDF Graph Embeddings for Data MiningRDF2Vec: RDF Graph Embeddings for Data Mining
RDF2Vec: RDF Graph Embeddings for Data MiningPetar Ristoski
 

Andere mochten auch (10)

Graph-based Relational Data Visualization
Graph-based RelationalData VisualizationGraph-based RelationalData Visualization
Graph-based Relational Data Visualization
 
Towards RVL: a Declarative Language for Visualizing RDFS/OWL Data.
Towards RVL: a Declarative Language for Visualizing RDFS/OWL Data.Towards RVL: a Declarative Language for Visualizing RDFS/OWL Data.
Towards RVL: a Declarative Language for Visualizing RDFS/OWL Data.
 
The MetaLex Document Server - Legal Documents as Versioned Linked Data
The MetaLex Document Server - Legal Documents as Versioned Linked DataThe MetaLex Document Server - Legal Documents as Versioned Linked Data
The MetaLex Document Server - Legal Documents as Versioned Linked Data
 
Access Control for RDF graphs using Abstract Models
Access Control for RDF graphs using Abstract ModelsAccess Control for RDF graphs using Abstract Models
Access Control for RDF graphs using Abstract Models
 
Tutorial for RDF Graphs
Tutorial for RDF GraphsTutorial for RDF Graphs
Tutorial for RDF Graphs
 
Saveface - Save your Facebook content as RDF data
Saveface - Save your Facebook content as RDF dataSaveface - Save your Facebook content as RDF data
Saveface - Save your Facebook content as RDF data
 
Fosdem 2011 - A Common Graph Database Access Layer for .Net and Mono
Fosdem 2011 - A Common Graph Database Access Layer for .Net and MonoFosdem 2011 - A Common Graph Database Access Layer for .Net and Mono
Fosdem 2011 - A Common Graph Database Access Layer for .Net and Mono
 
Two graph data models : RDF and Property Graphs
Two graph data models : RDF and Property GraphsTwo graph data models : RDF and Property Graphs
Two graph data models : RDF and Property Graphs
 
RDF2Vec: RDF Graph Embeddings for Data Mining
RDF2Vec: RDF Graph Embeddings for Data MiningRDF2Vec: RDF Graph Embeddings for Data Mining
RDF2Vec: RDF Graph Embeddings for Data Mining
 
SPARQL Cheat Sheet
SPARQL Cheat SheetSPARQL Cheat Sheet
SPARQL Cheat Sheet
 

Ähnlich wie RDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge

RSP-QL*: Querying Data-Level Annotations in RDF Streams
RSP-QL*: Querying Data-Level Annotations in RDF StreamsRSP-QL*: Querying Data-Level Annotations in RDF Streams
RSP-QL*: Querying Data-Level Annotations in RDF Streamskeski
 
Data Integration And Visualization
Data Integration And VisualizationData Integration And Visualization
Data Integration And VisualizationIvan Ermilov
 
Graph Analytics in Spark
Graph Analytics in SparkGraph Analytics in Spark
Graph Analytics in SparkPaco Nathan
 
Microservices, containers, and machine learning
Microservices, containers, and machine learningMicroservices, containers, and machine learning
Microservices, containers, and machine learningPaco Nathan
 
GraphChain
GraphChainGraphChain
GraphChainsopekmir
 
Re-using Media on the Web: Media fragment re-mixing and playout
Re-using Media on the Web: Media fragment re-mixing and playoutRe-using Media on the Web: Media fragment re-mixing and playout
Re-using Media on the Web: Media fragment re-mixing and playoutMediaMixerCommunity
 
Apache Spark 101 - Demi Ben-Ari
Apache Spark 101 - Demi Ben-AriApache Spark 101 - Demi Ben-Ari
Apache Spark 101 - Demi Ben-AriDemi Ben-Ari
 
Vocabulary for Linked Data Visualization Model - Dateso 2015
Vocabulary for Linked Data Visualization Model - Dateso 2015Vocabulary for Linked Data Visualization Model - Dateso 2015
Vocabulary for Linked Data Visualization Model - Dateso 2015Jiří Helmich
 
Stream processing: The Matrix Revolutions
Stream processing: The Matrix RevolutionsStream processing: The Matrix Revolutions
Stream processing: The Matrix RevolutionsRomanaPernischov
 
Generating Executable Mappings from RDF Data Cube Data Structure Definitions
Generating Executable Mappings from RDF Data Cube Data Structure DefinitionsGenerating Executable Mappings from RDF Data Cube Data Structure Definitions
Generating Executable Mappings from RDF Data Cube Data Structure DefinitionsChristophe Debruyne
 
Towards efficient processing of RDF data streams
Towards efficient processing of RDF data streamsTowards efficient processing of RDF data streams
Towards efficient processing of RDF data streamsAlejandro Llaves
 
Graph basedrdf storeforapachecassandra
Graph basedrdf storeforapachecassandraGraph basedrdf storeforapachecassandra
Graph basedrdf storeforapachecassandraRavindra Ranwala
 
A Workload-Aware Middleware for Storing Massive RDF Graphs into NoSQL Databases
A Workload-Aware Middleware for Storing Massive RDF Graphs into NoSQL DatabasesA Workload-Aware Middleware for Storing Massive RDF Graphs into NoSQL Databases
A Workload-Aware Middleware for Storing Massive RDF Graphs into NoSQL DatabasesLuiz Henrique Zambom Santana
 
First Steps in Semantic Data Modelling and Search & Analytics in the Cloud
First Steps in Semantic Data Modelling and Search & Analytics in the CloudFirst Steps in Semantic Data Modelling and Search & Analytics in the Cloud
First Steps in Semantic Data Modelling and Search & Analytics in the CloudOntotext
 
Semantika Introduction
Semantika IntroductionSemantika Introduction
Semantika IntroductionJosef Hardi
 
Data Analytics with R and SQL Server
Data Analytics with R and SQL ServerData Analytics with R and SQL Server
Data Analytics with R and SQL ServerStéphane Fréchette
 
The Best of Both Worlds: Unlocking the Power of (big) Knowledge Graphs with S...
The Best of Both Worlds: Unlocking the Power of (big) Knowledge Graphs with S...The Best of Both Worlds: Unlocking the Power of (big) Knowledge Graphs with S...
The Best of Both Worlds: Unlocking the Power of (big) Knowledge Graphs with S...Gezim Sejdiu
 

Ähnlich wie RDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge (20)

RSP-QL*: Querying Data-Level Annotations in RDF Streams
RSP-QL*: Querying Data-Level Annotations in RDF StreamsRSP-QL*: Querying Data-Level Annotations in RDF Streams
RSP-QL*: Querying Data-Level Annotations in RDF Streams
 
Grails goes Graph
Grails goes GraphGrails goes Graph
Grails goes Graph
 
Data Integration And Visualization
Data Integration And VisualizationData Integration And Visualization
Data Integration And Visualization
 
Graph databases
Graph databasesGraph databases
Graph databases
 
Graph Analytics in Spark
Graph Analytics in SparkGraph Analytics in Spark
Graph Analytics in Spark
 
p27
p27p27
p27
 
Microservices, containers, and machine learning
Microservices, containers, and machine learningMicroservices, containers, and machine learning
Microservices, containers, and machine learning
 
GraphChain
GraphChainGraphChain
GraphChain
 
Re-using Media on the Web: Media fragment re-mixing and playout
Re-using Media on the Web: Media fragment re-mixing and playoutRe-using Media on the Web: Media fragment re-mixing and playout
Re-using Media on the Web: Media fragment re-mixing and playout
 
Apache Spark 101 - Demi Ben-Ari
Apache Spark 101 - Demi Ben-AriApache Spark 101 - Demi Ben-Ari
Apache Spark 101 - Demi Ben-Ari
 
Vocabulary for Linked Data Visualization Model - Dateso 2015
Vocabulary for Linked Data Visualization Model - Dateso 2015Vocabulary for Linked Data Visualization Model - Dateso 2015
Vocabulary for Linked Data Visualization Model - Dateso 2015
 
Stream processing: The Matrix Revolutions
Stream processing: The Matrix RevolutionsStream processing: The Matrix Revolutions
Stream processing: The Matrix Revolutions
 
Generating Executable Mappings from RDF Data Cube Data Structure Definitions
Generating Executable Mappings from RDF Data Cube Data Structure DefinitionsGenerating Executable Mappings from RDF Data Cube Data Structure Definitions
Generating Executable Mappings from RDF Data Cube Data Structure Definitions
 
Towards efficient processing of RDF data streams
Towards efficient processing of RDF data streamsTowards efficient processing of RDF data streams
Towards efficient processing of RDF data streams
 
Graph basedrdf storeforapachecassandra
Graph basedrdf storeforapachecassandraGraph basedrdf storeforapachecassandra
Graph basedrdf storeforapachecassandra
 
A Workload-Aware Middleware for Storing Massive RDF Graphs into NoSQL Databases
A Workload-Aware Middleware for Storing Massive RDF Graphs into NoSQL DatabasesA Workload-Aware Middleware for Storing Massive RDF Graphs into NoSQL Databases
A Workload-Aware Middleware for Storing Massive RDF Graphs into NoSQL Databases
 
First Steps in Semantic Data Modelling and Search & Analytics in the Cloud
First Steps in Semantic Data Modelling and Search & Analytics in the CloudFirst Steps in Semantic Data Modelling and Search & Analytics in the Cloud
First Steps in Semantic Data Modelling and Search & Analytics in the Cloud
 
Semantika Introduction
Semantika IntroductionSemantika Introduction
Semantika Introduction
 
Data Analytics with R and SQL Server
Data Analytics with R and SQL ServerData Analytics with R and SQL Server
Data Analytics with R and SQL Server
 
The Best of Both Worlds: Unlocking the Power of (big) Knowledge Graphs with S...
The Best of Both Worlds: Unlocking the Power of (big) Knowledge Graphs with S...The Best of Both Worlds: Unlocking the Power of (big) Knowledge Graphs with S...
The Best of Both Worlds: Unlocking the Power of (big) Knowledge Graphs with S...
 

Kürzlich hochgeladen

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 

Kürzlich hochgeladen (20)

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

RDF4U: RDF Graph Visualization by Interpreting Linked Data as Knowledge

  • 1. RDF GRAPH VISUALIZATION BY INTERPRETING LINKED DATA AS KNOWLEDGE Rathachai CHAWUTHAI & Prof.Hideaki TAKEDA National Institute of Informatics , and SOKENDAI RDF4U JIST2015 Yichang, China 11-13 Nov 2015
  • 2. AGENDA • Motivation • Methods • Graph Simplification • Triple Ranking • Property Selection • Outcome • Future Plan
  • 4. THE ROLE OF SEMANTIC WEB IN KNOWLEDGE MANAGEMENT DDaattaa ttiieerr SSeerrvviiccee ttiieerr VViissuuaalliissaattiioonn ttiieerr SSPPAARRQQLL JJEENNAA eettcc.. 4 AApppplliiccaattiioonn//PPrreesseennttaattiioonn// At Visualisation Tier, • RDF data are transformed into 
 Chart, Geographic Map, etc. 
 and then serve users. It’s cool, but • Users are far from RDF data, so they do not understand the power of Semantic Web and do not realise how to contribute RDF data. For this reason, • It could be good if users can read RDF data directly using node-link diagram or concept-map diagram. read
  • 5. READING FROM A QUERY GRAPH 5 Querying the 2-hop neighbourhood (or more hops) of a given URI gives wider information on the topic. CCaaffffee MMoocchhaa EEsspprreessssoo CChhooccoollaattee SSuuggaarr MMiillkk CCooffffeeeettyyppee sswweeeett ttyyppee ttaassttee ssuuggaarrccaannee mmaaddee ffrroomm ccooww pprroodduucceess wwhhiittee ccoolloorr ccooccooaa ccoonnttaaiinnss aa sshhoott ooff ttooppppeedd bbyyccoonnttaaiinnss hhaass llaayyeerr ooff ccaaffffeeiinnee ccoonnttaaiinn 443300 mmgg//LL bbllaacckk ccoolloorr bbiitttteerr ttaassttee
  • 6. PROBLEMS 1) A Query Graph is TOO Complicated to Read. http://lod.ac/species/Bubohttp://dbpedia.org/resource/Tokyo 6
  • 7. PROBLEMS 7 2) Lacking of Reading Flow of RDF Data All triples are equal, so Background Content and Main Point are NOT structured in any RDF graphs. ≠ TTooppiicc
  • 8. GOAL 8 we prefer ……. ✦ A Simply Readable Graph ✦ A Well-Reading-Flow Graph TTooppiicc TTooppiicc Common Information Topic-Specific Information
  • 12. GRAPH SIMPLICATION 12 • Some well-prepared RDF repositories did reasoning on ontologies in order to support a SPARQL service. • One impact is that the inferred triples create giant components in a graph. • A closer look at the data indicates that the following situations are commonly found in any complex RDF graph. • equivalent or same-as instances (owl:sameAs), • transitive properties (e.g. skos:broaderTransitive), and • hierarchical classification (rdf:type & rdfs:subClassOf) • Thus, this method aims to remove some redundant triples by using the mechanism of Semantic Web rules.
  • 13. xx CC11 CC22 rrddffss::ssuubbCCllaassssOOffrrddff::ttyyppee xx yy zz PP PP GRAPH SIMPLICATION 13 ss11 oo11 oo22 pp11 pp22 ss22 oowwll::ssaammeeAAss and fD(s1) > fD(s2) ss11 pp11 pp22 oo11 oo22 To merge same-as nodes To remove transitive links To remove inferred type hierarchies xx yy zz PP PP PP and p rdf:type owl:TransitiveProperty . xx CC11 CC22 rrddff::ttyyppee rrddff::ttyyppee rrddffss::ssuubbCCllaassssOOff 11 22 33
  • 15. TRIPLE RANKING 15 Since users have different background knowledge in a specific topic, beginners may interested in reading common information before getting topic-specific information, while experts may prefer to read only topic- specific information. • Concept Level (resources || properties) • General Concepts are terms that are commonly known such as “name”, “address”, and “class”, and they are always found in a corpus. • Key Concepts are important terms that are always found in the query result and not many in the whole dataset. • Information Level (triples) • Common Information explains background knowledge that supports readers to understand the main content. (a lot of general concepts) • Topic-Specific Information contains specific terms that are highly relevance to the article. (a lot of key concepts)
  • 16. TRIPLE RANKING 16 are General Concepts are Key Concepts Identify • General concepts • Key concepts Get an RDF graph 2211
  • 17. TRIPLE RANKING 17 are General Concepts are Key Concepts Common Information Most of nodes and links are general concepts 33 44 Topic-Specific Information Most of nodes and links are key concepts
  • 18. α⋅w(s) + β⋅w(p) + γ⋅w(o) 3 α⋅w(s) + β⋅w(p) + γ⋅w(o) α + β + γ TRIPLE RANKING 18 w(uri)= fQ(uri) log( fD(uri) + 1) vw(〈s,p,o〉)= a number of a URI in a Query result a logarithmic scale of a number of a URI in a whole Dataset Weight of a URI Visualization-Weight of a Triple The coefficients are 1.0 by default, but they can be adjusted due to for specific purpose. Concept Level Information Level high: key concept low: general concept high: topic-specific low: common info
  • 19. TRIPLE RANKING 19 h"p://dbpedia.org/resource/Hydrogen 53 1,386 16.87 h"p://dbpedia.org/resource/Category:Chemical_elements 14 10,880 3.47 h"p://dbpedia.org/resource/Hydrogen_economy 13 6,489 3.41 h"p://dbpedia.org/resource/Category:Diatomic_nonmetals 12 103 5.96 h"p://dbpedia.org/resource/Category:Airship_technology 8 166 3.60 h"p://www.w3.org/2004/02/skos/core#Concept 8 9,707,808 1.14 h"p://www.w3.org/2002/07/owl#Thing 2 9,761,514 0.29 h"p://www.hydrogen.energy.gov/ 1 1 0.00 h"p://www.w3.org/2002/07/owl#sameAs 72 !meout 0.00 h"p://www.w3.org/1999/02/22-­‐rdf-­‐syntax-­‐ns#type 38 !meout 0.00 h"p://www.w3.org/2000/01/rdf-­‐schema#subClassOf 24 !meout 0.00 h"p://www.w3.org/2002/07/owl#equivalentClass 22 !meout 0.00 h"p://purl.org/dc/terms/subject 12 30,232,709 1.60 h"p://www.w3.org/2004/02/skos/core#broader 12 2,485,421 1.88 h"p://xmlns.com/foaf/0.1/isPrimaryTopicOf 3 34,557,438 0.40 h"p://purl.org/dc/elements/1.1/rights 2 3,102,660 0.31 URI fQ fD log(fD) fQ ResourcesProperties in a Query graph in a whole Dataset Query Topic: dbpedia:Hydrogen (raw: 1,291,986) (raw: 15,195,702) Concept Level
  • 20. TRIPLE RANKING 20 Subject Predicate Object vw dp:Hydrogen rdf:type owl:Thing 5.62 dp:Hydrogen rdf:type skos:Concept 6.01 dp:Hydrogen dct:subject dp:Chemical_elements 7.31 dp:Hydrogen dct:subject dp:Airship_technology 7.35 dp:Hydrogen rdf:type dp:Diatomic_nonmetals 7.48 H For Example http://dbpedia.org/resource/Hydrogen Common Topic-Specific Information Level
  • 21. TRIPLE RANKING 21 In case of sub-property (also sub-class) ltk:higherTaxon ltk:mergedInto skos:broader rdfs:subPropertyOf rdfs:subPropertyOf ltk:higherTaxon ltk:mergedInto a x a y skos:broader a x a y skos:broader more specific than Raw Data Inferred Data
  • 23. PROTOTYPE 23 http://rc.lodac.nii.ac.jp/rdf4u/ Thanks to Client: D3js, Bootstrap, jQuery, Server: SimpleRDF, SPARQL for PHP • To simplify a graph by removing some inferred triples. • To give ranking scores to triples based on common and topic-specific information. • To filter a graph by selecting preferred properties. • To control an interactive graph diagram. Features bit.ly/rdf4u
  • 24. DISCUSSION Usefulness Uniqueness Novelty Prospect Some graph visualisation works: Motif, Gephi, RDF Gravity, Fenfire, and IsaViz, • do not use the power of Semantic Web to sparsity a graph, and • do not mention to provide different data for different user levels • TF-IDF is adapted for ordering triple from common to topic- specific level of information. • The degree of commonness versus specificity is calculated by evaluating the nature of the dataset with the algorithm. • The triple ranking can be extended by applying various algorithm in order to satisfy diverse characteristics of the data in other domains such as Biodiversity Informatics. • Mashup tools should consider this idea. 24 • A diagram is sparser and easier to be read by human. • Beginners can read common information firstly. • Expert can read topic-specific information.
  • 25. FUTURE PLAN • To do critical evaluation • Survey • Number of cutting edge • To find the precise border between common information and topic- specific information • To find a better way to count the number of URIs
 (always timeout) • To remove noisy triples • To improve triple ranking algorithm for other domains 25
  • 27. THANKS TO THESE IMAGE SOURCES https://www.pinterest.com/pin/ 444660163179663554/ http://www.clipartpanda.com/categories/ reading-clipart https://en.wikipedia.org/wiki/ Facebook_like_button http://www.iconarchive.com/show/ misc-icons-by-iconlicious/Monitor- icon.html http://www.w3.org/RDF/icons/ http://designplaygrounds.com/tv/the- power-of-data-visualization-2/ https://conceptdraw.com/a1247c3/ preview/256