<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>April</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>A Query-Driven Characterization of Linked Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Harry Halpin</string-name>
          <email>H.Halpin@ed.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institute for Communicating and Collaborative Systems University of Edinburgh 2 Buccleuch Place Edinburgh</institution>
          ,
          <country country="UK">United Kingdom</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2009</year>
      </pub-date>
      <volume>20</volume>
      <issue>2009</issue>
      <abstract>
        <p>Due to the Linked Data initiative, the once unpopulated Semantic Web is now rapidly being populated with millions of facts stored in RDF. Could any of this data possibly be interesting to ordinary users? In this study, we run queries extracted from a query log from a major hypertext search engine against a Semantic Web search engine to determine if the Semantic Web has anything of interest to the average Web user. There is indeed much Semantic Web information that could be relevant for many queries for entities (like people and places) and abstract concepts, although these possibly relevant results are overwhelmingly clustered around DBPedia. We present an empirical analysis of the results, focusing on their major sources, the structure of the triples, the use of various RDF and OWL constructs, and the power-law distributions produced by both the URIs that serve Linked Data and the URIs in the triples themselves. The issue of 303 redirection and URI identity is given indepth treatment.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Categories and Subject Descriptors</title>
      <p>H.3.d [Information Technology and Systems]:
Metadata
Experimentation
Linked Data statistics, query logs, information retrieval,power
law</p>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>What are the characteristics of the Linked Data in the
wild? There are two primary questions we are hoping to
answer. First, has Linked Data changed from earlier ‘first
generation’ Semantic Web efforts? Second, is there
anything worth finding for ordinary users in Linked Data? Only
a moderately large-scape sampling and analysis of Linked
Data can answer this central question. Our method of
investigation is to inspect what information needs actual users
are expressing via using a hypertext search engine, and then
use a sample of these queries to determine if Linked Data
can satisfy these information needs. We present an analysis
of a search-engine query log from a major hypertext search
engine, Microsoft’s Live.com, and use this query log to
sample Linked Data. As an added benefit, such an empirical
analysis can prove or disprove some widely held
assumptions, such as whether or not there is an endemic over-use of
owl:sameAs and whether or the Linked Data best practice
recommendation of 303 redirection is being followed.
2.</p>
    </sec>
    <sec id="sec-3">
      <title>PREVIOUS WORK</title>
      <p>
        For the first-generation of the Semantic Web, there was
