<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">How much navigable is the Web of Linked Data? *</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Valeria</forename><surname>Fionda</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Mathematics</orgName>
								<orgName type="institution">University of Calabria</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Enrico</forename><surname>Malizia</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">DIMES</orgName>
								<orgName type="institution">University of Calabria</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">How much navigable is the Web of Linked Data? *</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">57B3EFBF6292C8CC147F196958664CEF</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T20:10+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Millions of RDF links connect data providers on the Web of Linked Data. Here, navigability is a key issue. This poster provides a preliminary quantitative analysis of this fundamental feature.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Motivation</head><p>Linked Data are published on the Web following the Linked Data principles <ref type="bibr" target="#b1">[2]</ref>. One of them states that RDF links must be used to allow clients to navigate the Web of Linked Data from dataset to dataset. In particular, RDF links allow: (i) data publishers to connect the data they provide to data already on the Web; and (ii) clients to discover new knowledge by traversing links and retrieving data. Hence, navigability is a key feature. The Web of Linked Data is growing rapidly and both the set of data providers and the structure of RDF links continuously evolve. Is this growth taking place preserving the basic navigability principle?</p><p>In this poster we try to answer this question by analyzing the pay-level domain (PLD) networks extracted from the last three Billion Triple Challenge datasets. In addition, we also analyze the sameAs network obtained by considering only owl:sameAs links. Some recent works analyzed sameAs networks <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b2">3]</ref> to provide some statistics on the deployment status and use of owl:sameAs links [3] and to evaluate their quality <ref type="bibr" target="#b0">[1]</ref>. However, to the best of our knowledge, this is the first attempt to use the PLD and sameAs networks to perform a quantitative analysis of the navigability of the Web of Linked Data.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Methodology</head><p>Navigability indices. We model the Web of Linked Data as a directed graph G = V, E where V = {v 1 , . . . , v n } is the set of vertices and E ⊆ V × V is the set of edges. The vertices of G represent the pay-level domains that identify data publishers in the Web of Linked Data. The edges of G represent directed links between different pay-level domains (i.e., there are no loops) and are ordered pairs of vertices (v i , v j ), where v i is the source vertex and v j is the target one. Intuitively, an edge (v i , v j ) models the fact that there is at least one URI having PLD v i by dereferencing which an RDF link to a URI having PLD v j is obtained.</p><p>We denote by v i ; G v j the existence of a path from</p><formula xml:id="formula_0">v i to v j in G (otherwise we write v i ; G v j ). For a graph G = V, E , G * = V, E * is the closure of G where (v i , v j ) ∈ E * if and only if v i = v j and v i ; G v j . We define the reachability matrix R G ∈ {0, 1} n×n such that R G [i, j] = 1 if and only if (v i , v j ) ∈ E * (i.e., v i ; G v j ). Moreover, we define the distance matrix D G ∈ N n×n such that D G [i, j] is the length of the shortest path between v i and v j (D G [i, j] = ∞ if v i ; G v j ). When G is understood we simply write v i ; v j , R[i, j], and D[i, j].</formula><p>To evaluate the navigability of the Web of Linked Data we use two indices. The first one is the reachability index η(G), corresponding to the edge density of G * . The reachability index is the probability that between any two given vertices of G there exists a path. In particular, η(G) =</p><formula xml:id="formula_1">1 n(n−1) vi,vj ∈V,vi =vj R[i, j] = |E * | n(n−1)</formula><p>. This index takes into account only the reachability between vertices and implies that η(G 1 ) = η(G 2 ) for any pair of graphs</p><formula xml:id="formula_2">G 1 = V, E 1 and G 2 = V, E 2 such that G * 1 = G * 2 , even if E 1 ⊂ E 2 (or E 2 ⊂ E 1</formula><p>). To take into account differences in graph topologies, we use the efficiency index η(G) <ref type="bibr" target="#b3">[4]</ref>. This index exploits the distance matrix D to weight the reachability by the (inverse of the) length of the shortest path between vertices. Given a graph G, η(G) =</p><formula xml:id="formula_3">1 n(n−1) vi,vj ∈V,vi =vj R[i,j] D[i,j] , where R[i,j] D[i,j] = 0 when v i ; v j .</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>It can be shown that for any graph G, η(G) ≤ η(G), and given two graphs</head><formula xml:id="formula_4">G 1 = V, E 1 and G 2 = V, E 2 such that E 1 ⊂ E 2 then η(G 1 ) ≤ η(G 2 ), while η(G 1 ) &lt; η(G 2 )</formula><p>. The index η(•) has been used in literature to measure how efficiently small-world networks exchange information <ref type="bibr" target="#b3">[4]</ref>.</p><p>Intuitively, the closer η(G) is to 1, the more G is similar to a strongly connected graph; on the other hand, the closer η(G) is to 1, the more G is similar to a complete graph. Note that, η combines information on reachability and information about the distances between pairs of vertices and it is not simply the arithmetic mean of the inverse of the shortest paths lengths. Datasets. To perform our analysis we used the Billion Triple Challenge (BTC) datasets of 2010, 2011 and 2012<ref type="foot" target="#foot_0">3</ref> . Unfortunately, the BTC dataset for 2013 was not crawled and a dataset for 2014 was not available to the date of submission. We decided to use the pay-level domain (PLD) granularity to build our networks, where the PLD of a URI is a sub-domain (generally one level below) of a generic public top-level domain, for which users usually pay for. PLD domains in the Web of Linked Data are often in one-to-one correspondence with Linked Open Data datasets. We extracted the PLD network from each BTC dataset by considering each RDF quad and adding an edge between the PLD of the context URI and the PLD of the subject and object. In particular, we extracted two PLD networks: the first one (denoted by All) considers all types of links and the second one (denoted by SA) considers only owl:sameAs links. Since BTC datasets are obtained by crawling the LOD cloud starting from a set of seed URIs, we also extracted from each network the largest internal connected component obtained by ignoring the PLDs "on the border" (i.e., those without any outgoing edge) that are probably those where the crawling stopped. We denote by All-I and SA-I are internal subnetworks extracted from All and SA, respectively. Fig. <ref type="figure" target="#fig_0">1</ref> shows the SA-I network of the BTC 2012 dataset.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Evaluation</head><p>Table <ref type="table" target="#tab_0">1</ref> reports our results. The table shows that η and η on the complete network, for both All and SA, decrease in 2011 with respect to 2010 and are still decresing for the All network even in 2012. Moreover, the values obtained for both η and η are very small. For example, η(All) = 4.899 • 10 −4 for the BTC 2012 dataset means that given a random pair of PLDs from the All network the probability that they are connected by a path is less than 0.5. Translated to the Web, this means that starting from a given a URI and following RDF links only a very small portion of the Web of Linked Data can be reached. However, an explanation for such a behavior could be that the BTC datasets are obtained by crawling the Web and it is reasonable to think that PLDs at the "border" of the network are those at which the crawling process stopped. If this is the case, some links can actually be missing and our indices can be biased. In general, a decrease over time of η and η on the full Web of Linked Data highlight a decrease in its navigability. Nevertheless, since in our case the BTC datasets are used as representative samples of the full Web of Linked Data, this decrease can be related to the fact that in 2012 and 2011 the crawler retrieved triples spanning more data providers than in 2010 and a large portion of them is on the border. Indeed, in general, both η and η decrease if the proportion of the nodes on the border increase with respect to the total size of the network.</p><p>For this reason we decided to analyze the internal largest connected components All-I and SA-I. As for All-I, on one hand it can be observed that the difference in the values of both indices between 2011 and 2012 is negligible. There is, on the other hand, a big increase in both indices for the 2011 network with respect to the 2010 one. It is evident, from these results, that the Web of Linked Data gained a lot in navigability from 2010 to 2011, according to the All-I sample, while the navigability remained almost unchanged in 2012. A similar trend can be identified also on the SA-I network, apart from a noticeable decrease in the navigability of the 2012 network compared to the 2011 one. Our results show that, for example, in 2012 given a random pair of PLDs from the All-I network the probability that they are connected by a path is greater than 86% with an efficiency of 0.326. It is worth to point out that, in a distributed environment as the Web, efficiency is a fundamental property that, besides reachability, is related to the number of dereferences that must be performed to move from a source PLD to a target one. Roughly speaking, lower values of efficiency for the same value of reachability translate in more traffic on the network.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusions</head><p>Navigability is a key feature of the Web of Linked Data. We introduced some indices to quantitatively measure the connectivity of Linked Data providers and the efficiency of their connections. The results obtained show that, as hoped, the navigability of the Web of Linked Data is increasing with its growth. However, in order not to be biased toward a certain interpretation, it is important to stress that the results obtained could have been influenced by the crawling strategy used to build the BTC datasets used in our analysis. We plan to perform our analysis in the following years to monitor and hopefully confirm this trend.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. The largest internal connected component of the PLD sameAs network extracted from the BTC2012 dataset.</figDesc><graphic coords="3,141.88,115.83,328.53,239.07" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Summary of the analysis carried out.</figDesc><table><row><cell>Index/Year</cell><cell>η</cell><cell></cell><cell>η</cell><cell></cell></row><row><cell>Network</cell><cell>2010 2011</cell><cell>2012</cell><cell>2010 2011</cell><cell>2012</cell></row><row><cell>All</cell><cell cols="4">0.034 0.002 4.899•10 −4 0.009 5.98•10 −4 1.719•10 −4</cell></row><row><cell>SA</cell><cell>0.134 0.018</cell><cell>0.059</cell><cell>0.037 0.005</cell><cell>0.016</cell></row><row><cell>All-I</cell><cell>0.312 0.887</cell><cell>0.867</cell><cell>0.089 0.319</cell><cell>0.326</cell></row><row><cell>SA-I</cell><cell>0.400 0.658</cell><cell>0.497</cell><cell>0.131 0.223</cell><cell>0.187</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_0">http://km.aifb.kit.edu/projects/btc-X/, X={2010,2011,2012}</note>
		</body>
		<back>

			<div type="funding">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Fionda's work was supported by the European Commission, the European Social Fund and the Calabria region. E. Malizia's work was supported by the ERC grant 246858 (DIADEM), while he was visiting the Department of Computer Science of the University of Oxford.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">A spectrometry of linked data</title>
		<author>
			<persName><forename type="first">G</forename><surname>Bartolomeo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Salsano</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2012">2012</date>
			<publisher>LDOW</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">T</forename><surname>Berners-Lee</surname></persName>
		</author>
		<title level="m">Linked data design issues</title>
				<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">SameAs Networks and Beyond: Analyzing Deployment Status and Implications of owl:sameAs in Linked Data</title>
		<author>
			<persName><forename type="first">L</forename><surname>Ding</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Shinavier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Shangguan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Mcguinness</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ISWC</title>
				<imprint>
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Efficient behavior of small-world networks</title>
		<author>
			<persName><forename type="first">V</forename><surname>Latora</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Marchiori</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Phys. Rev. Lett</title>
		<imprint>
			<biblScope unit="volume">87</biblScope>
			<biblScope unit="issue">19</biblScope>
			<biblScope unit="page">198701</biblScope>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
