SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
A Linked Data Scalability Challenge: Frequently Reused Concepts Lose their Meaning
A Linked Data Scalability Challenge: Frequently Reused Concepts Lose their Meaning
1.
Paolo Pareti
University of Edinburgh
ACM Web Science Conference 29/6/2015
The Semantic Richness
of Linked Data Concepts
Vocabulary Reuse Damages Semantics!
3.
is a
What does class membership tell us?
:x Cat
4.
Semantic Richness
The more facts we can infer about :x,
knowing that :x it is a Cat,
the more Semantically Rich the concept Cat is.
5.
Semantic Richness
The more facts we can infer about :x,
knowing that :x it is a Cat,
the more Semantically Rich the concept Cat is.
Does it have a tail?
Is it a mammal?
6.
Semantic Richness
is NOT
Specificity / Information Content
7.
For example, this might have been the set of entities
in the original definition of the concept Cat.
8.
However, after some time,
people started using the term Cat in a more generic way.
9.
Some entities were defined as Cats,
despite not being animals.
12.
is a
So what do you actually know about :x,
if on the Web anything can be a Cat?
:x Cat
13.
A Linked Data Challenge
The more a concept gets reused…
… the least Semantically Rich it becomes.
14.
A Linked Data Challenge
The more a concept gets reused…
… the least Semantically Rich it becomes.
Frequently reused concepts lose their meaning.
15.
http://www.w3.org/2002/07/owl#sameAs
This problem already affects highly reused concepts,
such as owl:sameAs *
* H. Halpin, P. J. Hayes, J. P. McCusker, D. L. McGuinness, and H. S. Thompson. When owl:sameAs Isn’t the Same: An
Analysis of Identity in Linked Data. In The Semantic Web - ISWC 2010, volume 6496 of Lecture Notes in Computer Science,
pages 305–320. Springer Berlin Heidelberg, 2010.
17.
http://dbpedia.org/resource/Edinburgh
owl:sameAs
owl:sameAs
Originally designed to represent strict equality,
owl:sameAs is often (mis)used to represent weaker relations.
18.
http://dbpedia.org/resource/Edinburgh
owl:sameAs
owl:sameAs
In this example, the usage of owl:sameAs is incorrect,
as Edinburgh, a picture of Edinburgh
and the location of Edinburgh are three different things.
19.
A Simple Measure of Semantic Richness
We define a measure based on:
● the number of common patterns,
● and their frequency.
For example:
if X is a cat, what can we say about X?
● X is a mammal (frequency: 1.00)
● X has a tail (frequency: 0.99)
● ...
20.
A Simple Measure of Semantic Richness
Intuitively:
● The more patterns, and the more frequent they are,
the more semantically rich the concept is.
Measure motivated by:
● Number of Features theory
● Inductive Learning
Main advantage:
● Can be automatically and efficiently computed over
large datasets.
22.
DBpedia Ontology
The DBpedia ontology tree, plotted according to the Semantic Richness
of its concepts (each line represents a subclass relation). As we would
expect, Semantic Richness is highly correlated with specificity.
24.
Loss of Semantic Richness in foaf:Person
How quickly does Semantic Richness decrease when reusing
a concept? We looked at the concept of foaf:Person as defined in ten
different datasets.
26.
Loss of Semantic Richness in foaf:Person
As we add external entities of type foaf:Person into a dataset, the
Semantic Richness of this concept quickly decreases.
In particular, it falls below the average Semantic Richness
of the original datasets (dotted line).
27.
The Challenge
How can concepts be openly reused on the Web,
while at the same time remaining semantically rich?