very little data-driven analysis of the ontologies, primarily
because so few were actually in existence. The first
largescale analysis of the Semantic Web was done via an
inspection of the index of Swoogle by Ding and Finin [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Ding
and Finin first estimated the size of the Semantic Web to be
in 2006 4.91 million Semantic Web documents via
searching Google for the media type application/rdf+xml [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
As this might not include data that is hosted using the
wrong media type, they estimated, using Google to include
all FOAF files served as HTML and RSS 1.0 files, the size
of the Semantic Web would optimistically be increased by
two orders of magnitudes. Although the study of Ding and
Finin was of great importance as it was the first empirical
study of the Semantic Web, this work has a number of
limitations [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. It’s primary limitation was it was unknown
if any of the Semantic Web documents indexed contained
information that anyone would want to actually re-use.
Intuitively, most of the data on this first-generation Semantic
Web was likely to be of limited value. For example, the vast
majority of data on the Semantic Web in 2006 was caused
by Livejournal exporting every user’s profile as FOAF –
usually without the user’s knowledge – without linking to other
URIs, serving with the correct MIME type, and deploying
303 re-direction. The second main source of data in Ding
and Finin’s study, RSS 1.0, is also of limited value. RSS,
originally an XML-based protocol generally used for
newsfeeds, was given a RDF-compatible syntax, creating RSS 1.0
[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The very application of RDF in RSS 1.0 is questionable,
as the data is primarily information about site updates, and
so RSS 1.0 data is rarely merged, re-used, or even linked to
in a manner that takes advantage of RDF. Due to the
idiosyncratic nature of the data sources of the first generation
Semantic Web, it is not surprising that the majority of the
data likely contained little information that could satisfy the
information need of the average user of the Web.
      </p>
      <p>
        Due to the Linked Data initiative, the size of the
Semantic Web has recently increased in size by several orders of
magnitudes due to the conversion of a large number of
highquality databases into RDF [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Since the study by Ding
and Finin missed the rise of Linked Data, the time is ripe
for more empirical studies of the Semantic Web. It is
unclear how the dynamics of the Semantic Web are changing.
While the number of URIs indexed by Linked Data search
engines like Sindice shows that the general trend of the
number of URIs on the Semantic Web visually follows a
‘powerlaw,’ the correct mathematical analysis has not been done to
show this to be the case [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]. The only large-scale study of
Linked Data at this time has been by Hausenblas et al., and
it estimated the size of the Linked Data at approximately
2 billion triples [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. The focus of that study was only on
interlinking between data-sets, and it estimated that there
were approximately 3 million interlinks between the various
data-sets. The most popular interlinking property by far
was dbpedia:hasPhotoCollection, with approximately 2
million occurrences, most likely to be due to the term being
used by a Linked Data exporter around the popular
photohosting service Flickr [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. In summary, the Linked Data
phenomenon is huge, much larger than the first-generation
Semantic Web, and its properties have not been fully
studied. In particular, there has been little work on determining
how the issues of the reference of URIs play out in the wild
given by Linked Data.
      </p>
    </sec>
    <sec id="sec-4">
      <title>SAMPLING LINKED DATA VIA QUERY</title>
    </sec>
    <sec id="sec-5">
      <title>LOGS</title>
      <p>
        The main problem facing any empirical analysis of the
Semantic Web is one of sampling. As almost any database can
easily be exported to RDF, any sample of the Semantic Web
can be biased by the automated release of large, if ultimately
useless, data-sets. This was demonstrated in an exemplary
fashion by the release of RSS 1.0 data. RDF vocabulary
terms that have little content, such as rss:item, quickly bias
the statistical analysis. With the advent of Linked Data, this
has to some extent already happened with large numbers of
databases being released as Linked Data ranging from the
BBC’s John Peel recordings to the MusicBrainz audio CD
collection [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. How much of Linked Data is aimed for
general use? Obviously, components like DBPedia, the export
of Wikipedia to Linked Data, could be very useful [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The
vast majority of data released into the Semantic Web is of
appeal only to a niche audience, such as the large appeal of
Bio2RDF to health care and life-sciences. Just as RSS 1.0
and the Livejournal export of FOAF biased sampling of the
first-generation Semantic Web, the release of a large Linked
Data set such as the Bio2RDF, containing approximately
65 million triples and so rivaling the size of DBPedia, can
bias any sampling of Linked Data [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. For example, if one
just counted the number of URIs used on the Semantic Web,
one would quickly find that bio2rdf:xProteinLinks would
prove to be, in sheer number, a very popular term despite
its relative lack of use outside the biomedical community. It
is a small step then to imagine ‘semantic spamming’ that
releases large amounts of bogus URIs into the Semantic Web.
Furthermore, due to open nature of the Web, it is difficult,
if not impossible, to determine how many actual separate
providers of Semantic Web data there are, so a priori
choosing seed samples or to ‘weight’ any sample is difficult. Unlike
the original Web, which grew at least in an organic fashion
for its first few years, the Web of Linked Data grows in very
noticeable ‘fits and starts’ as large data-sets are released, so
each data-set can vastly alter any empirical analysis. The
question is not how to avoid bias in sampling, but to choose
the kind of bias one wants. We are aiming for a bias towards
the ordinary user of the Web.
      </p>
      <p>What information is available on the Semantic Web that
ordinary users are actually interested in, and how do we
sample this data? The obvious candidate for exploring this
would be look at a major search engine query log, as it gives
a sample of the interests of many users in aggregate. Since
Semantic Web search engines are currently used mostly by
Semantic Web developers and not by ordinary users, the
query log of a popular hypertext search engine should be
sampled as opposed to a more specialized search engine.
The entire bet of the Semantic Web is that it will contain
information that many ordinary users will want to re-use
and merge via Semantic-Web enabled applications, and that
this information will primarily be about non-information
resources such as entities like people and places and abstract
concepts. Thus, the ideal sampling of the Semantic Web
would be to extract query terms referring to physical entities
and abstract concepts from a hypertext search engine query
log, and then by virtue of a Semantic Web search engine we
can determine precisely how much information Linked Data
contains on these subjects.
3.1</p>
    </sec>
    <sec id="sec-6">
      <title>The Live.com Query Log</title>
      <p>
        There has been a much work in query log analysis in
order to discover how to best satisfy the information needs of
users on the Web. Since most search query logs of any size
belong to search engines companies, it is often difficult for
researchers outside those companies to analyze these query
logs, and therefore most research in search query logs deal
with small or special-purpose query logs, such as the Web
track in the TREC competition [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. A few employees of
large search corporations have released detailed studies of
their search engine query logs. In particular Silverstein et
al.’s analysis of a billion queries in the Altavista query log is
considered to be a large ‘gold-standard’ study of query logs
[
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]. In order to extract concepts and entities, we analyze
the query log of approximately 15 million distinct queries
from Microsoft Live Search, and all reference to the ‘query
log’ are to this Microsoft query log, which is provided by
Microsoft due to a 2007 ‘Beyond Search’ award. This query
log contains 14,921,285 queries. Of these queries, 7,095,302
(48%) were unique. Corrected for capitalization, 4,465,912
(30%) were unique. Of all queries, only 228,593 (2%) queries
used some form of advanced keywords, while 709,102 (5%)
used boolean operators and 266,308 (2%) used quotation,
leading to a total of 1,204,003 (17%) queries using some
advanced techniques provided by the search engines. The
average number of terms per query was 1.76. Note that these
extremely brief queries are normal for hypertext Web search
engines, with an average query length of 2.35 being reported
by Silverstein et al. for the Altavista query log [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]. Since
we did not want to deal with queries that were only typed
once or a few times, as these may not be representative of
most user’s interests, we did not select for further use any
queries with a frequency less than 10, resulting in onlyfrom
the total query log of 7,095,302, a reduction of 37%.
3.2
      </p>
    </sec>
    <sec id="sec-7">
      <title>Extracting Queries for Entities and Concepts</title>
      <p>
        Automatically classifying informational queries is difficult.
Rule-based approaches that claim to work over entire query
logs like those of Jansen et al. [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] are dubious at best,
since they work by applying very loose specifications such
as “query length greater than 2” and “any query using
natural language terms.” More promising work has applied both
supervised and unsupervised machine-learning to discover
informational queries, but only achieved an accuracy of 50%
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. A number of machine-learning algorithms could be
employed to learn named entities, but the sparse amount of
linguistic context in query logs makes identifying a named
entities difficult in a unsupervised manner, and there is virtually
no labeled data for supervised learning [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ]. Even most
rulebased approaches for named entity recognition rely heavily
upon capitalization and punctuation, such as ‘I.B.M.’ and
‘Gustave Eiffel,’ features that are lacking from query logs
[
        <xref ref-type="bibr" rid="ref23">23</xref>
        ].
      </p>
      <p>
        We call queries that are automatically identified to be about
physical entities in the query log entity queries. For the
discovery of entity queries, people and places are obvious
places to begin. An updated version of the system that
was the highest performer at MUC-7 [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], a straightforward
gazetteer-based and rule-based named entity recognizer, was
employed to discover the names of people and places. The
gazetteer for names was based on a list of names maintained
by the Social Security Administration and the gazetteer for
place names was based on the gazetteer provided by the
Alexandria Digital Library Project. Although it could be
possible to separate out people and places, this was not
done. First, both of these are types of entities. Second,
the names of many location such as ‘Paris’ or places like
‘Georgia’ can also be used as a name. This gazetteer-based
approach was chosen to provide high precision, even at the
cost of a dramatically reduced recall. This is an acceptable
trade-off as we are attempting only to sample the number of
queries that would likely to be have URIs on the Semantic
Web. A high-quality sample of the query log is more
important than a large one for this purpose. Of a random sample
of 100 entity queries, a judge considered 94% to be correctly
categorized as entities such as people or places.
      </p>
      <p>From the pruned unique queries in the query log, totaling
4,465,912 queries, a total of 509,659 queries (11%) were
identified as either people or places by the named-entity
recognizer. The top 10 entity queries are given in Table 1. Some
transactional and navigational queries, despite their
relatively lower frequency overall in the query log, are highly
clustered towards the top of the query distribution. These
navigational queries such as ‘chase’ and ‘office max’ have
clearly snuck into the top ten due to their use of common
names in their website names. A legitimate number of real
names, such as ‘jessica alba’ and ‘marcus vick’ were
discovered.</p>
      <p>
        A method for discovering abstract concepts in the query
log is more challenging. These queries are called concept
queries, queries that are automatically identified to be about
abstract concepts in query log. Previous attempts at
discovering abstract concepts have employed machine-learning
over truly massive query logs and document collections from
Google [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]. Since this massive amount of data was not
available, we employed WordNet instead. WordNet consists
of approximately 207,000 words with unique synsets. Our
algorithm for discovering abstract concepts in query logs
using WordNet was straightforward: we only chose queries of
length one where the query had a hyponym and hypernym,
due to the difficulty of WordNet dealing with some
multiword queries. This assured that the query was for a class
that was suitably abstract (having a hyponym) but not so
abstract as to be virtually meaningless (had a hypernym).
This resulted in a more restricted 16,698 concept queries
(.4% of total query log). The top 10 concepts queries are
given in Table 2. Again, a number of clearly transactional
queries have managed to find themselves into the concept
queries, such as ‘chase’ and ‘drudge,’ as well as a number
of queries where the sense of a word has been taken over
by a proper name, such as ‘sprint’ and ‘aim.’ Again, this
is due to the preponderance of navigational names towards
the top of the query distribution. Of a random sample of
100 concept queries, a judge considered 98% to be correct.
The top ten concept queries are presented in Table 2. While
some of the queries could be considered somewhat
navigational (such as those for maps and dictionaries), they could
all be considered informational queries about some abstract
concept.
      </p>
      <p>
        The frequency of queries, when rank-ordered, follows what
is known as a ‘power-law’ distribution, with a relatively
small number of very popular queries and a long-tail of
queries only occurring once or twice, where most of the mass
of the distribution is in the long tail and the ‘top’ of the
distribution exponentially decreases. Since this distribution is
common in search on the Web, we will define it precisely: A
power-law is a relationship between two scalar quantities
x and y of the form:
y = cxα + b
(1)
where α and c are constants characterizing the given
powerlaw, and b being some constant or variable dependent on x
that becomes constant asymptotically. Typically it is
applied to rank-ordered frequency diagrams, where the
frequency of some measurement is given on the horizontal axis
while the rank order of the measurements in terms of their
frequency is given on the vertical axis. The α exponent is
the scaling exponent that determines the slope of the top
of the distribution and provides the remarkable property of
scale-invariance, such that if a true power-law is observed,
as more samples are added to the distribution, the α
remains constant, i.e. the distribution is ‘scale-free’ [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ]. It
is crucial to note that a power-law distribution violates
assumptions of the normal Gaussian distribution, such that
routine statistics such as averages and standard deviations
can be and usually are misleading. In fact, one of the surest
sign of a non-normal distribution like a power-law
distribution is a very large standard deviation. Is such a distribution
evident from Linked Data? One important question is how
to detect power-law distributions in actual data. Equation
1 can also be written as:
log y = α log x + log c
(2)
      </p>
      <p>
        When written in this form, a fundamental property of
power-laws becomes apparent: When plotted in log-log space,
power-laws are ‘straight’ lines. Thus,the most widely used
method to check whether a distribution follows a power-law
is to apply a logarithmic transformation, and then perform
linear regression, estimating the slope of the function in
logarithmic space to be α, as done by Ding and Finin [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
However, standard least-square regression has been shown
to produce systematic bias, in particular due to fluctuations
of the long tail [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. To determine a power-law accurately
requires minimizing the bias in the value of the scaling
exponent and the beginning of the long tail via maximum
likelihood estimation. See Newman [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] and Clauset et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
for the technical details.
      </p>
      <p>
        Determining whether a particular distribution is a ‘good
fit’ for a power-law is difficult, as most ‘goodness-of-fit’ tests
employ normal Gaussian assumptions violated by
potential power-law distributions. Luckily, the non-parametric
Kolmogorov-Smirnov test can be employed for any
distribution and so is thus ideal for use measuring ‘goodness-of-fit’
of a given finite distribution to a power-law function. While
the details are given at length in Clauset et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ],
intuitively the Kolmogorov-Smirnov test can be thought of as
follows: Given a reference distribution P , such as an ideal
power-law distribution generating function, and a sample
distribution Q of size n suspected of being a power-law,
where one is testing the null hypothesis that Q is drawn
from P , then the Kolmogorov-Smirnov test compares the
cumulative frequency of both P and Q to discover the
greatest discrepancy (the D-statistic) between the two
distributions. This D-statistic is then tested against the critical
value p of the D-statistic at n, which varies per function.
The null hypothesis is rejected if the D statistic is less than
the critical p-value for n, p being the probability that the
distribution was drawn from a power-law generating
function given the estimated parameters. In order to determine
how well the power-law method fits, whenever a power-law
is reported, the D-statistic is also reported, and we will
determine whether or not the fit was significant according to
105
104
y
t
ryeuQ lirupoa103
P
102
101100
101
      </p>
      <p>102
Popularity−ordered queries
103
104
the conservative p &lt; .1. The Kolmogorov-Smirnov test is
valid even for power-law distributions since Q’s cumulative
density function is asymptotically normally distributed and
this can be compared to the cumulative density function of
P .</p>
      <p>
        The query frequencies for entity and concept queries are
plotted in logarithmic space in Figure 1. Both entity and
concept queries appear to be linear in log-space, and so can
be considered candidates for power-laws. Using the method
described above, the α of the queries for entities was
calculated to be 2.31, with long tail behavior starting around
a frequency of 17 and a Kolmogorov-Smirnov D-statistic
of .0241, indicating a significant good fit. The α of the
queries for concept queries was calculated to be 2.12, with
long tail behavior starting around a frequency of 36 with a
Kolmogorov-Smirnov D-statistic of .0170, also indicating a
significant good fit for the power law. Given their two
remarkably similar α statistics and high goodness of fits, one
can safely conclude that these query logs do indeed follow
power-law distributions. This indicates our sample of
entities and concepts are representative of the larger query log,
which are well-known to follow power-law distributions [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
Both the concept queries and the entity queries are used
to query the Semantic Web. Since our goal was to discover
how much of interest for ordinary users was present on the
Semantic Web, one problem with using the entire query log
was that it would contain a vast amount of unique queries
that would likely to be never be repeated. So, we excluded
a portion of the long tail from the study by removing all
queries of less than a frequency of 10. The parameter 10 was
chosen as it was the number that could reduce both entity
and concept queries to the same order of magnitude. Due to
the power-law behavior of both entity and concept queries,
this truncation consists of ‘removing’ a large amount of the
long tail, while maintaining the entire ‘top’ of the
powerlaw distribution, as well as some significant component of
the long tail. This procedure is justified insofar as the
‘longtail’ likely consists of queries that are never or very rarely
repeated, while the remaining queries represents queries that
are likely to be repeated. This pruning of low-frequency
queries from our sampling does exclude many ‘difficult’ or
‘specialist’ queries, but we are aiming for queries that are
general-purpose and popular. We call these queries with
more than 10 URIs returned from the Semantic Web the
crawled queries to distinguish them from the greater query
log. Likewise, crawled entity queries are entity queries
with more than 10 URIs returned from the Semantic Web,
and similarly for crawled concept queries.
      </p>
      <p>This truncation reduced the amount of queries
significantly, from 587,283 to 7,848 queries, removing 99% of the
queries. It reduced the number of entity queries from 570,585
to 5,308 (a 91% reduction) and from the amount of concept
queries from 16,698 to 2,540 (an 85% reduction). This gap
in the result of pruning off the ‘long tail’ is interesting, as it
shows that while there is a lower amount of concept queries
than entity queries overall, concept queries are repeated by a
order of magnitude or so more often than entity queries. The
only caveat is that our identification of concept queries via
WordNet is likely more stringent than our identification of
entity queries, and thus leads to less concept queries overall.
Furthermore, the vast majority of entity queries, as opposed
to concept queries, appear to be queries that are only once
or a very few times. This would make a certain amount
of sense, as many queries for people and places are not for
famous people and places, but for infrequently-mentioned
people and places, such as wayne way san mateo and sara
matthews. Some concepts that were as diverse as gastropod
and accolade. Still, the crawled queries are still biased
significantly in favor of entity queries, being composed of 68%
being entity queries and only 32% concept queries.</p>
      <p>
        The FALCON-S Object Semantic Web search engine [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]
was used to query the Semantic Web for selected entity and
concept queries between August 3rd and 4th 2008. We
recognize that this a major weakness of the study, as its index
may not be a representative sample of the entire Linked
Data Web, but it is a significant sample regardless. At the
time, FALCON-S seemed to have the best rankings, and a
comparable index to other engines. The results of running
the crawled queries against a Semantic Web search engine
were surprisingly fruitful, although varying immensely. For
entity queries, there was an average of 1,339 URIs (S.D.
8,000) returned per query. On the other hand, for concept
queries, there were an average of 26,294 URIs (S.D. 14,1580)
returned per query, with no queries returning zero
documents. Given the high standard deviation of these results,
it is likely that there is either a power-law in the resulting
URIs for the queries, or some other non-normal
distribution. As shown in Figure 2, when plotted in logarithmic
space, both entity queries and concept queries show a
distribution that is heavily skewed towards a very large number of
high-frequency results, with a steep drop-off to almost zero
results instead of the characteristic long tail of a power law.
Far from having no information that might be relevant to
ordinary user queries, the Semantic Web search engines
returned either too many URIs possibly relevant to the query
or none at all.
      </p>
      <p>Another question is whether or not there is any correlation
between the amount of URIs returned from the Semantic
Web and the popularity of the query. As shown by Figure 3,
there is no correlation between the amount of URIs returned
from the Semantic Web and the popularity of the query. For
entity queries, the Spearman’s rank correlation statistic was
5 x 105
4.5
3.5
4
3
2
IsR2.5
U
the insignificant .0077 (p &gt; .05), while for concept queries,
the correlation was the still insignificant at .0125 (p &gt; .05).
Just because a query is popular or unpopular does not mean
the Semantic Web will be more or less likely to satisfy the
information need of the query. This makes sense, as the vast
majority of queries are heavily dependent on current events
and fashion, and the Linked Data data sources are not
updated often enough to deal with this kind of information, so
there is an inevitable temporal lag between the time
information appears in the world outside the Semantic Web and
its digitization on the Semantic Web. Yet as shown by
Figure 2, the amount of possibly useful information for the vast
majority of queries is still surprisingly large, although how
many of the returned URIs are actually relevant to human
users is not yet known.</p>
    </sec>
    <sec id="sec-8">
      <title>EMPIRICAL ANALYSIS OF THE SEMANTIC WEB</title>
      <p>
        Surprisingly, there is a deluge of possible Semantic Web
URIs for any given query. Due to the high number of
results for each query, we restricted our analysis to the top
10 Semantic Web URI results for each query as given by
FALCON-S’s ranking algorithm, and distinguish this subset
from all the URIs returned by the Semantic Web, by calling
these this subset the crawled URIs. Concept URIs are
crawled URIs from the crawled concept queries while entity
URIs are crawled URIs from the crawled entity queries.
Although crawled URIs are a small subset of the total URIs
retrieved, given that user behavior in general inspects the first
ten URIs returned by this search [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], it makes more sense to
sample these ten URIs per query than to sample every URI
retrieved. The crawled URIs totaled 70,128 URIs, composed
of 25,400 (36%) concept URIs and 44,728 (63.78%) entity
URIs. These URIs were crawled using HTTP GET with a
preference for application-type of application+rdf/xml in
order to prefer RDF files served by content negotiation, and
any 303 redirection was followed.
      </p>
      <p>Of all crawled queries, a total of 6,673 (85%) had at least
10 crawled URIs. All concept queries had at least 10 crawled
URIs and only 4,133 of the entity queries (12% of all entity
queries) did not have 10 queries. Inspecting just the set
of queries that did not have 10 crawled URIs, the average
number of URIs when 10 URIs were not returned were 2.89
(S.D. 2.88). So, the trend observed earlier was repeated in
this smaller data-set, namely that while most of the time too
many URIs are retrieved from the Semantic Web, sometimes
there are no URIs are retrieved from the Semantic Web for
certain entity queries. Looking at the data more closely, 357
(30%) of the crawled URIs with less than 10 results returned
no URIs, while 138 (12%) returned a single URI and 113
returned two URIs (10%). These queries with zero results
seem to be mostly for not well-known places such as playa
linda (a hotel in Majorica) or fairly unknown people such
as william ravies or misspellings or popular truncations of
names for people such as steven colbertbush. This
observation helps explains the sudden drop in Semantic Web URIs
returned for queries in Figure 3. There was little overlap
between the the crawled URIs retrieved by different queries,
with an overlap in entity queries of 546 URIs (.01%) and an
overlap in concept queries of 1031 URIs (.04%). In other
words, the various queries weren’t just retrieving the same
small group of URIs over and over again.
4.1</p>
    </sec>
    <sec id="sec-9">
      <title>URI-based Statistics</title>
      <p>In this section, we inspect the various kinds of statistics we
can detect on the ‘macro-level’ of the crawled URIs without
actually accessing any Semantic Web documents from the
URIs.</p>
      <p>
        The HTTP status returned by attempting to access the
various crawled URIs are given in Table 3. In particular,
the most revealing statistic is the majority of the
Semantic Web sampled by the crawled URIs is served using the
303 convention, not the hash convention. In fact, a total of
51,762 (73%) of crawled URIs use the 303 convention, while
only 1,662 (2%) of the crawled URIs use the hash
convention. Of these URIs returning the hash convention, manual
inspection showed many to be FOAF files. This shows the
vast majority of Linked Data is following the 303
convention and so obeying the W3C and the guide to publishing
Linked Data [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. This statistic as regards usage of the 303
convention is misleading in the broad sense, as most of the
URIs are from a single source, DBPedia, as shown later in
Table 4.
      </p>
      <p>
        The majority of URIs, 51,873 (74%), served a Semantic
Web document via 303 redirection, and so returned the 200
status code when the Semantic Web document was accessed
after the redirection. 200 status codes without 303
redirection still form a substantial fraction of Semantic Web
URIs. There are several reasons this; all hash convention
URIs would by default still technically commit a redirect
to be served by a 200 status code. However, this is only a
minority (27%) of those URIs returning a 200 status code.
The rest are likely caused by people serving RDF that does
not have the access to the Web server configuration needed
to serve RDF using the 303 redirection, while many others
may have started serving RDF before the W3C TAG
decision [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] was made or are not aware of Linked Data best
practices. For example, some earlier RDF-enabled
repositories like W3C WordNet did redirection by 300 redirection. A
small percentage may be ordinary web-pages, perhaps
containing some meta-data as enabled by GRDDL, that just
happened to be indexed by the Semantic Web search
engine [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Furthermore, of these crawled URIs, 9,156 (13%)
URIs had no Semantic Web document that was accessible
via HTTP, shown by the use of a 4xx or a 5xx-level status
code.
      </p>
      <p>
        The top 10 hosts of Semantic Web data in the crawled
URIs is given by Table 4. DBPedia, the export of Wikipedia
to RDF, dominates the results with 83% of all URIs
coming from either Wikipedia or DBPedia [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The W3C
itself is the third largest exporter of RDF with a share of
5%. Upon closer inspection, most of the URIs crawled from
the W3C derive from the W3C-hosted export of the
linguistic database Wordnet. The domain of the Freie Universita¨t
Berlin has a significant 2% of all RDF data, which is due
primarily for its Flickr photo export to RDF. An RDF-version
of Cyc and the biomedical data hosting site Bio2RDF also
host small but significant amounts of Semantic Web data
[
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. The Russian-blog hosting site Liveinternet.ru carries
on the tradition of FOAF exporting of Livejournal.
Truesense is another export of WordNet to RDF, although not
as frequently used as W3C Wordnet. Towards the end of
the ranking there is the RDF version of Univerista¨t Trier’s
widely used DBLP academic citation database and
Ontoworld.org, a RDF-enabled wiki for the Semantic Web
research community [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ].
      </p>
      <p>The average number of URIs hosted by a domain name
entityURIs
conceptURIs</p>
      <p>TotalSemanticWebURIs
101 102
URIfrequency−ordereddomainnames
103
was 1,268 (S.D. 16,060), with the average number of entity
URIs hosted by any domain being 1,236 (S.D. 15,458) and
the average number of concept URIs hosted by a domain
being 1,0327 (S.D. 6,650). The very high standard
deviations are usually a sign of power-law distribution, as shown
in in Figure 4. Attempting to fit a power-law distribution,
the α of the rank-ordered domain list frequency
distribution is 1.53, with long tail behavior starting around 175 and
a Kolmogorov-Smirnov D-statistic of .1414, indicating
insignificant fit for the power-law distribution. In other words,
while a few sources like DBPedia dominates the crawled
URIs, with an rapidly decreasing number of smaller sites
such as Cyc and the W3C, the long-tail individuals URIs
hosting their FOAF files on their personal websites is still
rather insignificant compared to the ‘top’ major sites
hosting Linked Data. This is because the Linked Data is being
artificially generated in large ‘chunks’ by projects like W3C
Wordnet and DBpedia, and so do not organically form the
power-law distribution characteristic of naturally-evolving
complex systems.</p>
    </sec>
    <sec id="sec-10">
      <title>Triple-based Statistics</title>
      <p>
        In this section, we move our analysis down from the level
of URIs to the level of the triples accessible from the URIs.
Since a number of crawled URIs were inaccessible, this
reduced the total number of accessible crawled URIs to
60,972, a reduction of (13%) from the crawled URIs. The
accessible crawled URIs contained 24,074 accessible crawled
concept URIs (95% of all crawled concept URIs) and 36,898
(82% of all crawled entity URIs) accessible crawled entity
URIs. Thus, the accessible crawled URIs maintained a bias
towards entity URIs (61% of all accessible crawled URIs)
as compared to concept URIs (39% of all accessible crawled
URIs). Each of the crawled accessible URIs was accessed,
and this resulted in a total of 59,228 Web representations
with only 48 URIs not allowing access to a Semantic Web
document. These non-Semantic Web documents were
usually ordinary web-pages from which RDF triples could not
be extracted via GRDDL [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] or RDFa [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. These crawled
Semantic Web Documents we will call the crawled
Semantic Web documents, and the total sum of triples in these
documents are called the crawled triples.
      </p>
      <p>There were a total of 411,574 RDF triples in the crawled
triples, with 242,829 (59%) triples for concepts and 168,745
(41%) triples for entity URIs. Concepts, despite being fewer
in number, seem to require more triples to describe than
entities. The internal structure of these triples is of
surprising interest. Of these triples, there were a total of 1,051
triples containing blank nodes, a measly .25% of all triples
in the corpus, of which 772 (73%) were subjects and only
279 (27%) were in the object position. This means that
the use of blank nodes, whose purpose is as syntactic
placeholders in URIs for objects like lists and in representing
nary arguments in RDF, is almost non-existent in our sample.
Removing blank nodes, the composition was split between
URI nodes (66%) and a surprisingly large minority of RDF
literals nodes (34%). These literals contain some form of
information in either ‘unstructured’ natural language or some
form of structured information in a formal language, such
as integer values.</p>
      <p>
        Of the literals, a total of 403,119 were RDF string
literals, while only 2% were of some other data type, with
top 10 frequent data-types given in Table 5. The most
frequent data-types are from XML Schema [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], while others
are customized for DBPedia. It appears that the vast
majority of RDF in the Semantic Web of interest to average
users are simple URI-based triples with rich information in
natural language. This also goes against the intuition that
the vast majority of Semantic Web data that is of interest
to ordinary users would be highly structured data of
exported databases [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Instead, what is of interest in Linked
Data is stored mainly in natural language, with RDF adding
only a minimal structure to essentially fragments of
natural language. While it could be argued that this particular
finding is merely an artifact of DBpedia, however, it should
be acknowledged that DBpedia is, given that our querying
includes other data-sets, this finding may well be
generalizable. We are not studying the Semantic Web as some of its
designers would like to have it, but as it actually exists, and
part of its existence is that DBpedia forms a huge central
cluster that for ordinary users is the most interesting and
useful part of Linked Data.
      </p>
      <p>One interesting question is the predominance of the
various kinds of Semantic Web knowledge representations terms
on the Semantic Web, since this would show what kinds
of inference could actually be deployed on the Semantic
Web. First, of the total 1,093,212 URIs in triples harvested
from the crawled accessible URIs, only 243,776 (22%) were
from one of the primary W3C Semantic Web knowledge
representation languages, either RDF, RDF(S), or OWL.
Of these, the RDF vocabulary itself was the most
popular, with 109,300 URIs (45%), followed fairly closely by the
RDF(S) vocabulary with 100,340 URIs (41%), and OWL
being dwarfed by RDF and RDF(S) with only 34,136 URIs
(14%). This does not mean that OWL is irrelevant to the
other corpus, as ontologies constructed with OWL could be
deployed to model the concepts and entities employed in
‘instance’ data. Yet while OWL has been an academic
success story, insofar as practical deployment, RDF terms and
RDF(S)-based inference seems to be the foundation of the
Semantic Web in practice.</p>
      <p>What precise URI-based terms are used in these
knowledge representation languages? The top constructs in
either RDF, RDF(S), or OWL in crawled triples are given in
Table 6. To summarize, RDF(S) class and sub-class
reasoning is very popular, with this construction consisting of
nearly half (48%) of knowledge representation use of the
Semantic Web. The second most popular use of knowledge
representation (22%) is for natural language annotation,
describing a particular Semantic Web resource using natural
language and connecting this natural language description to
the URI via the use of rdfs:comment or rdfs:label. There
are surprisingly few (4%) actual ontologies in the crawled
Semantic Web resources. Furthermore, non-traditional
features of RDF(S), such as the use of rdfs:property, are
frequent occurrences. Even reification of RDF triples, officially
discouraged by the Semantic Web community, accounts for
only 95 triples, and there is also fairly heavy use of
discouraged RDF constructs to represent different kinds of lists,
such as rdf:Alt (349 occurrences) and rdf:Bag (344
occurrences). Lastly, while many Semantic Web researchers
originally hoped that the use of inverse functional
properties would allow the merger of Semantic Web data, there
were zero explicitly declared usages of
owl:inverseFunctionalProperty. Overall, the usage of OWL,
RDF(S), and RDF terms in the corpus also follows to some
degree a power-law like distribution, where α equal to 1.5,
with long tail behavior starting around 90, although the
Kolmogorov-Smirnov D-statistic of .1911 reveals this to
insignificant. This is because while a few terms vastly
dominate, the vast majority of other terms are not used at all.
This has reprecussions for both Semantic Web implementers
and vocabulary specification within the W3C, since
obviously some level of concentration of effort upon the most
frequently-deployed terms would be reasonable.</p>
      <p>
        One of the most popular OWL constructs is indeed the
controversial owl:sameAs term, which is used to declare some
sort of global equivalence between two URIs. While a tiny
portion (.47%) of overall Semantic Web modelling term
usage, it is far from insignificant, with 1,157 occurrences. The
use of owl:sameAs in the wild is far different than the role it
plays in popular debate within the Semantic Web
community would suppose. Logicians hold that owl:sameAs is only
for what is properly considered individuals in description
logic, so that classes and properties should use the more
restricted and semantically correct owl:equivalentClass and
owl:equivalentProperty. Yet this best practice in logic
hasn’t the Linked Data community, as owl:equivalentClass
has only 2 occurrences and there are none of
owl:equivalentClass. Instead, the Linked Data movement
uses owl:sameAs to simply “state that another data source
also provides information about a specific non-information
resource,” so leading owl:sameAs to tend to mean
‘more-orless the same thing as’ [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. This practice leads to the fear
that the use of owl:sameAs would propagate too far, such
that many URIs for the perhaps differing referents would be
declared identical [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
      </p>
      <p>Both critiques of owl:sameAs appear to be wrong. Given
the amount of Semantic Web URIs returned by the queries,
while there is considerable use of owl:sameAs, it appears
that the manual discovery and publication of co-referential
URIs using owl:sameAs falls far behind the actual growth of
Linked Data. One could say that owl:sameAs is not being
used enough. The real problem is not that distinct things
are being given the same URI, but the reverse; namely that
it appears endemic that the same thing has multiple URIs.
So Berners-Lee’s hypothesis appears to be wrong: A single
thing is likely identified by more than a single URI on the
Semantic Web.</p>
      <p>73,451
47,044
44,113
8,630
7,256
6,618
5,107
3,642
1,157
535
30.31%
19.30%
18.10%
3.54%
2.97%
2.14%
2.09%
1.49%
0.47%
0.29%
rdfs:Class
rdfs:comment
rdfs:subClassOf
owl:Ontology
rdfs:label
rdf:Subject
owl:ObjectProperty
rdfs:subPropertyOf
owl:sameAs
rdfs:range</p>
      <p>
        The top 10 Semantic Web vocabularies used in the crawled
triples, including those outside of the W3C-approved
Semantic Web knowledge representation languages, are shown in
Table 7. The results should not be that surprising, in
particular the vast dominance of DBPedia. Perhaps surprising
is the surprising amount of usage of Cyc terms, as well as
terms from SKOS, the Simple Knowledge Organization
System of the W3C, whose primary source of deployment is the
W3C’s export of WordNet to RDF [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. FOAF is also
significant, although not nearly as dominant as was found earlier
by Ding and Finin [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Also popular is YAGO (Yet Another
Global Ontology), a merger of WordNet and Wikipedia
category hierarchies employed by DBPedia [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ].
      </p>
    </sec>
    <sec id="sec-11">
      <title>CONCLUSION</title>
      <p>
        The empirical analysis of Linked Data presented in this
study is by no means complete, for it is only a moderately
small sample by one Semantic Web search engine (and so
hurt or benefit by the idiosyncratic behavior of the
searching of FALCON-S), although it is an important one as this
sample is driven by Web search queries by actual users. The
results of this empirical analysis show a transformation from
the first-generation Semantic Web to the next generation
Web of Linked Data. The Semantic Web as it existed in
the first-generation was a motley collection of RDF triples,
heavily dominated by a few exports of social networking
data into FOAF and a long-tail of complex
academicallyproduced ontologies. Linked Data - at least the section of it
that is of interest to users querying the Web for information
- is dominated heavily by DBPedia and consists primarily
of collections of triples that provide a minimal structure to
natural language [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
      </p>
      <p>
        On the level of triples, there are some surprising
conclusions. The triples on the Semantic Web contain a vast range
of data, and the exact kinds of URIs used in the triples are
somewhat unpredictable. However, the kinds of
vocabularies actually deployed are almost entirely from a few large
vocabularies, such as DBPedia, DBLP, WordNet, YAGO,
and FOAF. This again points to a victory of Berner-Lee’s
idea that a few large vocabularies with well-defined terms
could dominate the Semantic Web [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. The kinds of triples
that structured this data do not contain many OWL terms
optimized for inference, but consist almost entirely relatively
straight-forward RDF(S) expressions for sub-class
relationships and for annotations in natural language. Overall,
Linked Data is primarily being used to provide structured
relationships between fragments of natural language, and
not for inference.
      </p>
      <p>
        One could argue that that these results are more
characteristic of FALCON-S and DBpedia than the second-generation
Linked Data as a whole. However, we would respond that
it is natural in decentralized information systems for power
law distributions, where one source of data massively
outweighs others in weight to evolve, and the ‘giant component’
of Linked Data is DBpedia [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. In fact, if such a ‘giant
component’ and long tail were not observed, it would be cause
for suspicion. In conclusion, there is potentially lots of rich
information that ordinary Web search users in Linked Data
form, and so one outcome of this analysis should be a greater
interest in Linked Data from even mainstream information
retrieval systems. However, for future work we wish to
repeat this study over different Semantic Web search engines
beside FALCON-S, which we recognize is a major limiting
factor. Second, there is likely too many URIs in Linked Data
for a given query, although to truly substantiate this claim
ideally the URIs returned by the search engines should each
be individually inspected, although this is difficult in
practice. Yet even at this point it seems is likely that there are
many co-referential URIs for the ‘same thing’ that are not
explicitly modelled with owl:sameAs, and unless action is
taken this growth of URIs will contine of the future. Unless
there is URI re-usage many of the data-sources for Linked
Data are more like semantic islands rather than parts of
interconnected semantic continents.
6.
      </p>
    </sec>
    <sec id="sec-12">
      <title>ACKNOWLEDGEMENTS</title>
      <p>Harry Halpin was supported in part by a Microsoft
“Beyond Search” grant.
7.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>B.</given-names>
            <surname>Adida</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Birbeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>McCarron</surname>
          </string-name>
          , and
          <string-name>
            <surname>S. Pemberton.</surname>
          </string-name>
          <article-title>RDFa in XHTML: Syntax and Processing</article-title>
          .
          <source>W3C Recommendation, W3C</source>
          ,
          <year>2008</year>
          . http://www.w3.org/TR/rdfa-syntax/.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          , G. Kobilarov,
          <string-name>
            <given-names>R.</given-names>
            <surname>Cyganiak</surname>
          </string-name>
          , and
          <string-name>
            <surname>Z. Ives.</surname>
          </string-name>
          <article-title>DBpedia: A nucleus for a web of open data</article-title>
          .
          <source>In Proceedings of the International and Asian Semantic Web Conference (ISWC/ASWC2007)</source>
          , pages
          <fpage>718</fpage>
          -
          <lpage>728</lpage>
          , Busan, Korea,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>R.</given-names>
            <surname>Baeza-Yates</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Calderon-Benavides</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Gonzalez</surname>
          </string-name>
          .
          <article-title>Understanding user goals in web search</article-title>
          .
          <source>In Proceedings of String Processing and Information Retrieval (SPIRE)</source>
          , pages
          <fpage>98</fpage>
          -
          <lpage>109</lpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>R.</given-names>
            <surname>Baeza-Yates</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Ribeiro-Neto. Modern Information Retrieval. Addison</surname>
          </string-name>
          Wesley-Longman, New York City, New York, USA,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.-L.</given-names>
            <surname>Barabasi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Albert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Jeong</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Bianconi.</surname>
          </string-name>
          Power-law
          <source>distribution of the World Wide Web. Science</source>
          ,
          <volume>287</volume>
          :
          <fpage>2115</fpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>G.</given-names>
            <surname>Beged-Dov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Brickley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Dornfest</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Davis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Dodds</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Eisenzopf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Galbraith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Guha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>MacLeod</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Miller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Swartz</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E. van der Vlist. RDF</given-names>
            <surname>Site</surname>
          </string-name>
          <article-title>Summary (RSS) 1.0</article-title>
          .
          <source>Technical report</source>
          , http://web.resource.
          <source>org/rss/1</source>
          .0/spec,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>F.</given-names>
            <surname>Belleau</surname>
          </string-name>
          , M.
          <article-title>-</article-title>
          <string-name>
            <surname>A. Nolin</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Tourigny</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rigault</surname>
            , and
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Morissette</surname>
          </string-name>
          . Bio2rdf:
          <article-title>Towards a mashup to build bioinformatics knowledge systems</article-title>
          .
          <source>Journal of Biomedical Informatics</source>
          ,
          <volume>41</volume>
          (
          <issue>5</issue>
          ):
          <fpage>706</fpage>
          -
          <lpage>716</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>T.</given-names>
            <surname>Berners-Lee</surname>
          </string-name>
          .
          <article-title>What the Semantic Web can represent</article-title>
          ,
          <year>1998</year>
          . Informal Draft. http://www.w3.org/DesignIssues/rdfnot.
          <source>html (Last accessed on Sept. 12th</source>
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>T.</given-names>
            <surname>Berners-Lee</surname>
          </string-name>
          and
          <string-name>
            <surname>L. Kagal.</surname>
          </string-name>
          <article-title>The fractal nature of the Semantic Web</article-title>
          .
          <source>AI Magazine</source>
          ,
          <volume>29</volume>
          (
          <issue>3</issue>
          ),
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>P.</given-names>
            <surname>Biron</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Malhotra. XML Schema</surname>
          </string-name>
          <article-title>Part 2: Datatypes</article-title>
          . Recommendation, W3C,
          <year>2004</year>
          . http://www.w3.org/TR/xmlschema-2/.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Cygniak</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Heath</surname>
          </string-name>
          . How to publish
          <source>Linked Data on the Web</source>
          ,
          <year>2007</year>
          . http://www4.wiwiss.fuberlin.de/bizer/pub/LinkedDataTutorial/ (Last accessed on May 28th
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Seaborne</surname>
          </string-name>
          . D2RQ:
          <article-title>Treating non-RDF databases as virtual RDF graphs</article-title>
          .
          <source>In Proceedings of International Semantic Web Conference</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13] G. Cheng, W. Ge, and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Qu</surname>
          </string-name>
          . FALCONS:
          <article-title>Searching and browsing entities on the semantic web</article-title>
          .
          <source>In Proceedings of the the World Wide Web Conference</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Clauset</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Shalizi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Newman</surname>
          </string-name>
          .
          <article-title>Power-law distributions in empirical data</article-title>
          ,
          <year>2007</year>
          . http://arxiv.org/abs/0706.1062v1 (
          <article-title>Last accessed October 13th</article-title>
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>D.</given-names>
            <surname>Connolly</surname>
          </string-name>
          .
          <article-title>Gleaning Resource Descriptions from Dialects of Languages (GRDDL)</article-title>
          .
          <source>Technical report, W3C</source>
          ,
          <year>2007</year>
          . Recommendation.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>L.</given-names>
            <surname>Ding</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Finin</surname>
          </string-name>
          .
          <article-title>Characterizing the Semantic Web on the Web</article-title>
          .
          <source>In Proceedings of the International Semantic Web Conference (ISWC)</source>
          , pages
          <fpage>242</fpage>
          -
          <lpage>257</lpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ginsberg</surname>
          </string-name>
          .
          <article-title>The big schema of things</article-title>
          .
          <source>In Proceedings of Identity, Reference, and the Web Workshop at the WWW Conference</source>
          ,
          <year>2006</year>
          . http://www.ibiblio.org/hhalpin/irw2006/aginsberg2006.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>L.</given-names>
            <surname>Granka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Joachims</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Gay</surname>
          </string-name>
          .
          <article-title>Eye-tracking analysis of user behavior in www search</article-title>
          .
          <source>In SIGIR '04: Proceedings of the 27th annual international ACM SIGIR conference on Research and development in information retrieval</source>
          , pages
          <fpage>478</fpage>
          -
          <lpage>479</lpage>
          , New York, NY, USA,
          <year>2004</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hausenblas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Halb</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Raimond</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Heath</surname>
          </string-name>
          .
          <article-title>What is the size of the Semantic Web</article-title>
          ?
          <source>In Proceedings of Conference on Semantic Systems (iSemantics)</source>
          , Graz, Austria,
          <year>2008</year>
          . http://tomheath.com/papers/hausenblasisemantics2008-size
          <article-title>-of-semantic-web</article-title>
          .pdf.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>D.</given-names>
            <surname>Hawking</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Voorhees</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Craswell</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Bailey</surname>
          </string-name>
          .
          <article-title>Overview of the trec-8 web track</article-title>
          .
          <source>In Proceedings of the Text REtrieval Conference (TREC)</source>
          , pages
          <fpage>131</fpage>
          -
          <lpage>150</lpage>
          . ACM,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>B. J.</given-names>
            <surname>Jansen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. L.</given-names>
            <surname>Booth</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Spink</surname>
          </string-name>
          .
          <article-title>Determining the informational, navigational, and transactional intent of web queries</article-title>
          .
          <source>Information Process and Management</source>
          ,
          <volume>44</volume>
          (
          <issue>3</issue>
          ):
          <fpage>1251</fpage>
          -
          <lpage>1266</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>D.</given-names>
            <surname>Lenat</surname>
          </string-name>
          . Cyc:
          <article-title>Towards programs with common sense</article-title>
          .
          <source>Communications of the ACM</source>
          ,
          <volume>8</volume>
          (
          <issue>33</issue>
          ):
          <fpage>30</fpage>
          -
          <lpage>49</lpage>
          ,
          <year>1990</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>A.</given-names>
            <surname>Mikheev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Grover</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Moens</surname>
          </string-name>
          .
          <article-title>Description of the LTG system used for MUC</article-title>
          .
          <source>In Seventh Message Understanding Conference: Proceedings of a Conference</source>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>A.</given-names>
            <surname>Miles</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Bechhofer. SKOS Simple</surname>
          </string-name>
          <article-title>Knowledge Organization System reference</article-title>
          .
          <source>Working draft, W3C</source>
          ,
          <year>2008</year>
          . http://www.w3.org/TR/skos-reference/.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>M.</given-names>
            <surname>Newman</surname>
          </string-name>
          .
          <article-title>Power laws, pareto distributions and zipf's law</article-title>
          .
          <source>Contemporary Physics</source>
          ,
          <volume>46</volume>
          :
          <fpage>323</fpage>
          -
          <lpage>351</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>E.</given-names>
            <surname>Oren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Delbru</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Catasta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Cyganiak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Stenzhorn</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Tummarello.</surname>
          </string-name>
          <article-title>Sindice.com: a document-oriented lookup index for open linked data</article-title>
          .
          <source>International Journal of Metadata, Semantics, and Ontologies</source>
          <year>2008</year>
          ,
          <volume>3</volume>
          (
          <issue>1</issue>
          ):
          <fpage>37</fpage>
          -
          <lpage>52</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>M.</given-names>
            <surname>Pa</surname>
          </string-name>
          <article-title>¸sca. Weakly-supervised discovery of named entities using web search queries</article-title>
          .
          <source>In Proceedings of the sixteenth ACM conference on Conference on information and knowledge management (CIKM)</source>
          , pages
          <fpage>683</fpage>
          -
          <lpage>690</lpage>
          , New York, NY, USA,
          <year>2007</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>L.</given-names>
            <surname>Sauermann</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Cygniak</surname>
          </string-name>
          .
          <article-title>Cool URIs for the Semantic Web</article-title>
          .
          <source>Technical report, W3C Semantic Web Interest Group Note</source>
          ,
          <year>2008</year>
          . http://www.w3.org/TR/cooluris/.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>C.</given-names>
            <surname>Silverstein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Marais</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Henzinger</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Moricz</surname>
          </string-name>
          .
          <article-title>Analysis of a very large web search engine query log</article-title>
          .
          <source>SIGIR Forum</source>
          ,
          <volume>33</volume>
          (
          <issue>1</issue>
          ):
          <fpage>6</fpage>
          -
          <lpage>12</lpage>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Suchanek</surname>
          </string-name>
          , G. Kasneci, and
          <string-name>
            <given-names>G.</given-names>
            <surname>Weikum. YAGO:</surname>
          </string-name>
          <article-title>a core of semantic knowledge</article-title>
          .
          <source>In In Proceedings of the 16th International Conference on World Wide Web</source>
          , pages
          <fpage>697</fpage>
          -
          <lpage>706</lpage>
          , New York, NY, USA,
          <year>2007</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>M.</given-names>
            <surname>Vo</surname>
          </string-name>
          ¨lkel, M. Kro¨tzsch, D. Vrandecic,
          <string-name>
            <given-names>H.</given-names>
            <surname>Haller</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Studer</surname>
          </string-name>
          .
          <article-title>Semantic wikipedia</article-title>
          .
          <source>In Proceedings of the International Conference on World Wide Web (WWW)</source>
          , pages
          <fpage>585</fpage>
          -
          <lpage>594</lpage>
          , New York, NY, USA,
          <year>2006</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>D.</given-names>
            <surname>Watts</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Strogatz</surname>
          </string-name>
          .
          <article-title>A review of ontology based query expansion</article-title>
          .
          <source>Nature</source>
          ,
          <volume>6684</volume>
          (
          <issue>393</issue>
          ):
          <fpage>409</fpage>
          -
          <lpage>410</lpage>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>C.</given-names>
            <surname>Whitelaw</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kehlenbeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Petrovic</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L. H.</given-names>
            <surname>Ungar</surname>
          </string-name>
          .
          <article-title>Web-scale named entity recognition</article-title>
          .
          <source>In Proceedings of Conference on Information and Knowledge Management</source>
          , pages
          <fpage>123</fpage>
          -
          <lpage>132</lpage>
          . ACM,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>