<!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 />
    <article-meta>
      <title-group>
        <article-title>A rule-based approach to address semantic accuracy problems on Linked Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Leandro Mendoza</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>LIFIA, Facultad de Informatica, Universidad Nacional de La Plata</institution>
          ,
          <country country="AR">Argentina</country>
        </aff>
      </contrib-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        In 2001, Berners-Lee et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] de ned the Semantic Web (SW) as an extension
of the current Web in which information is given well-de ned meaning through
the use of common standards and technologies to facilitate the sharing and reuse
of data. In 2006, the related term Linked Data (LD) [
        <xref ref-type="bibr" rid="ref3 ref7">3, 7</xref>
        ] was proposed as a way
to identify a set of best practices for publishing data using SW tools that allow
to link these isolated datasets in a large network of distributed data [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. Since
then, the number of available datasets that follow the SW and LD ideas has
been considerably increasing, leading to what is currently known as the Web of
Data (WoD).
      </p>
      <p>
        Although this WoD provides tons of information (see the LD cloud1),
evidence shows that it is only as usable as its quality: there is a lot of noise in current
SW datasets2 and just a few applications can e ectively exploit the inherent
potential of this well-de ned and structured information. These SW datasets
covers di erent domains and have di erent levels of quality: from \high-quality"
curated SW datasets (for example, in life-science domain) to those which were
extracted from unstructured and semi-structured sources or were the result of
a crowdsourcing process (for example, DBPedia [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]). Some of the data-quality
problems that a ects those datasets are out-of-date values, incomplete or
incorrect data, inconsistencies, etc. Most of these problems arise during the creation
process of SW data, due to errors in the original data source, the tools employed
to convert or create SW data, misuse of ontologies, etc.
      </p>
      <p>
        The main problem addressed in my PhD work is about to improve existing
SW datasets (also new and emerging ones) that su er from quality problems by
taking advantage of information available in other SW datasets with presumed
and relatively \high" quality. This work will be mainly focused in two related
quality dimensions: \semantic accuracy" (values that do not correctly represent
1 http://linkeddata.org/
2 The term \Semantic Web (SD) dataset" used in this document is also referred in
others works as \Linked Data (LD) set", \RDF dataset" or generally as \dataset in
the WoD".
the real state of real-world objects) [
        <xref ref-type="bibr" rid="ref20 ref6">6, 20</xref>
        ] and \interlinking" (datasets that are
not properly linked to another datasets) [
        <xref ref-type="bibr" rid="ref20 ref9">9, 20</xref>
        ]. The aim is to develop
