SlideShare a Scribd company logo
1 of 51
Download to read offline
Institute for Web Science & Technologies – WeST
Making Use of the
Linked Data Cloud:
The Role of Index Structures
Thomas Gottron
March 20th, 2014
FGDB Frühjahrstreffen
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 2Role of Index Structures on LOD
Making Use of the Linked Data Cloud ...
Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/
LOD: a rich, huge, diverse, public and distributed knowledge base on the Web.
Pros Cons
rich
knowledge
base
diversepublic
huge
on the Web
diversedistributed
Shall I?
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 3Role of Index Structures on LOD
Challenges Underlying the „Cons“
Volume
Semi-
structured
No
schema
No central
access point
Multitude of
data sources
Quality
Dynamics
Availability
huge
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 4Role of Index Structures on LOD
Making Use of the Linked Data Cloud ...
Pros Cons
rich
knowledge
base
diversepublic
huge
on the Web
diversedistributed
Shall I?
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 5Role of Index Structures on LOD
20 years ago ...
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 6Role of Index Structures on LOD
Making Use of the World Wide Web... Shall I?
Source: Chris 73 / Wikimedia Commons
Pros Cons
rich
document
collection
diversepublic
huge
on the
Internet
diversedistributed
Technical
solutions to
the problems
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 7Role of Index Structures on LOD
Making Use of the Linked Data Cloud ... Shall I?
Pros Cons
rich
knowledge
base
diversepublic
huge
on the Web
diversedistributed
Indexstructures
Provide:
Solutions for the storage,
management, organization
of, and access to a
rich, huge, diverse
distributed knowledge
base on the Web.
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 8Role of Index Structures on LOD
Types of
Indices
Building
Indices
Using
Indices
k1
k2
k3
...
kn
d1,1 d1,2 d1,3 ...
d2,1 d2,2
d3,1 d3,2 d3,3 ...
dn,1 dn,2 dn,3 ...
Search
data
structure
Efficientstorage
andretrieval
s1 o1p1 c1
s1 o1p2 c1
s2 o2p2 c1
s1 p1 p2
s2 p2
p1 p2 s1 s3
p2 s2
E1
rdf:type dc:creator
E2
Bad News ...dc:title
foaf:Document
swrc:InProceedings
rdf:type
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 9Role of Index Structures on LOD
Types of
Indices
Building
Indices
Using
Indices
k1
k2
k3
...
kn
d1,1 d1,2 d1,3 ...
d2,1 d2,2
d3,1 d3,2 d3,3 ...
dn,1 dn,2 dn,3 ...
Search
data
structure
Efficientstorage
andretrieval
s1 o1p1 c1
s1 o1p2 c1
s2 o2p2 c1
s1 p1 p2
s2 p2
p1 p2 s1 s3
p2 s2
E1
rdf:type dc:creator
E2
Bad News ...dc:title
foaf:Document
swrc:InProceedings
rdf:type
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 10Role of Index Structures on LOD
Data Format
§  Linked Data as N-Quads:
triple – what is the information?
context URI – where does it come from?
s op
c
( )s op c
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 11Role of Index Structures on LOD
Index Models
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 12Role of Index Structures on LOD
(Abstract) Index Models
w  D : Data elements to be retrieved (payload)
w  K : Key elements to access the data (index elements)
w  σ : Selection function: How to get data for a key
k1
k2
k3
...
kn
d1,1 d1,2 d1,3 ...
d2,1 d2,2
d3,1 d3,2 d3,3 ...
dn,1 dn,2 dn,3 ...
DK σ
Searchdata
structure
Efficientstorage
andretrieval
℘( )
Data items / PayloadKeys
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 13Role of Index Structures on LOD
Concrete Example: Subject Based Index Model
ukob:Gottron
ukob:Staab
ukob:Schegi
...
tud:CGottron
(ukob:Gottron, rdf:type, foaf:Person)
(ukob:Gottron, foaf:knows, ukob:Staab)
...
(ukob:Staab, swrc:institution, ukob:WeST)
(ukob:Staab, foaf:name, „Steffen Staab“)
...
(ukob:Schegi, rdf:type, foaf:Person)
(ukob:Schegi, foaf:name, „Stefan Scheglmann“)
(tud:CGottron, swrc:institution, tud:KOM)
(tud:CGottron, foaf:knows, ukob:Gottron)
...
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 14Role of Index Structures on LOD
Schema-level Indices
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 15Role of Index Structures on LOD
Schema Information on the LOD Cloud
(No)
Schema?
Guidelines / best practices
Automatic tools Social effects
Emerging
Schema!
Induce from data
observations
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 16Role of Index Structures on LOD
Examples for Schema Information
p1
x
p2
p3
{p1, p2, p3}
...
x, ... {cA, cB}
...
y, ...
rdf:type
y
cB
cA
rdf:type
Property Set Type Set
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 17Role of Index Structures on LOD
Indexing „Styles“ for the Payload
Full Caching
local
Web
s op c
Triples
local
Web
s op
Entities
local
Web
s
Data Sources
local
Web
c
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 18Role of Index Structures on LOD
Schema-based Access to the LOD cloud
?
foaf:Document
fb:Computer_Scientist
dc:creator
x
swrc:InProceedings
SELECT ?x
WHERE {
?x rdf:type foaf:Document .
?x rdf:type swrc:InProceedings .
?x dc:creator ?y .
?y rdf:type fb:Computer_Scientist
}
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 19Role of Index Structures on LOD
Schema-based Access to the LOD cloud
Schema-
level Index
Where?
•  ACM
•  DBLP
SELECT ?x
WHERE {
?x rdf:type foaf:Document .
?x rdf:type swrc:InProceedings .
?x dc:creator ?y .
?y rdf:type fb:Computer_Scientist
}
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 20Role of Index Structures on LOD
Building
Indices
s1 o1p1 c1
s1 o1p2 c1
s2 o2p2 c1
s1 p1 p2
s2 p2
p1 p2 s1 s3
p2 s2
Types of
Indices
k1
k2
k3
...
kn
d1,1 d1,2 d1,3 ...
d2,1 d2,2
d3,1 d3,2 d3,3 ...
dn,1 dn,2 dn,3 ...
Search
data
structure
Efficientstorage
andretrieval
Using
Indices
E1
rdf:type dc:creator
E2
Bad News ...dc:title
foaf:Document
swrc:InProceedings
rdf:type
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 21Role of Index Structures on LOD
Index Construction
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 22Role of Index Structures on LOD
Building Indices: Operators
§  Combination of few simple operations
w  Aggregate, Join, Invert
§  Example: Property Set index
s1 o1p1 c1
s1 o1p2 c1
s2 o2p2 c1
s3 o3p1 c1
s3 o4p2 c1
s4 o1p3 c1
s1 p1 p2
s2 p2
s3 p1 p2
s4 p3
p1 p2 s1 s3
p2 s2
p3 s4
Aggregate Invert
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 23Role of Index Structures on LOD
12 Implemented Index Models
§  Triple based
w  Subject à Triple
w  Predicate à Triple
w  Object à Triple
§  Meta data
w  Keywords à Triple
w  Context à Triple
w  PLD à Triple
§  Schema-level
w  RDF Type à Entity
w  Type set (TS) à Entity
w  Property set (PS) à Entity
w  Incoming property set (IPS) à Entity
w  Type and properties (ECS) à Entity
w  SchemEX à Entity
https://github.com/gottron/lod-index-models
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 24Role of Index Structures on LOD
Indices over Evolving Data
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 25Role of Index Structures on LOD
Index Maintenance
2007
2008
2009
2010
2011
Not just growth, but
also deletion and
modification of data
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 26Role of Index Structures on LOD
How to Measure Accuracy?
§  Queries?
w  No established query log
for data set
w  Different key elements
require different queries
w  Cover all of the index
§  Distributions!
w  Relevant to several
applications
w  Established metrics for
comparison
SPARQL
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 27Role of Index Structures on LOD
Quantifying Divergence of Index Accuracy over Time
Index construction / Estimation of distributions
...
...
T0 (Base) T1 T2
T3 Tn
...
Tn-1
T0
„deviation“
T1 T2
T3 TnTn-1
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 28Role of Index Structures on LOD
Evolving Data: Normalised Perplexity
0.0
0.2
0.4
0.6
0.8
1.0
0 10 20 30 40 50 60 70
Norm.Perplexity
Week of Data Snapshot
Subject Predicate Object
0.0
0.2
0.4
0.6
0.8
1.0
0 10 20 30 40 50 60 70
Norm.Perplexity
Week of Data Snapshot
Context Keywords PLD
0.0
0.2
0.4
0.6
0.8
1.0
0 10 20 30 40 50 60 70
Norm.Perplexity
Week of Data Snapshot
RDF Type
TS
PS
IPS
0.0
0.2
0.4
0.6
0.8
1.0
0 10 20 30 40 50 60 70
Norm.Perplexity
Week of Data Snapshot
ECS SchemEX
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 29Role of Index Structures on LOD
Evolving Data: Normalised Perplexity (Zoom in)
0.00
0.02
0.04
0.06
0.08
0.10
0 10 20 30 40 50 60 70
Norm.Perplexity
Week of Data Snapshot
Subject Predicate Object
0.00
0.02
0.04
0.06
0.08
0.10
0 10 20 30 40 50 60 70
Norm.Perplexity
Week of Data Snapshot
Context Keywords PLD
0.00
0.02
0.04
0.06
0.08
0.10
0 10 20 30 40 50 60 70
Norm.Perplexity
Week of Data Snapshot
RDF Type
TS
PS
IPS
0.00
0.02
0.04
0.06
0.08
0.10
0 10 20 30 40 50 60 70
Norm.Perplexity
Week of Data Snapshot
ECS SchemEX
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 30Role of Index Structures on LOD
Using
Indices
E1
rdf:type dc:creator
E2
Bad News ...dc:title
foaf:Document
swrc:InProceedings
rdf:type
Types of
Indices
k1
k2
k3
...
kn
d1,1 d1,2 d1,3 ...
d2,1 d2,2
d3,1 d3,2 d3,3 ...
dn,1 dn,2 dn,3 ...
Search
data
structure
Efficientstorage
andretrieval
Building
Indices
s1 o1p1 c1
s1 o1p2 c1
s2 o2p2 c1
s1 p1 p2
s2 p2
p1 p2 s1 s3
p2 s2
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 31Role of Index Structures on LOD
Programming Support
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 32Role of Index Structures on LOD
LITEQ and NPQL
§  Support programming with Linked Data sources
§  NPQL (Node Path Query Language)
w  Intensional queries à class descriptions, properties
w  Extensional queries à instance data
§  LITEQ
w  Implementiation of NPQL (F# type provider)
w  Autocompletion
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 33Role of Index Structures on LOD
LITEQ and NPQL
§  RDF type and property navigation (intension)
dC.``http://example.org/ns#creature``↵

.SubTypeNavigation.````http://example.org/ns#dog``
``http://example.org/ns#cat``
``http://example.org/ns#person``
...
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 34Role of Index Structures on LOD
LITEQ and NPQL
§  RDF type and property navigation (intension)
dC.``http://example.org/ns#creature``↵
.SubTypeNavigation.``http://example.org/ns#dog``
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 35Role of Index Structures on LOD
LITEQ and NPQL
§  RDF type and property navigation (intension)
dC.``http://example.org/ns#creature``↵
.SubTypeNavigation.``http://example.org/ns#dog``↵

.PropNavigation.````http://example.org/ns#hasOwner``
``http://example.org/ns#hasName``
``http://example.org/ns#taxNumber``
...
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 36Role of Index Structures on LOD
LITEQ and NPQL
§  RDF type and property navigation (intension)
dC.``http://example.org/ns#creature``↵
.SubTypeNavigation.``http://example.org/ns#dog``↵

.PropNavigation.``http://example.org/ns#hasOwner``
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 37Role of Index Structures on LOD
LITEQ and NPQL
§  Accessing instances (extension)
let allDogs = dC.``http://example.org/ns#creature``↵
.SubTypeNavigation.``http://example.org/ns#dog``.↵


.Extension
§  Accessing individuals
let bello = dC.``http://example.org/ns#creature``↵
.SubTypeNavigation.``http://example.org/ns#dog``↵
.Individuals.``http://example.org/ns#bello``↵
.getRdfObject
bello.get_hasName()
bello.get_taxNumber()
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 38Role of Index Structures on LOD
Exploring Entity
Descriptions
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 39Role of Index Structures on LOD
Schema-based Access to the LOD cloud
Schema-
level Index
Where?
•  ACM
•  DBLP
SELECT ?x
WHERE {
?x rdf:type foaf:Document .
?x rdf:type swrc:InProceedings .
?x dc:creator ?y .
?y rdf:type fb:Computer_Scientist
}
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 40Role of Index Structures on LOD
Schema-level Search of Relevant Data Sources
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 41Role of Index Structures on LOD
Searching for a Suitable Description
SELECT ?x
WHERE {
?x rdf:type foaf:Document
}
SELECT ?x
WHERE {
?x rdf:type foaf:Document .
?x rdf:type foaf:PersonalProfileDocument
}
SELECT ?x
WHERE {
?x rdf:type foaf:Document .
?x rdf:type sioc:Post .
}
Did you mean ...
Related Queries ...
So far: gentle,
iterative modification
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 42Role of Index Structures on LOD
Parallel Indices Over the Data
ts1
ts2
ts3
...
tsn
d1,1 d1,2 d1,3 ...
d2,1 d2,2
d3,1 d3,2 d3,3 ...
dn,1 dn,2 dn,3 ...
psA
psB
psC
...
psM
dA,1 dA,2 dA,3 ...
dB,1 dB,2
dC,1
dM,1 dM,2 dM,3 ...
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 43Role of Index Structures on LOD
Parallel Indices Over the Data
ts1
ts2
ts3
...
tsn
d1,1 d1,2 d1,3 ...
d2,1 d2,2
d3,1 d3,2 d3,3 ...
dn,1 dn,2 dn,3
psA
psB
psC
...
psM
dA,1 dA,2 dA,3 ...
dB,1 dB,2
dC,1
dM,1 dM,2 dM,3 ...
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 44Role of Index Structures on LOD
General Idea for Mapping
Entity
Set
c1
c2
p3
p4
p5
Approx.
Entity
Set
derive
derive
approximate
description alternative
description
ts1
ts2
ts3
...
tsn
d1,1 d1,2 d1,3 ...
d2,1 d2,2
d3,1 d3,2 d3,3 ...
dn,1 dn,2 dn,3
psA
psB
psC
...
psM
dA,1 dA,2 dA,3 ...
dB,1 dB,2
dC,1
dM,1 dM,2 dM,3 ...
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 45Role of Index Structures on LOD
Types of
Indices
Building
Indices
Using
Indices
k1
k2
k3
...
kn
d1,1 d1,2 d1,3 ...
d2,1 d2,2
d3,1 d3,2 d3,3 ...
dn,1 dn,2 dn,3 ...
Search
data
structure
Efficientstorage
andretrieval
s1 o1p1 c1
s1 o1p2 c1
s2 o2p2 c1
s1 p1 p2
s2 p2
p1 p2 s1 s3
p2 s2
E1
rdf:type dc:creator
E2
Bad News ...dc:title
foaf:Document
swrc:InProceedings
rdf:type
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 46Role of Index Structures on LOD
Summary
Pros Cons
rich
knowledge
base
diversepublic
huge
on the Web
diversedistributed
k1
k2
k3
...
kn
d1,1 d1,2 d1,3 ...
d2,1 d2,2
d3,1 d3,2 d3,3 ...
dn,1 dn,2 dn,3 ...
Technical solutions to
some of the problems
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 47Role of Index Structures on LOD
Summary
Pros Cons
rich
knowledge
base
diversepublic
huge
on the Web
diversedistributed
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 48Role of Index Structures on LOD
Thank you!
Contact:
Thomas Gottron
WeST – Institute for Web Science and Technologies
Universität Koblenz-Landau
gottron@uni-koblenz.de
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 49Role of Index Structures on LOD
References
1.  M. Konrath, T. Gottron, and A. Scherp, “Schemex – web-scale indexed schema extraction of linked open
data,” in Semantic Web Challenge, Submission to the Billion Triple Track, 2011.
2.  M. Konrath, T. Gottron, S. Staab, and A. Scherp, “Schemex—efficient construction of a data catalogue
by stream-based indexing of linked data,” Journal of Web Semantics, 2012.
3.  T. Gottron, M. Knauf, S. Scheglmann, and A. Scherp, “Explicit and implicit schema information on the
linked open data cloud: Joined forces or antagonists?,” Tech. Rep. 06/2012, Institut WeST, Universität
Koblenz-Landau, 2012.
4.  T. Gottron and R. Pickhardt, “A detailed analysis of the quality of stream-based schema construction on
linked open data,” in CSWS’12: Proceedings of the Chinese Semantic Web Symposium, 2012.
5.  T. Gottron, A. Scherp, B. Krayer, and A. Peters, “Get the google feeling: Supporting users in finding
relevant sources of linked open data at web-scale,” in Semantic Web Challenge, Submission to the
Billion Triple Track, 2012.
6.  T. Gottron, A. Scherp, B. Krayer, and A. Peters, “LODatio: Using a Schema-Based Index to Support
Users in Finding Relevant Sources of Linked Data,” in K-CAP’13: Proceedings of the Conference on
Knowledge Capture, 2013.
7.  T. Gottron, M. Knauf, S. Scheglmann, and A. Scherp, “A Systematic Investigation of Explicit and Implicit
Schema Information on the Linked Open Data Cloud,” in ESWC’13: Proceedings of the 10th Extended
Semantic Web Conference, 2013.
8.  J. Schaible, T. Gottron, S. Scheglmann, and A. Scherp, “LOVER: Support for Modeling Data Using
Linked Open Vocabularies,” in LWDM’13: 3rd International Workshop on Linked Web Data Management,
2013.
9.  R. Dividino, A. Scherp, G. Gröner, and T. Gottron, “Change-a-LOD: Does the Schema on the Linked
Data Cloud Change or Not?,” in COLD’13: International Workshop on Consuming Linked Data, 2013.
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 50Role of Index Structures on LOD
References
10.  T. Gottron, M. Knauf, and A. Scherp, “Analysis of schema structures in the linked open data graph based
on unique subject uris, pay-level domains, and vocabulary usage,” Distributed and Parallel Databases,
pp. 1–39, 2014.
11.  T. Gottron and C. Gottron, “Perplexity of index models over evolving linked data,” in ESWC’14:
Proceedings of the Extended Semantic Web Conference, 2014.
12.  T. Gottron, A. Scherp, and S. Scheglmann, “Providing alternative declarative descriptions for entity sets
using parallel concept lattices,” in ESWC’14: Proceedings of the Extended Semantic Web Conference,
2014.
13.  Carothers, G.: Rdf 1.1 n-quads. W3C Recommendation (Feb 2014), http://www.w3. org/TR/2014/REC-n-
quads-20140225/, (accessed 14 March 2014)
14.  Käfer, T., Abdelrahman, A., Umbrich, J., O’Byrne, P., Hogan, A.: Observing linked data dynamics. In:
The Se- mantic Web: Semantics and Big Data, Lecture Notes in Computer Science, vol. 7882, pp. 213–
227. Springer Berlin Heidelberg (2013)
Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 51Role of Index Structures on LOD
Sources
•  Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/, This work
is available under a CC-BY-SA license.
•  WorldWideWeb Around Wikipedia – Wikipedia as part of the world wide web, This Wikipedia and
Wikimedia Commons image is from the user Chris 73 and is freely available at //commons.wikimedia.org/
wiki/File:WorldWideWebAroundWikipedia.png under the creative commons CC-BY-SA 3.0 license.

More Related Content

Viewers also liked

The juggler's brain final
The juggler's brain finalThe juggler's brain final
The juggler's brain finalGeorge Haydock
 
How to Create an Effective Imagefest Slideshow
How to Create an Effective Imagefest SlideshowHow to Create an Effective Imagefest Slideshow
How to Create an Effective Imagefest Slideshowcomoxvalleycameraclub
 
Исследование качества инвестиционного климата и уровня инвестиционной активно...
Исследование качества инвестиционного климата и уровня инвестиционной активно...Исследование качества инвестиционного климата и уровня инвестиционной активно...
Исследование качества инвестиционного климата и уровня инвестиционной активно...Тарас Москаленко
 
ISMAR 2012: Tailoring the Adaptive Augmented Reality (A²R) Museum Visit: Iden...
ISMAR 2012: Tailoring the Adaptive Augmented Reality (A²R) Museum Visit: Iden...ISMAR 2012: Tailoring the Adaptive Augmented Reality (A²R) Museum Visit: Iden...
ISMAR 2012: Tailoring the Adaptive Augmented Reality (A²R) Museum Visit: Iden...ARtSENSE_EU
 
Libro de rosa maria
Libro de rosa mariaLibro de rosa maria
Libro de rosa marialuisariza16
 
Using Social Media to Promote your Toastmasters Club
Using Social Media to Promote your Toastmasters ClubUsing Social Media to Promote your Toastmasters Club
Using Social Media to Promote your Toastmasters ClubStar Bradshaw, UXC
 
Enhancing the NS-2 Traffic Generator for the MANETs
Enhancing the NS-2 Traffic Generator for the MANETsEnhancing the NS-2 Traffic Generator for the MANETs
Enhancing the NS-2 Traffic Generator for the MANETsIOSR Journals
 
I’m getting nuttin’ for christmas lyrics
I’m getting nuttin’ for christmas lyricsI’m getting nuttin’ for christmas lyrics
I’m getting nuttin’ for christmas lyricsICamarillo
 
Investigation on the Efficacy of Salmonella Bivalent Vaccine
Investigation on the Efficacy of Salmonella Bivalent VaccineInvestigation on the Efficacy of Salmonella Bivalent Vaccine
Investigation on the Efficacy of Salmonella Bivalent VaccineIOSR Journals
 

Viewers also liked (20)

Thanhham
ThanhhamThanhham
Thanhham
 
H0934549
H0934549H0934549
H0934549
 
The juggler's brain final
The juggler's brain finalThe juggler's brain final
The juggler's brain final
 
How to Create an Effective Imagefest Slideshow
How to Create an Effective Imagefest SlideshowHow to Create an Effective Imagefest Slideshow
How to Create an Effective Imagefest Slideshow
 
Abecedario
AbecedarioAbecedario
Abecedario
 
Исследование качества инвестиционного климата и уровня инвестиционной активно...
Исследование качества инвестиционного климата и уровня инвестиционной активно...Исследование качества инвестиционного климата и уровня инвестиционной активно...
Исследование качества инвестиционного климата и уровня инвестиционной активно...
 
Dewis cv
Dewis cvDewis cv
Dewis cv
 
10____
  10____  10____
10____
 
ISMAR 2012: Tailoring the Adaptive Augmented Reality (A²R) Museum Visit: Iden...
ISMAR 2012: Tailoring the Adaptive Augmented Reality (A²R) Museum Visit: Iden...ISMAR 2012: Tailoring the Adaptive Augmented Reality (A²R) Museum Visit: Iden...
ISMAR 2012: Tailoring the Adaptive Augmented Reality (A²R) Museum Visit: Iden...
 
Yo y mi mascota
Yo y mi mascotaYo y mi mascota
Yo y mi mascota
 
Libro de rosa maria
Libro de rosa mariaLibro de rosa maria
Libro de rosa maria
 
Using Social Media to Promote your Toastmasters Club
Using Social Media to Promote your Toastmasters ClubUsing Social Media to Promote your Toastmasters Club
Using Social Media to Promote your Toastmasters Club
 
Trashing Utopia 2015
Trashing Utopia   2015 Trashing Utopia   2015
Trashing Utopia 2015
 
Enhancing the NS-2 Traffic Generator for the MANETs
Enhancing the NS-2 Traffic Generator for the MANETsEnhancing the NS-2 Traffic Generator for the MANETs
Enhancing the NS-2 Traffic Generator for the MANETs
 
I’m getting nuttin’ for christmas lyrics
I’m getting nuttin’ for christmas lyricsI’m getting nuttin’ for christmas lyrics
I’m getting nuttin’ for christmas lyrics
 
H0954451
H0954451H0954451
H0954451
 
D0432026
D0432026D0432026
D0432026
 
Investigation on the Efficacy of Salmonella Bivalent Vaccine
Investigation on the Efficacy of Salmonella Bivalent VaccineInvestigation on the Efficacy of Salmonella Bivalent Vaccine
Investigation on the Efficacy of Salmonella Bivalent Vaccine
 
C0931115
C0931115C0931115
C0931115
 
D0532025
D0532025D0532025
D0532025
 

Similar to Making Use of the Linked Data Cloud: The Role of Index Structures

RO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research ObjectsRO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research ObjectsCarole Goble
 
Linked Open Data (LOD) part 3
Linked Open Data (LOD)  part 3Linked Open Data (LOD)  part 3
Linked Open Data (LOD) part 3IPLODProject
 
Triplificating and linking XBRL financial data
Triplificating and linking XBRL financial dataTriplificating and linking XBRL financial data
Triplificating and linking XBRL financial dataRoberto García
 
ESWC 2013: A Systematic Investigation of Explicit and Implicit Schema Informa...
ESWC 2013: A Systematic Investigation of Explicit and Implicit Schema Informa...ESWC 2013: A Systematic Investigation of Explicit and Implicit Schema Informa...
ESWC 2013: A Systematic Investigation of Explicit and Implicit Schema Informa...Thomas Gottron
 
20100614 ISWSA Keynote
20100614 ISWSA Keynote20100614 ISWSA Keynote
20100614 ISWSA KeynoteAxel Polleres
 
Linked Open Data Visualization
Linked Open Data VisualizationLinked Open Data Visualization
Linked Open Data VisualizationLaura Po
 
Querying the Web of Data
Querying the Web of DataQuerying the Web of Data
Querying the Web of DataRinke Hoekstra
 
Data integration with a façade. The case of knowledge graph construction.
Data integration with a façade. The case of knowledge graph construction.Data integration with a façade. The case of knowledge graph construction.
Data integration with a façade. The case of knowledge graph construction.Enrico Daga
 
Facilitating Data Curation: a Solution Developed in the Toxicology Domain
Facilitating Data Curation: a Solution Developed in the Toxicology DomainFacilitating Data Curation: a Solution Developed in the Toxicology Domain
Facilitating Data Curation: a Solution Developed in the Toxicology DomainChristophe Debruyne
 
SSONDE: Semantic Similarity On liNked Data Entities
SSONDE: Semantic Similarity On liNked Data EntitiesSSONDE: Semantic Similarity On liNked Data Entities
SSONDE: Semantic Similarity On liNked Data EntitiesRiccardo Albertoni
 
Getty Vocabulary Program LOD: Ontologies and Semantic Representation
Getty Vocabulary Program LOD: Ontologies and Semantic RepresentationGetty Vocabulary Program LOD: Ontologies and Semantic Representation
Getty Vocabulary Program LOD: Ontologies and Semantic RepresentationVladimir Alexiev, PhD, PMP
 
Wi2015 - Clustering of Linked Open Data - the LODeX tool
Wi2015 - Clustering of Linked Open Data - the LODeX toolWi2015 - Clustering of Linked Open Data - the LODeX tool
Wi2015 - Clustering of Linked Open Data - the LODeX toolLaura Po
 
The FLuID Meta Model: Incrementally Compute Schema-level Indices for the Web...
The FLuID Meta Model: Incrementally Compute  Schema-level Indices for the Web...The FLuID Meta Model: Incrementally Compute  Schema-level Indices for the Web...
The FLuID Meta Model: Incrementally Compute Schema-level Indices for the Web...Till Blume
 
EDF2012 Mariana Damova - Factforge
EDF2012   Mariana Damova - FactforgeEDF2012   Mariana Damova - Factforge
EDF2012 Mariana Damova - FactforgeEuropean Data Forum
 
Towards Flexible Indices for Distributed Graph Data: The Formal Schema-level...
Towards Flexible Indices for  Distributed Graph Data: The Formal Schema-level...Towards Flexible Indices for  Distributed Graph Data: The Formal Schema-level...
Towards Flexible Indices for Distributed Graph Data: The Formal Schema-level...Till Blume
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic WebTomek Pluskiewicz
 

Similar to Making Use of the Linked Data Cloud: The Role of Index Structures (20)

RO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research ObjectsRO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research Objects
 
Linked Open Data (LOD) part 3
Linked Open Data (LOD)  part 3Linked Open Data (LOD)  part 3
Linked Open Data (LOD) part 3
 
Triplificating and linking XBRL financial data
Triplificating and linking XBRL financial dataTriplificating and linking XBRL financial data
Triplificating and linking XBRL financial data
 
ESWC 2013: A Systematic Investigation of Explicit and Implicit Schema Informa...
ESWC 2013: A Systematic Investigation of Explicit and Implicit Schema Informa...ESWC 2013: A Systematic Investigation of Explicit and Implicit Schema Informa...
ESWC 2013: A Systematic Investigation of Explicit and Implicit Schema Informa...
 
20100614 ISWSA Keynote
20100614 ISWSA Keynote20100614 ISWSA Keynote
20100614 ISWSA Keynote
 
Linked Open Data Visualization
Linked Open Data VisualizationLinked Open Data Visualization
Linked Open Data Visualization
 
Querying the Web of Data
Querying the Web of DataQuerying the Web of Data
Querying the Web of Data
 
LOD2: State of Play WP1: Requirements, Design & LOD2 Stack Prototype
LOD2: State of Play WP1: Requirements, Design & LOD2 Stack PrototypeLOD2: State of Play WP1: Requirements, Design & LOD2 Stack Prototype
LOD2: State of Play WP1: Requirements, Design & LOD2 Stack Prototype
 
Data integration with a façade. The case of knowledge graph construction.
Data integration with a façade. The case of knowledge graph construction.Data integration with a façade. The case of knowledge graph construction.
Data integration with a façade. The case of knowledge graph construction.
 
Facilitating Data Curation: a Solution Developed in the Toxicology Domain
Facilitating Data Curation: a Solution Developed in the Toxicology DomainFacilitating Data Curation: a Solution Developed in the Toxicology Domain
Facilitating Data Curation: a Solution Developed in the Toxicology Domain
 
SSONDE: Semantic Similarity On liNked Data Entities
SSONDE: Semantic Similarity On liNked Data EntitiesSSONDE: Semantic Similarity On liNked Data Entities
SSONDE: Semantic Similarity On liNked Data Entities
 
Getty Vocabulary Program LOD: Ontologies and Semantic Representation
Getty Vocabulary Program LOD: Ontologies and Semantic RepresentationGetty Vocabulary Program LOD: Ontologies and Semantic Representation
Getty Vocabulary Program LOD: Ontologies and Semantic Representation
 
Wi2015 - Clustering of Linked Open Data - the LODeX tool
Wi2015 - Clustering of Linked Open Data - the LODeX toolWi2015 - Clustering of Linked Open Data - the LODeX tool
Wi2015 - Clustering of Linked Open Data - the LODeX tool
 
The FLuID Meta Model: Incrementally Compute Schema-level Indices for the Web...
The FLuID Meta Model: Incrementally Compute  Schema-level Indices for the Web...The FLuID Meta Model: Incrementally Compute  Schema-level Indices for the Web...
The FLuID Meta Model: Incrementally Compute Schema-level Indices for the Web...
 
EDF2012 Mariana Damova - Factforge
EDF2012   Mariana Damova - FactforgeEDF2012   Mariana Damova - Factforge
EDF2012 Mariana Damova - Factforge
 
COinS (eng version)
COinS (eng version)COinS (eng version)
COinS (eng version)
 
Presentation at MTSR 2012
Presentation at MTSR 2012Presentation at MTSR 2012
Presentation at MTSR 2012
 
LOD2 Webinar Series Classification and Quality Analysis with DL Learner and ORE
LOD2 Webinar Series Classification and Quality Analysis with DL Learner and ORELOD2 Webinar Series Classification and Quality Analysis with DL Learner and ORE
LOD2 Webinar Series Classification and Quality Analysis with DL Learner and ORE
 
Towards Flexible Indices for Distributed Graph Data: The Formal Schema-level...
Towards Flexible Indices for  Distributed Graph Data: The Formal Schema-level...Towards Flexible Indices for  Distributed Graph Data: The Formal Schema-level...
Towards Flexible Indices for Distributed Graph Data: The Formal Schema-level...
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 

More from Thomas Gottron

Focused Exploration of Geospatial Context on Linked Open Data
Focused Exploration of Geospatial Context on Linked Open DataFocused Exploration of Geospatial Context on Linked Open Data
Focused Exploration of Geospatial Context on Linked Open DataThomas Gottron
 
Perplexity of Index Models over Evolving Linked Data
Perplexity of Index Models over Evolving Linked Data Perplexity of Index Models over Evolving Linked Data
Perplexity of Index Models over Evolving Linked Data Thomas Gottron
 
From Changes to Dynamics: Dynamics Analysis of Linked Open Data Sources
From Changes to Dynamics: Dynamics Analysis of Linked Open Data Sources From Changes to Dynamics: Dynamics Analysis of Linked Open Data Sources
From Changes to Dynamics: Dynamics Analysis of Linked Open Data Sources Thomas Gottron
 
Of Sampling and Smoothing: Approximating Distributions over Linked Open Data
Of Sampling and Smoothing: Approximating Distributions over Linked Open DataOf Sampling and Smoothing: Approximating Distributions over Linked Open Data
Of Sampling and Smoothing: Approximating Distributions over Linked Open DataThomas Gottron
 
 Challenges in Managing Online Business Communities
 Challenges in Managing Online Business Communities Challenges in Managing Online Business Communities
 Challenges in Managing Online Business CommunitiesThomas Gottron
 
Challenging Retrieval Scenarios: Social Media and Linked Open Data
Challenging Retrieval Scenarios: Social Media and Linked Open DataChallenging Retrieval Scenarios: Social Media and Linked Open Data
Challenging Retrieval Scenarios: Social Media and Linked Open DataThomas Gottron
 
Get the Google Feeling! Supporting Users in Finding Relevant Sources
Get the Google Feeling! Supporting Users in Finding Relevant SourcesGet the Google Feeling! Supporting Users in Finding Relevant Sources
Get the Google Feeling! Supporting Users in Finding Relevant SourcesThomas Gottron
 
Finding Good URLs: Aligning Entities in Knowledge Bases with Public Web Docum...
Finding Good URLs: Aligning Entities in Knowledge Bases with Public Web Docum...Finding Good URLs: Aligning Entities in Knowledge Bases with Public Web Docum...
Finding Good URLs: Aligning Entities in Knowledge Bases with Public Web Docum...Thomas Gottron
 

More from Thomas Gottron (8)

Focused Exploration of Geospatial Context on Linked Open Data
Focused Exploration of Geospatial Context on Linked Open DataFocused Exploration of Geospatial Context on Linked Open Data
Focused Exploration of Geospatial Context on Linked Open Data
 
Perplexity of Index Models over Evolving Linked Data
Perplexity of Index Models over Evolving Linked Data Perplexity of Index Models over Evolving Linked Data
Perplexity of Index Models over Evolving Linked Data
 
From Changes to Dynamics: Dynamics Analysis of Linked Open Data Sources
From Changes to Dynamics: Dynamics Analysis of Linked Open Data Sources From Changes to Dynamics: Dynamics Analysis of Linked Open Data Sources
From Changes to Dynamics: Dynamics Analysis of Linked Open Data Sources
 
Of Sampling and Smoothing: Approximating Distributions over Linked Open Data
Of Sampling and Smoothing: Approximating Distributions over Linked Open DataOf Sampling and Smoothing: Approximating Distributions over Linked Open Data
Of Sampling and Smoothing: Approximating Distributions over Linked Open Data
 
 Challenges in Managing Online Business Communities
 Challenges in Managing Online Business Communities Challenges in Managing Online Business Communities
 Challenges in Managing Online Business Communities
 
Challenging Retrieval Scenarios: Social Media and Linked Open Data
Challenging Retrieval Scenarios: Social Media and Linked Open DataChallenging Retrieval Scenarios: Social Media and Linked Open Data
Challenging Retrieval Scenarios: Social Media and Linked Open Data
 
Get the Google Feeling! Supporting Users in Finding Relevant Sources
Get the Google Feeling! Supporting Users in Finding Relevant SourcesGet the Google Feeling! Supporting Users in Finding Relevant Sources
Get the Google Feeling! Supporting Users in Finding Relevant Sources
 
Finding Good URLs: Aligning Entities in Knowledge Bases with Public Web Docum...
Finding Good URLs: Aligning Entities in Knowledge Bases with Public Web Docum...Finding Good URLs: Aligning Entities in Knowledge Bases with Public Web Docum...
Finding Good URLs: Aligning Entities in Knowledge Bases with Public Web Docum...
 

Recently uploaded

Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bSérgio Sacani
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )aarthirajkumar25
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfSwapnil Therkar
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxSwapnil Therkar
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...Sérgio Sacani
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoSérgio Sacani
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxPhysiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxAArockiyaNisha
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfSELF-EXPLANATORY
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
Luciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxLuciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxAleenaTreesaSaji
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...jana861314
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsAArockiyaNisha
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxyaramohamed343013
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfnehabiju2046
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzohaibmir069
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Patrick Diehl
 