mechanisms to detect and evaluate these quality criteria and also make suggestions to
enrich (complete or add relevant data) and curate (repair wrong or
inconsistent data) SW datasets. To achieve this goal, existent SW datasets (that we call
\seeds") will be used to derive \dependency rules " (DRs) (relationships between
attributes of a schema or ontology) that then will be applied on other dataset
(that we call \target ") to detect, measure and x quality problems. In order to
clarify the ideas behind our approach, we propose a simple SW dataset as use
case scenario:
      </p>
      <p>SW dataset about books and its authors. For each book we have ISBN,
keywords, publication date, language, topic, etc. For each author we have
personal information like country and city of residence, work place, organization,
etc. This will be our \target" dataset on which we want to improve quality.</p>
      <p>According to the problem that we want to address on the \target" dataset,
speci c issues need to be tackled:
{ Identify \dependency rules" (DR) using \seeds" datasets. For example, a DR
could be \country and city names determine the zip-code value for the
author's residence location. Another DR could be, \Author's country and
country-language determines the language of author's books".
{ Detect inconsistencies, wrong values or incomplete data on the \target" dataset.</p>
      <p>For example, if we have information about country, city and zip-code
(and the corresponding DRs that relate them), we want to check if values
for these attributes are consistent between them.
{ Make suggestions to improve data completeness of the \target" dataset. For
example, if the language of a book is not established, we want to derive
this information from those attributes that provides information about
author's residence country and country-language ( rst, we must detect
the DRs that relate these attributes).
{ Make suggestions to improve interlinking between \target" and \seeds" datasets.</p>
      <p>For example, if the country and city values are just string values like
\Argentina" and \Buenos Aires", how can we suggest links to connect the
\target" dataset with the \seeds' ' datasets that provides URIs for \Argentina"
and \Buenos Aires" resources (for example, DBPedia).
2</p>
    </sec>
    <sec id="sec-2">
      <title>Relevancy</title>
      <p>
        As mentioned above, the WoD provides big amounts of information distributed
over a large number of diverse datasets but the usefulness of this data depends
on its quality. If I succeed, my PhD work will contribute in the SW data-quality
research area and, more speci cally, in the following related activities:
{ Dataset enrichment and curation. Enrichment refers to add relevant
information to one dataset using data provided by other datasets. Curation
refers to x inconsistent or wrong data. Both activities are complementary.
{ Link discovery and interlinking. One of the key principles of LD is to
relate datasets between them. Thus, once a set of potential external sources
to relate with is detected (links discovery), the publisher must face with the
decision of which one choose to link (interlinking). I expect to contribute
in the Link Discovering [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] research area by developing methods to detect
errors in links (incomplete, invalid, out-of-date, etc.) or suggest new links.
      </p>
      <p>As a direct consequence of the potential contribution in the areas mentioned
above, my PhD work will also contribute in the following activities:
{ Data publishing. Currently, there is a growing interest by organizations
in publish data using SW and LD principles. One of the most important
and complex aspects to consider during this task is to ensure data quality.
It is therefore essential that publishers have mechanisms to detect quality
problems and, eventually, have the tools to x them.
{ Development of applications and software over the WoD
(Semantic Web applications). SW aplications developers will be hampered their
task when trying to build intelligent software agents that automatically
collect information of the WoD in order to get an integrated knowledge base for
a certain purpose. Data quality is a critical aspect in an integration scenario
where the readiness of information needs to ensure that it can be e ciently
exploited by applications.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Related Work</title>
      <p>
        As the amount and usage of SW data grew, several works have been addressed
the data quality aspect of datasets. Zaveri et al. [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] present the results of a
systematic review of approaches for assessing data quality of LD identifying a
core set of twenty-six data quality dimensions (criteria). Vrandecic's work [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]
focuses on ontology evaluation and provide a theoretical framework de ning a
set of eight ontology quality criteria and ontology aspects that can be evaluated
as well as related methods and evaluations. Regarding data quality assessment
methods (also known as framework or methodologies) for SW datasets, existent
approaches can be classi ed into semi-automated, automated and manual [
        <xref ref-type="bibr" rid="ref1 ref10 ref12 ref19">12,
19, 10, 1</xref>
        ]. Besides, there is a lot of research performed extensively to assess the
quality and report commonly occurring problems of the existing datasets [
        <xref ref-type="bibr" rid="ref8 ref9">8,
9</xref>
        ]. Regarding to \semantic accuracy" assessment, Furber and Hepp [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] propose
SWIQA, a quality framework that employs data quality rule templates to express
quality requirements which are automatically used to identify de cient data and
calculate quality scores for ve quality dimensions. \Semantic accuracy" is one of
these dimensions and authors proposed to identify semantically incorrect values
through the manual de nition of functional dependency rules. Another work that
is inspired in the \functional dependency" concepts was done by Yu and He in
[
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. In that work, authors propose a clustering-based approach to facilitate the
detection of abnormalities in SW data by computing functional dependencies
like, for example,\The language of a book is determined by the author's country".
Fleischhacker et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] give an approach oriented to enrich the schema of a SW
dataset with property axioms (based on association rule mining) by means of
statistical schema induction and also discuss other approaches related with the
research areas of \LD mining" and \association rule learning" [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Research Questions</title>
      <p>The research questions that I plan to address are:
{ What are the implications of learning \dependency rules" (DRs)
from existent SW datasets?
To answer this question we need to understand the mechanisms to learn DRs
from SW datasets and what kind of data do we need to perform this task
(schemas, instance data, etc.). Besides, some related questions also need to be
answered: Are these DRs dependent on both \seeds" and \target" datasets?
Can these DRs be reused for apply in di erent datasets? How the
amountof-data of the involve datasets does a ect the detection of DRs?.
{ How existent data quality assessment metrics can be used in my
approach to measure \Semantic accuracy" and \Interlinking"?
To answer this question we need to understand the quality problems related
to \semantic accuracy" and \interlinking", examine its causes and
consequences and study the existent methods to deal with them. In this sense, it
is important to see the relation of these two dimensions and the potential
of work with them together to improve quality. Finally, determine in which
way DRs can be used to build procedures that allow us to detect a quality
problem and measure certain information of the mentioned dimensions.
{ How to suggest recommendations to enrich and curate a SW dataset?
To answer this question we need to separate both activities. To enrich a
dataset we need to know how to detect what information is missing or
incomplete, to then suggest not only new relevant information but also the
way it should be used (completing a property value, adding a link, etc.). To
curate a dataset, we need to detect wrong or inconsistent attribute values
and suggest a way to correct them (deleting, replacing, etc.) giving new
consistent values. For both scenarios, it is necessary to understand how DRs can
be used with instance data of \seeds" datasets in order to make suggestions
of new relevant data for the \target" dataset.
{ What are the methodologies issues to be considered when
assessing the quality of SW datasets?
To answer this question it is important to understand the limitations and
drawbacks of current data quality assessment methodologies in order to
determine how can we improve (or extend) them to t with the needs of our
approach.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Hypotheses</title>
      <p>The main idea behind the approach of my PhD work is to improve the
dataquality (regarding to \semantic accuracy") of a SW datasets (that we will call
\target" dataset) through a strategy that will use existing datasets (that we
will call \seeds" datasets). Assuming a certain level of related \high-quality" for
\seeds" datasets, we will use them to learn \dependency rules" (DRs). These
DRs will be used to measure \semantic accuracy" (detecting wrong or
inconsistent values), curate data (suggest new correct values) and enrich data the
target dataset (complete missing values for attributes and suggest links to others
datasets). This approach to improve data-quality leads to a cycle strategy:
existent high-quality datasets can be used to improve quality of new and emerging
datasets, and these in turn can also be used by future and even existent datasets
with the same purpose. This general idea takes data-quality as a \transferable
property": the quality of a SW dataset depends not only on the quality of their
own data, but also on the quality of the external sources which are related to.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Preliminary results</title>
      <p>
        Recently, we have been working on challenges related with the development of an
application that integrates product reviews available as SW data (microformats,
RDFa, rdf les, etc.) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. In this experimental work, we studied the
architectures available to build SW applications and we focused on the data integration
process. We also studied how quality problems a ect the development of these
applications when trying to consume and integrate data from heterogeneous
SW datasets. We used a set of quality criteria which we divided in three
categories: data-provider quality, schema quality and instance-data quality.
Regarding data-provider quality we addressed \accessibility", \amount-of-data" and
\timeliness". For schema quality we analyzed \coverage" and \mappings".
Finally, for instance-data quality we analyzed \accuracy" (syntactic accuracy and
semantic accuracy) and \completeness" (property completeness and interlinking
completeness). We got SW data about reviews using Sindice3 and LOD-Cache4
search engines. After analyze the retrieved data, we described common occurring
errors for each criteria and their e ects in the integration process. We found that
most reviews have quality problems mainly related to incomplete data (reviews's
text, language, rating or even a reference to the reviewed item is missing) and
inconsistent values (for example, the text property has the value \This books
is great" and rating property has value \0"). Although we did not propose a
solution to the problems found, we noticed that many of them could be detected
or even curated using information available in other datasets like DBPedia.
7
      </p>
    </sec>
    <sec id="sec-7">
      <title>Approach</title>
      <p>
        As mentioned in section 1, my PhD work will intend to address the data quality
aspect of SW datasets by considering two quality dimensions: \semantic
accuracy" and \interlinking". The main idea behind this approach is to use existent
SW datasets as \seeds" to learn DRs. Then, apply these DRs over a \target"
dataset to detect incomplete, erroneous or inconsistent data and nally, make
suggestions to curate and enrich the \target " dataset using instance values of the
\seeds" datasets. In order to facilitate the understanding of the main problem, it
was divided into more speci c sub-problems. The rst and most important task is
related with how to get \dependency rules" (DRs) from \seeds" datatsets.
\Dependency rules" concept is inspired in \data dependency" concept (well-known
in relational databases domain and already used in [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] to detect abnormal data
in RDF Graphs). With the DRs obtained, we will work on:
{ Detection and measurement of \Semantic accuracy" and \Interlinking".
Although both dimensions will be treated separately, the idea is to take as
reference quality evaluations performed by related work (see section 3) and
adapt them to our approach (using DRs, \seeds" and \target" dataset).
{ Suggest recommendations to \enrich" and \curate" data. Although both
activities will be treated separately, the idea is to use a \Content-based
Recommender System" approach [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] that uses DRs and \seeds" datasets to suggest
new relevant data, either to complete or replace erroneous and inconsistent
values.
      </p>
      <p>The novel contribution of this work lies in extending current quality
assessment methodologies, using existent SW datasets to get DRs and apply them
to other datasets in order to detect and x quality problems to increase data
quality levels.
3 http://sindice.com/
4 http://lod.openlinksw.com/</p>
    </sec>
    <sec id="sec-8">
      <title>Evaluation Plan</title>
      <p>To facilitate the evaluation of my PhD approach, I will divide the task in the same
way as Section 7. The proposed solutions for each sub-problem will be evaluated
using o ine experiments performing on pre-collected datasets that must meet
certain requirements. For \seeds" datasets, it is neccessary to ensure a minimum
level of data-quality, at least, for those attributes that will be considered in the
DR, and will be used to make recommendations (for enrich and curate data).
Both types of datasets, \seeds" and \target" must have a controlled size (in terms
of amount-of-data) according to the complexity of the algorithms and hardware
limitations. Attributes of interest of the involved schemas (or ontologies) must be
mappeable. I pretend to evaluate my approach by comparing how many correct
and useful DRs have been detected and how they can be used in detection and
recommendations tasks:
{ A DR is correct if the involved attributes represents a consistent relation
according to \seeds" and \target" dataset (instance data and schema). We
must check manually if a DR is correct (for example, having a set of
prede ned DRs we can test if our approach generates similar DRs).
{ A DR is useful (for detection) if it can be used to detect wrong values (test
\semantic accuracy") or missing values (incomplete properties).
{ A DR is useful (for prediction) if it can be used by recommendation
algorithms to provide new attributes values and suggest potential relevant links
to other datasets.</p>
      <p>
        Note that the evaluation plan should include the test of algorithms used to
derive DRs, detect wrong and incomplete values and generate recommendations.
Traditional \precision", \recall" and other related approaches [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] can be used
in these tasks.
9
      </p>
    </sec>
    <sec id="sec-9">
      <title>Re ections</title>
      <p>My PhD approach is based on the fact that there is a huge amount of
information published following SW and LD principles and also that quality problems
a ects these diverse datasets to a greater or lesser extent. I also understand that
data quality in SW datasets is an emerging research area of great interest with
applications in domains like e-science, e-government and even e-commerce.
Although many works have addressed the SW data-quality problem, most of them
proposes methodologies to evaluate speci c quality-criteria and report common
occurring errors on a particular dataset. Only a few mention mechanisms to
deal with incomplete or inconsistent data. The development of mechanisms and
scalable tools to e ectively solve these problems is still an open challenge.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Acosta</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaveri</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simperl</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kontokostas</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehmann</surname>
          </string-name>
          , J.:
          <article-title>Crowdsourcing linked data quality assessment</article-title>
          .
          <source>In: The Semantic Web{ISWC</source>
          <year>2013</year>
          , pp.
          <volume>260</volume>
          {
          <fpage>276</fpage>
          . Springer (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Berners-Lee</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hendler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lassila</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          , et al.:
          <article-title>The semantic web</article-title>
          . Scienti c american
          <volume>284</volume>
          (
          <issue>5</issue>
          ),
          <volume>28</volume>
          {
          <fpage>37</fpage>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heath</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berners-Lee</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Linked data-the story so far</article-title>
          .
          <source>International journal on semantic web and information systems 5(3)</source>
          ,
          <volume>1</volume>
          {
          <fpage>22</fpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Ferraram</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nikolov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Schar e, F.:
          <article-title>Data linking for the semantic web. Semantic Web: Ontology and Knowledge Base Enabled Tools</article-title>
          , Services, and Applications p.
          <volume>169</volume>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Fleischhacker</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , Volker, J.,
          <string-name>
            <surname>Stuckenschmidt</surname>
          </string-name>
          , H.:
          <article-title>Mining rdf data for property axioms</article-title>
          .
          <source>In: On the Move to Meaningful Internet Systems: OTM</source>
          <year>2012</year>
          , pp.
          <volume>718</volume>
          {
          <fpage>735</fpage>
          . Springer (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6. Furber,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Hepp</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>Swiqa - a semantic web information quality assessment framework</article-title>
          . In: Tuunainen,
          <string-name>
            <given-names>V.K.</given-names>
            ,
            <surname>Rossi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Nandhakumar</surname>
          </string-name>
          ,
          <string-name>
            <surname>J</surname>
          </string-name>
          . (eds.)
          <source>ECIS</source>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Heath</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Linked data: Evolving the web into a global data space</article-title>
          .
          <source>Synthesis lectures on the semantic web: theory and technology 1(1)</source>
          ,
          <volume>1</volume>
          {
          <fpage>136</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Hogan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harth</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Passant</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Decker</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Polleres</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Weaving the pedantic web (</article-title>
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Hogan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Umbrich</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harth</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cyganiak</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Polleres</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Decker</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>An empirical survey of linked data conformance</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          <volume>14</volume>
          ,
          <issue>14</issue>
          {
          <fpage>44</fpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Kontokostas</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Westphal</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hellmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cornelissen</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaveri</surname>
            ,
            <given-names>A.J.</given-names>
          </string-name>
          :
          <article-title>Test-driven evaluation of linked data quality</article-title>
          .
          <source>In: Proceedings of the 23rd international conference on World Wide Web</source>
          (
          <year>2014</year>
          ), to appear
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isele</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jakob</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jentzsch</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kontokostas</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mendes</surname>
            ,
            <given-names>P.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hellmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morsey</surname>
            , M., van Kleef,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , et al.:
          <article-title>Dbpedia-a large-scale, multilingual knowledge base extracted from wikipedia</article-title>
          .
          <source>Semantic Web Journal</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Mendes</surname>
            ,
            <given-names>P.N.</given-names>
          </string-name>
          , Muhleisen, H.,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Sieve: linked data quality assessment and fusion</article-title>
          .
          <source>In: Proceedings of the 2012 Joint EDBT/ICDT Workshops</source>
          . pp.
          <volume>116</volume>
          {
          <fpage>123</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Mendoza</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zuccarelli</surname>
            ,
            <given-names>D</given-names>
          </string-name>
          <string-name>
            <surname>az</surname>
          </string-name>
          , A.,
          <string-name>
            <surname>Fernandez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>The semantic web as a platform for collective intelligence (</article-title>
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Nebot</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berlanga</surname>
          </string-name>
          , R.:
          <article-title>Mining association rules from semantic web data</article-title>
          .
          <source>In: Trends in Applied Intelligent Systems</source>
          , vol.
          <volume>6097</volume>
          , pp.
          <volume>504</volume>
          {
          <fpage>513</fpage>
          . Springer Berlin Heidelberg (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Shani</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gunawardana</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Evaluating recommendation systems</article-title>
          .
          <source>In: Recommender Systems Handbook</source>
          , pp.
          <volume>257</volume>
          {
          <fpage>297</fpage>
          . Springer (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Vrandecic</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          : Ontology evaluation. Springer (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>A developer's guide to the semantic Web</article-title>
          . Springer (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , He in, J.:
          <article-title>Extending functional dependency to detect abnormal data in rdf graphs</article-title>
          .
          <source>In: The Semantic Web{ISWC</source>
          <year>2011</year>
          , pp.
          <volume>794</volume>
          {
          <fpage>809</fpage>
          . Springer (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Zaveri</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kontokostas</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sherif</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          , Buhmann, L.,
          <string-name>
            <surname>Morsey</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>User-driven quality evaluation of dbpedia</article-title>
          .
          <source>In: Proceedings of the 9th International Conference on Semantic Systems</source>
          . pp.
          <volume>97</volume>
          {
          <fpage>104</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Zaveri</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rula</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maurino</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pietrobon</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Quality assessment methodologies for linked open data. Submitted to SWJ (</article-title>
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>