Recently uploaded (20)

Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on Io
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxPhysiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
Luciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxLuciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptx
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based Nanomaterials
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docx
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdf
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistan
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?
 

Making Use of the Linked Data Cloud: The Role of Index Structures

  • 1. Institute for Web Science & Technologies – WeST Making Use of the Linked Data Cloud: The Role of Index Structures Thomas Gottron March 20th, 2014 FGDB Frühjahrstreffen
  • 2. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 2Role of Index Structures on LOD Making Use of the Linked Data Cloud ... Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/ LOD: a rich, huge, diverse, public and distributed knowledge base on the Web. Pros Cons rich knowledge base diversepublic huge on the Web diversedistributed Shall I?
  • 3. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 3Role of Index Structures on LOD Challenges Underlying the „Cons“ Volume Semi- structured No schema No central access point Multitude of data sources Quality Dynamics Availability huge
  • 4. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 4Role of Index Structures on LOD Making Use of the Linked Data Cloud ... Pros Cons rich knowledge base diversepublic huge on the Web diversedistributed Shall I?
  • 5. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 5Role of Index Structures on LOD 20 years ago ...
  • 6. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 6Role of Index Structures on LOD Making Use of the World Wide Web... Shall I? Source: Chris 73 / Wikimedia Commons Pros Cons rich document collection diversepublic huge on the Internet diversedistributed Technical solutions to the problems
  • 7. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 7Role of Index Structures on LOD Making Use of the Linked Data Cloud ... Shall I? Pros Cons rich knowledge base diversepublic huge on the Web diversedistributed Indexstructures Provide: Solutions for the storage, management, organization of, and access to a rich, huge, diverse distributed knowledge base on the Web.
  • 8. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 8Role of Index Structures on LOD Types of Indices Building Indices Using Indices k1 k2 k3 ... kn d1,1 d1,2 d1,3 ... d2,1 d2,2 d3,1 d3,2 d3,3 ... dn,1 dn,2 dn,3 ... Search data structure Efficientstorage andretrieval s1 o1p1 c1 s1 o1p2 c1 s2 o2p2 c1 s1 p1 p2 s2 p2 p1 p2 s1 s3 p2 s2 E1 rdf:type dc:creator E2 Bad News ...dc:title foaf:Document swrc:InProceedings rdf:type
  • 9. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 9Role of Index Structures on LOD Types of Indices Building Indices Using Indices k1 k2 k3 ... kn d1,1 d1,2 d1,3 ... d2,1 d2,2 d3,1 d3,2 d3,3 ... dn,1 dn,2 dn,3 ... Search data structure Efficientstorage andretrieval s1 o1p1 c1 s1 o1p2 c1 s2 o2p2 c1 s1 p1 p2 s2 p2 p1 p2 s1 s3 p2 s2 E1 rdf:type dc:creator E2 Bad News ...dc:title foaf:Document swrc:InProceedings rdf:type
  • 10. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 10Role of Index Structures on LOD Data Format §  Linked Data as N-Quads: triple – what is the information? context URI – where does it come from? s op c ( )s op c
  • 11. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 11Role of Index Structures on LOD Index Models
  • 12. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 12Role of Index Structures on LOD (Abstract) Index Models w  D : Data elements to be retrieved (payload) w  K : Key elements to access the data (index elements) w  σ : Selection function: How to get data for a key k1 k2 k3 ... kn d1,1 d1,2 d1,3 ... d2,1 d2,2 d3,1 d3,2 d3,3 ... dn,1 dn,2 dn,3 ... DK σ Searchdata structure Efficientstorage andretrieval ℘( ) Data items / PayloadKeys
  • 13. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 13Role of Index Structures on LOD Concrete Example: Subject Based Index Model ukob:Gottron ukob:Staab ukob:Schegi ... tud:CGottron (ukob:Gottron, rdf:type, foaf:Person) (ukob:Gottron, foaf:knows, ukob:Staab) ... (ukob:Staab, swrc:institution, ukob:WeST) (ukob:Staab, foaf:name, „Steffen Staab“) ... (ukob:Schegi, rdf:type, foaf:Person) (ukob:Schegi, foaf:name, „Stefan Scheglmann“) (tud:CGottron, swrc:institution, tud:KOM) (tud:CGottron, foaf:knows, ukob:Gottron) ...
  • 14. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 14Role of Index Structures on LOD Schema-level Indices
  • 15. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 15Role of Index Structures on LOD Schema Information on the LOD Cloud (No) Schema? Guidelines / best practices Automatic tools Social effects Emerging Schema! Induce from data observations
  • 16. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 16Role of Index Structures on LOD Examples for Schema Information p1 x p2 p3 {p1, p2, p3} ... x, ... {cA, cB} ... y, ... rdf:type y cB cA rdf:type Property Set Type Set
  • 17. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 17Role of Index Structures on LOD Indexing „Styles“ for the Payload Full Caching local Web s op c Triples local Web s op Entities local Web s Data Sources local Web c
  • 18. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 18Role of Index Structures on LOD Schema-based Access to the LOD cloud ? foaf:Document fb:Computer_Scientist dc:creator x swrc:InProceedings SELECT ?x WHERE { ?x rdf:type foaf:Document . ?x rdf:type swrc:InProceedings . ?x dc:creator ?y . ?y rdf:type fb:Computer_Scientist }
  • 19. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 19Role of Index Structures on LOD Schema-based Access to the LOD cloud Schema- level Index Where? •  ACM •  DBLP SELECT ?x WHERE { ?x rdf:type foaf:Document . ?x rdf:type swrc:InProceedings . ?x dc:creator ?y . ?y rdf:type fb:Computer_Scientist }
  • 20. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 20Role of Index Structures on LOD Building Indices s1 o1p1 c1 s1 o1p2 c1 s2 o2p2 c1 s1 p1 p2 s2 p2 p1 p2 s1 s3 p2 s2 Types of Indices k1 k2 k3 ... kn d1,1 d1,2 d1,3 ... d2,1 d2,2 d3,1 d3,2 d3,3 ... dn,1 dn,2 dn,3 ... Search data structure Efficientstorage andretrieval Using Indices E1 rdf:type dc:creator E2 Bad News ...dc:title foaf:Document swrc:InProceedings rdf:type
  • 21. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 21Role of Index Structures on LOD Index Construction
  • 22. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 22Role of Index Structures on LOD Building Indices: Operators §  Combination of few simple operations w  Aggregate, Join, Invert §  Example: Property Set index s1 o1p1 c1 s1 o1p2 c1 s2 o2p2 c1 s3 o3p1 c1 s3 o4p2 c1 s4 o1p3 c1 s1 p1 p2 s2 p2 s3 p1 p2 s4 p3 p1 p2 s1 s3 p2 s2 p3 s4 Aggregate Invert
  • 23. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 23Role of Index Structures on LOD 12 Implemented Index Models §  Triple based w  Subject à Triple w  Predicate à Triple w  Object à Triple §  Meta data w  Keywords à Triple w  Context à Triple w  PLD à Triple §  Schema-level w  RDF Type à Entity w  Type set (TS) à Entity w  Property set (PS) à Entity w  Incoming property set (IPS) à Entity w  Type and properties (ECS) à Entity w  SchemEX à Entity https://github.com/gottron/lod-index-models
  • 24. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 24Role of Index Structures on LOD Indices over Evolving Data
  • 25. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 25Role of Index Structures on LOD Index Maintenance 2007 2008 2009 2010 2011 Not just growth, but also deletion and modification of data
  • 26. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 26Role of Index Structures on LOD How to Measure Accuracy? §  Queries? w  No established query log for data set w  Different key elements require different queries w  Cover all of the index §  Distributions! w  Relevant to several applications w  Established metrics for comparison SPARQL
  • 27. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 27Role of Index Structures on LOD Quantifying Divergence of Index Accuracy over Time Index construction / Estimation of distributions ... ... T0 (Base) T1 T2 T3 Tn ... Tn-1 T0 „deviation“ T1 T2 T3 TnTn-1
  • 28. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 28Role of Index Structures on LOD Evolving Data: Normalised Perplexity 0.0 0.2 0.4 0.6 0.8 1.0 0 10 20 30 40 50 60 70 Norm.Perplexity Week of Data Snapshot Subject Predicate Object 0.0 0.2 0.4 0.6 0.8 1.0 0 10 20 30 40 50 60 70 Norm.Perplexity Week of Data Snapshot Context Keywords PLD 0.0 0.2 0.4 0.6 0.8 1.0 0 10 20 30 40 50 60 70 Norm.Perplexity Week of Data Snapshot RDF Type TS PS IPS 0.0 0.2 0.4 0.6 0.8 1.0 0 10 20 30 40 50 60 70 Norm.Perplexity Week of Data Snapshot ECS SchemEX
  • 29. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 29Role of Index Structures on LOD Evolving Data: Normalised Perplexity (Zoom in) 0.00 0.02 0.04 0.06 0.08 0.10 0 10 20 30 40 50 60 70 Norm.Perplexity Week of Data Snapshot Subject Predicate Object 0.00 0.02 0.04 0.06 0.08 0.10 0 10 20 30 40 50 60 70 Norm.Perplexity Week of Data Snapshot Context Keywords PLD 0.00 0.02 0.04 0.06 0.08 0.10 0 10 20 30 40 50 60 70 Norm.Perplexity Week of Data Snapshot RDF Type TS PS IPS 0.00 0.02 0.04 0.06 0.08 0.10 0 10 20 30 40 50 60 70 Norm.Perplexity Week of Data Snapshot ECS SchemEX
  • 30. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 30Role of Index Structures on LOD Using Indices E1 rdf:type dc:creator E2 Bad News ...dc:title foaf:Document swrc:InProceedings rdf:type Types of Indices k1 k2 k3 ... kn d1,1 d1,2 d1,3 ... d2,1 d2,2 d3,1 d3,2 d3,3 ... dn,1 dn,2 dn,3 ... Search data structure Efficientstorage andretrieval Building Indices s1 o1p1 c1 s1 o1p2 c1 s2 o2p2 c1 s1 p1 p2 s2 p2 p1 p2 s1 s3 p2 s2
  • 31. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 31Role of Index Structures on LOD Programming Support
  • 32. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 32Role of Index Structures on LOD LITEQ and NPQL §  Support programming with Linked Data sources §  NPQL (Node Path Query Language) w  Intensional queries à class descriptions, properties w  Extensional queries à instance data §  LITEQ w  Implementiation of NPQL (F# type provider) w  Autocompletion
  • 33. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 33Role of Index Structures on LOD LITEQ and NPQL §  RDF type and property navigation (intension) dC.``http://example.org/ns#creature``↵
 .SubTypeNavigation.````http://example.org/ns#dog`` ``http://example.org/ns#cat`` ``http://example.org/ns#person`` ...
  • 34. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 34Role of Index Structures on LOD LITEQ and NPQL §  RDF type and property navigation (intension) dC.``http://example.org/ns#creature``↵ .SubTypeNavigation.``http://example.org/ns#dog``
  • 35. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 35Role of Index Structures on LOD LITEQ and NPQL §  RDF type and property navigation (intension) dC.``http://example.org/ns#creature``↵ .SubTypeNavigation.``http://example.org/ns#dog``↵
 .PropNavigation.````http://example.org/ns#hasOwner`` ``http://example.org/ns#hasName`` ``http://example.org/ns#taxNumber`` ...
  • 36. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 36Role of Index Structures on LOD LITEQ and NPQL §  RDF type and property navigation (intension) dC.``http://example.org/ns#creature``↵ .SubTypeNavigation.``http://example.org/ns#dog``↵
 .PropNavigation.``http://example.org/ns#hasOwner``
  • 37. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 37Role of Index Structures on LOD LITEQ and NPQL §  Accessing instances (extension) let allDogs = dC.``http://example.org/ns#creature``↵ .SubTypeNavigation.``http://example.org/ns#dog``.↵
 .Extension §  Accessing individuals let bello = dC.``http://example.org/ns#creature``↵ .SubTypeNavigation.``http://example.org/ns#dog``↵ .Individuals.``http://example.org/ns#bello``↵ .getRdfObject bello.get_hasName() bello.get_taxNumber()
  • 38. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 38Role of Index Structures on LOD Exploring Entity Descriptions
  • 39. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 39Role of Index Structures on LOD Schema-based Access to the LOD cloud Schema- level Index Where? •  ACM •  DBLP SELECT ?x WHERE { ?x rdf:type foaf:Document . ?x rdf:type swrc:InProceedings . ?x dc:creator ?y . ?y rdf:type fb:Computer_Scientist }
  • 40. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 40Role of Index Structures on LOD Schema-level Search of Relevant Data Sources
  • 41. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 41Role of Index Structures on LOD Searching for a Suitable Description SELECT ?x WHERE { ?x rdf:type foaf:Document } SELECT ?x WHERE { ?x rdf:type foaf:Document . ?x rdf:type foaf:PersonalProfileDocument } SELECT ?x WHERE { ?x rdf:type foaf:Document . ?x rdf:type sioc:Post . } Did you mean ... Related Queries ... So far: gentle, iterative modification
  • 42. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 42Role of Index Structures on LOD Parallel Indices Over the Data ts1 ts2 ts3 ... tsn d1,1 d1,2 d1,3 ... d2,1 d2,2 d3,1 d3,2 d3,3 ... dn,1 dn,2 dn,3 ... psA psB psC ... psM dA,1 dA,2 dA,3 ... dB,1 dB,2 dC,1 dM,1 dM,2 dM,3 ...
  • 43. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 43Role of Index Structures on LOD Parallel Indices Over the Data ts1 ts2 ts3 ... tsn d1,1 d1,2 d1,3 ... d2,1 d2,2 d3,1 d3,2 d3,3 ... dn,1 dn,2 dn,3 psA psB psC ... psM dA,1 dA,2 dA,3 ... dB,1 dB,2 dC,1 dM,1 dM,2 dM,3 ...
  • 44. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 44Role of Index Structures on LOD General Idea for Mapping Entity Set c1 c2 p3 p4 p5 Approx. Entity Set derive derive approximate description alternative description ts1 ts2 ts3 ... tsn d1,1 d1,2 d1,3 ... d2,1 d2,2 d3,1 d3,2 d3,3 ... dn,1 dn,2 dn,3 psA psB psC ... psM dA,1 dA,2 dA,3 ... dB,1 dB,2 dC,1 dM,1 dM,2 dM,3 ...
  • 45. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 45Role of Index Structures on LOD Types of Indices Building Indices Using Indices k1 k2 k3 ... kn d1,1 d1,2 d1,3 ... d2,1 d2,2 d3,1 d3,2 d3,3 ... dn,1 dn,2 dn,3 ... Search data structure Efficientstorage andretrieval s1 o1p1 c1 s1 o1p2 c1 s2 o2p2 c1 s1 p1 p2 s2 p2 p1 p2 s1 s3 p2 s2 E1 rdf:type dc:creator E2 Bad News ...dc:title foaf:Document swrc:InProceedings rdf:type
  • 46. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 46Role of Index Structures on LOD Summary Pros Cons rich knowledge base diversepublic huge on the Web diversedistributed k1 k2 k3 ... kn d1,1 d1,2 d1,3 ... d2,1 d2,2 d3,1 d3,2 d3,3 ... dn,1 dn,2 dn,3 ... Technical solutions to some of the problems
  • 47. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 47Role of Index Structures on LOD Summary Pros Cons rich knowledge base diversepublic huge on the Web diversedistributed
  • 48. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 48Role of Index Structures on LOD Thank you! Contact: Thomas Gottron WeST – Institute for Web Science and Technologies Universität Koblenz-Landau gottron@uni-koblenz.de
  • 49. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 49Role of Index Structures on LOD References 1.  M. Konrath, T. Gottron, and A. Scherp, “Schemex – web-scale indexed schema extraction of linked open data,” in Semantic Web Challenge, Submission to the Billion Triple Track, 2011. 2.  M. Konrath, T. Gottron, S. Staab, and A. Scherp, “Schemex—efficient construction of a data catalogue by stream-based indexing of linked data,” Journal of Web Semantics, 2012. 3.  T. Gottron, M. Knauf, S. Scheglmann, and A. Scherp, “Explicit and implicit schema information on the linked open data cloud: Joined forces or antagonists?,” Tech. Rep. 06/2012, Institut WeST, Universität Koblenz-Landau, 2012. 4.  T. Gottron and R. Pickhardt, “A detailed analysis of the quality of stream-based schema construction on linked open data,” in CSWS’12: Proceedings of the Chinese Semantic Web Symposium, 2012. 5.  T. Gottron, A. Scherp, B. Krayer, and A. Peters, “Get the google feeling: Supporting users in finding relevant sources of linked open data at web-scale,” in Semantic Web Challenge, Submission to the Billion Triple Track, 2012. 6.  T. Gottron, A. Scherp, B. Krayer, and A. Peters, “LODatio: Using a Schema-Based Index to Support Users in Finding Relevant Sources of Linked Data,” in K-CAP’13: Proceedings of the Conference on Knowledge Capture, 2013. 7.  T. Gottron, M. Knauf, S. Scheglmann, and A. Scherp, “A Systematic Investigation of Explicit and Implicit Schema Information on the Linked Open Data Cloud,” in ESWC’13: Proceedings of the 10th Extended Semantic Web Conference, 2013. 8.  J. Schaible, T. Gottron, S. Scheglmann, and A. Scherp, “LOVER: Support for Modeling Data Using Linked Open Vocabularies,” in LWDM’13: 3rd International Workshop on Linked Web Data Management, 2013. 9.  R. Dividino, A. Scherp, G. Gröner, and T. Gottron, “Change-a-LOD: Does the Schema on the Linked Data Cloud Change or Not?,” in COLD’13: International Workshop on Consuming Linked Data, 2013.
  • 50. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 50Role of Index Structures on LOD References 10.  T. Gottron, M. Knauf, and A. Scherp, “Analysis of schema structures in the linked open data graph based on unique subject uris, pay-level domains, and vocabulary usage,” Distributed and Parallel Databases, pp. 1–39, 2014. 11.  T. Gottron and C. Gottron, “Perplexity of index models over evolving linked data,” in ESWC’14: Proceedings of the Extended Semantic Web Conference, 2014. 12.  T. Gottron, A. Scherp, and S. Scheglmann, “Providing alternative declarative descriptions for entity sets using parallel concept lattices,” in ESWC’14: Proceedings of the Extended Semantic Web Conference, 2014. 13.  Carothers, G.: Rdf 1.1 n-quads. W3C Recommendation (Feb 2014), http://www.w3. org/TR/2014/REC-n- quads-20140225/, (accessed 14 March 2014) 14.  Käfer, T., Abdelrahman, A., Umbrich, J., O’Byrne, P., Hogan, A.: Observing linked data dynamics. In: The Se- mantic Web: Semantics and Big Data, Lecture Notes in Computer Science, vol. 7882, pp. 213– 227. Springer Berlin Heidelberg (2013)
  • 51. Thomas Gottron FGDB Frühjahrstreffen 20.3.2014, 51Role of Index Structures on LOD Sources •  Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/, This work is available under a CC-BY-SA license. •  WorldWideWeb Around Wikipedia – Wikipedia as part of the world wide web, This Wikipedia and Wikimedia Commons image is from the user Chris 73 and is freely available at //commons.wikimedia.org/ wiki/File:WorldWideWebAroundWikipedia.png under the creative commons CC-BY-SA 3.0 license.