<!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>NELL2RDF: Reading the Web, Tracking the Provenance, and Publishing It as Linked Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jose M. Gimenez-Garc a</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ma sa Duarte</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Antoine Zimmermann</string-name>
          <email>antoine.zimmermann@emse.fr</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Christophe Gravier</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Estevam R. Hruschka Jr.</string-name>
          <email>estevam@cs.cmu.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pierre Maret</string-name>
          <email>pierre.maretg@univ-st-etienne.fr</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Carnegie Mellon University - CMU</institution>
          ,
          <addr-line>Pittsburgh</addr-line>
          ,
          <country country="US">United States</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Federal University of Sao Carlos - UFSCar</institution>
          ,
          <addr-line>S~ao Carlos</addr-line>
          ,
          <country country="BR">Brazil</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>MINES Saint-Etienne, Laboratoire Hubert Curien</institution>
          ,
          <addr-line>Saint-Etienne</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>UJM-Saint-Etienne, Laboratoire Hubert Curien</institution>
          ,
          <addr-line>Saint Etienne</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>NELL is a system that continuously reads the Web to extract knowledge in the form of entities and relations between them. It has been running since January 2010 and extracted over 450 million candidate statements, 28 million of which remain in iteration 1100. NELL's generated data comprises all the candidate statements, together with detailed metadata information about how it was generated. This information includes how each component of the system contributed to the extraction of the statement, as well as when that happened and how confident the system is in the veracity of the statement. However, the data is only available in an ad hoc CSV format that makes it difficult to exploit out of the context of NELL. In order to make it more usable for other communities, we adopt Linked Data principles to publish a more standardized, self-describing dataset with rich provenance metadata.</p>
      </abstract>
      <kwd-group>
        <kwd>NELL RDF Metadata Reification Provenance</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Never-Ending Language Learning (NELL) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] is an autonomous computational system
with the aim of learning continually and incrementally. It generates a knowledge base
where beliefs are learned from the Web using an ontology previously created to guide
the learning. One of the most significant resource contributions of NELL is the
metadata attached to each one of the millions of beliefs. This consists of provenance data
about how categories, relations and concepts are extracted, and the confidence about
the process itself. It evolves in every iteration, and is used by NELL to continuously
retrain NELL's learning components, in order to improve its understanding about
what it reads from the Web. NELL runs sequential iterations. In each of them, new
candidate beliefs can be created, older candidates can be promoted to a status of
higher credibility, promoted beliefs can be demoted again, or beliefs can be discarded
altogether. NELL has been running for 8 years in Carnegie Mellon University. In
Copyright c 2018 for this paper by its authors. Copying permitted for private and
academic purposes.
total, over the years, NELL has collected over 450 million candidate beliefs and
promoted 10 million of them. In iteration 1100, 28 million candidate beliefs and 2.6
million promoted beliefs remain. Zimmermann et al. [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] made a modest attempt to
convert NELL's beliefs and ontology into RDF and OWL, but their work completely
disregarded candidate beliefs and metadata, including less than 0.04% of the data
of the current work. Thus, we redesign the dataset to include all the provenance
metadata for all beliefs|candidate or promoted|and fully automatize the processing
of new iterations so that we can guarantee its sustainability. Furthermore, metadata
about beliefs require a reification model for which there are several representations.
We publish variants of the dataset according to well-known reification models in the
community so it can be more easily applied in a wider set of scenarios.
      </p>
      <p>This work fills several important gaps: (1) It can be used as a general knowledge
base with millions of statements annotated with varying degrees of confidence. (2) As
a valuable resource for research in managing and exploiting meta-knowledge. (3) It
exposes the Never-Ending Learning community in general, and NELL in particular,
to the potential of Linked data, allowing to connect their research results using Linked
data principles. (4) It helps understanding NELL's metadata by structuring and
self-documenting the output of its components.</p>
      <p>The rest of the paper is organized as follows: Sec. 2 presents related work; Section 3
describes the transformation of NELL's data and metadata to RDF and how it is
published; finally, Section 4 provides final remarks and future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>This section describes existing works in the Semantic Web community that relates to
NELL, as well as research in representing metadata about statements using Semantic
Web technologies.
2.1</p>
      <sec id="sec-2-1">
        <title>NELL and the Semantic Web</title>
        <p>
          A first experiment in translating NELL's data to RDF was made in 2013 [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]. Only
the promoted beliefs were considered, and no metadata about the provenance of belief
was generated. This resulted in an RDF dataset with 5.8 million triples (less than
0.04% of our current data) providing information about 1.5 million entities. Among
the 2.5 million distinct object values, 99% were literals associating labels to entities,
and most of the remaining triples were assigning rdf:type to the entities. Less than
1% of the triples were relations between instances in this data set. In spite of these
strong limitations, the NELL2RDF dataset was exploited by a few research works that
analyze and enhance data quality [
          <xref ref-type="bibr" rid="ref24 ref9">24, 9</xref>
          ]. Moreover, NELL has proven useful for some
tasks in Semantic Web research, such as improving precision of relation extraction [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ],
type prediction [
          <xref ref-type="bibr" rid="ref18 ref19">18, 19</xref>
          ], or alignment with DBpedia [
          <xref ref-type="bibr" rid="ref25 ref6">6, 25</xref>
          ], but these works only used
a very small portion of NELL's data. Other papers, while citing NELL as a prominent
example of open knowledge graph, do not make any use of its data. As noted by
Gerber et al. [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ], NELL's data cannot be directly integrated in the Web of Data. This
research would benefit from having a formal representation in linked data of NELL.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Statements about Statements in the Semantic Web</title>
        <p>
          The RDF data model only allows to represent binary (or dyadic) information. That is,
a single relation between two entities. However, it is sometimes necessary to express
additional information about the statements themselves. For that reason, a number of
approaches have sprung in the recent years: RDF reification [1, Sec. 5.3] represents the
statement using a resource, and then creates triples to indicate the subject, predicate
and object of the statement; N-Ary relations [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ] create a new resource that identifies
the relation and connects subject and object using different design patterns; named
graphs [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] add a fourth element to each triple, that can be used to identify a triple or
set of triples later on; the Singleton Property [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ] creates a unique property for each
triple, related to the original property; and NdFluents [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] creates a unique version
of the subject and the object (in the case it is not a literal) of the triple, and attaches
them to the original resources and the context of the statement. Wikidata makes use
of N-Ary relations [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], while Nano-publications use named graphs [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ].
        </p>
        <p>
          Some works [
          <xref ref-type="bibr" rid="ref10 ref14 ref15">14, 15, 10</xref>
          ] compare a number of reification approaches, although
the size of the datasets they use is relatively modest (an old Wikidata set, with
around 81 million triples, and a small subset of DBpedia to which some revision
history data is attached, with 1 billion triples approximately). These experiments
yield non-conclusive results about which representation is optimal. Hence, in order
to make NELL2RDF more easily applicable in a wider set of scenarios, we provide
datasets in all different approaches.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>NELL2RDF</title>
      <p>
        NELL's beliefs are published in tab-separated format, where each line contains a
number of fields to express the belief and the associated metadata, such as iteration of
promotion, confidence score, or the activity of the components that inferred the belief.
Each line is converted into a triple representing the belief, plus additional triples
containing the types and all the associated labels for subject and object, as well as
a preferred label using the skos:prefLabel property. Then, each belief is reified
into a resource, to which the provenance metadata is attached. We provide for each
iteration five different datasets with different reification approaches, namely RDF
reification [1, Sec. 5.3], N-Ary relations [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], named graphs [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], singleton Properties [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ],
and NdFluents [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], as well as the dataset without annotations.
      </p>
      <p>
        The ontology can be seen in Figure 1. We make use of the PROV-O ontology [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]
to describe the provenance. Each Belief can be related with one or more
ComponentExecution that, in turn, are performed by a Component. If the belief is a
PromotedBelief, it has attached its iterationOfPromotion and probabilityOfBelief.
The ComponentIteration is related to information about the process: the
iteration, probabilityOfBelief, Token, source and atTime (the date and time it
was processed). The Token expresses the concepts that the Component is relating
together. Those concepts can be a pair of entities for a RelationToken, and an entity
and a class for a GeneralizationToken (note that LatLong component has a
different token GeoToken, further described later). Finally, each component has a source
string describing their process for the belief. This string is then further analyzed and
translated into a different set of IRIs for each type of components. We describe in
the web page5 the classes and properties related to each component of the system.
      </p>
      <p>The current version of NELL2RDF includes promoted and candidate beliefs of
iterations 1075, 1090, and 1100, as well as the provenance for all beliefs, for a total
of more than 14.5 billion triples. It also contains the ontologies for the beliefs and
the provenance metadata. Metadata about the dataset is modeled using VoID and
DCAT vocabularies. The results indicate that, when the amount of metadata per
statement is significative, the size both in bytes and in number of triples is similar for
any reification approach. The model can affect, however, the efficiency of compressed
serializations or indexes: The size of the singleton property dataset is 30% than the
rest in HDT format, due to having a big number of different properties.</p>
      <p>In addition, NELL2RDF entities are linked to DBPedia (296255 in iteration 1100),
generated using the beliefs about the Wikipedia pages of NELL entities. While only
a first step to interlink NELL2RDF to the linked data cloud, it increases its usability
and shows the potential for further research in this aspect.</p>
      <p>
        NELL2RDF is available at the canonical URL http://w3id.org/nellrdf, where
we provide the datasets in gzipped N-Triples and HDT [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] format, as well as the
SPARQL endpoints for each model and for the dataset without metadata. Due to the
sheer size of the datasets, the HDT generation was performed using HDT-MR [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
The datasets and all related information are published under the Creative Commons
CC0 1.0 Universal license6.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Discussion and Future Work</title>
      <p>
        In this work we present NELL2RDF and make it available to the research community
as a reference dataset of general knowledge, containing statement-level provenance
5 http://w3id.org/nellrdf
6 https://creativecommons.org/publicdomain/zero/1.0/legalcode
metadata and confidence scores given by NELL's inner works. We hope to bridge
the gap between the NELL community and the Semantic Web community, drawing
attention from the former to Linked Data standards and practices, and to the latter
to the never-ending learning paradigms. We believe that NELL2RDF presents a
lot of potential use cases for research: Alignment with other knowledge bases could
help to add information or resource lexicalizations, or improve the accuracy of their
statements. While we already made a step in that direction, but we think there is a lot
of potential research to be done. NELL2RDF contains a big proportion of metadata
statements, encoded using five different reification approaches; this makes of it an
ideal testbed to compare how different metadata representations behave (in a similar
fashion as Hernandez et al. [
        <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
        ] and Frey et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]). Existing research shows that
there is interest in NELL for tasks like relation extraction [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], type prediction [
        <xref ref-type="bibr" rid="ref18 ref19">18,
19</xref>
        ], or quality analysis [
        <xref ref-type="bibr" rid="ref24 ref9">24, 9</xref>
        ], but its usage has not taken off. NELL2RDF will enable
further research in this direction. It can also be exploited as an additional resource
for comparison against new research in relation extraction, or tasks such as entity
disambiguation or query answering. In addition, NELL is starting to be explored
in languages different than English, such as Portuguese [
        <xref ref-type="bibr" rid="ref16 ref4">16, 4</xref>
        ] and French [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Our
intention is to convert those datasets to RDF as they become available to the public.
This will also allow to explore mappings between languages in NELL. Finally, we
are processing NELL's historical data and adding older iterations, and we plan to
merge all data in a unique contextualized knowledge graph that uses iteration and
provenance as two different contexts. This will allow to query and explore how data
has evolved over time and what new information was the cause of changes.
Acknowledgements: This work is supported by H2020 Marie Sklodowska-Curie ITN No
642795. We would like to thank Bryan Kisiel from NELL's CMU and Thomas Gautrais
from Laboratoire Hubert Curien, Saint Etienne, for their technical support.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Brickley</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guha</surname>
          </string-name>
          , R.:
          <source>RDF Schema 1.1. W3C Recommendation</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Carlson</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Betteridge</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kisiel</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Settles</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hruschka</surname>
          </string-name>
          , E.R., Mitchell, T.M.:
          <article-title>Toward an Architecture for Never-Ending Language Learning</article-title>
          .
          <source>AAAI</source>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Carroll</surname>
            ,
            <given-names>J.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hayes</surname>
            ,
            <given-names>P.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stickler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Named graphs</article-title>
          .
          <source>J. Web Sem</source>
          . (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Duarte</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hruschka</surname>
            ,
            <given-names>E.R.</given-names>
          </string-name>
          :
          <article-title>How to Read The Web In Portuguese Using the Never-Ending Language Learner's Principles</article-title>
          .
          <source>ISDA</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Duarte</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maret</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Vers une instance francaise de NELL : cha^ne TLN multilingue et modelisation d'ontologie</article-title>
          .
          <source>EGC</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Dutta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meilicke</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ponzetto</surname>
            ,
            <given-names>S.P.:</given-names>
          </string-name>
          <article-title>A Probabilistic Approach for Integrating Heterogeneous Knowledge Sources</article-title>
          .
          <source>ESWC</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Erxleben</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , Gunther,
          <string-name>
            <surname>M.</surname>
          </string-name>
          , Krotzsch,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Mendez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Vrandecic</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          :
          <article-title>Introducing Wikidata to the Linked Data Web</article-title>
          .
          <source>ISWC</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Fernandez</surname>
            ,
            <given-names>J.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mart</surname>
            nez-Prieto,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gutierrez</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Polleres</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arias</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Binary RDF representation for publication and exchange (HDT)</article-title>
          .
          <source>JWS</source>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Fleischhacker</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bryl</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , Volker, J.,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Detecting Errors in Numerical Linked Data Using Cross-Checked Outlier Detection</article-title>
          .
          <source>ISWC</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Frey</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Muller,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Hellmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Rahm</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Vidal</surname>
          </string-name>
          , M.-E.:
          <article-title>Evaluation of Metadata Representations in RDF stores</article-title>
          . Sem. Web. J. (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Gerber</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ngomo</surname>
            ,
            <given-names>A.-C.N.</given-names>
          </string-name>
          :
          <article-title>Extracting Multilingual Natural-Language Patterns for RDF Predicates</article-title>
          .
          <source>EKAW</source>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Gimenez-Garc</surname>
            <given-names>a</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>J.M.</given-names>
            ,
            <surname>Fernandez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.D.</given-names>
            ,
            <surname>Mart</surname>
          </string-name>
          nez-Prieto,
          <string-name>
            <surname>M.A.</surname>
          </string-name>
          :
          <article-title>HDT-MR: A Scalable Solution for RDF Compression with HDT and MapReduce</article-title>
          .
          <source>ESWC</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Gimenez-Garc</surname>
            <given-names>a</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>J.M.</given-names>
            ,
            <surname>Zimmermann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Maret</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.:</surname>
          </string-name>
          <article-title>NdFluents: An Ontology for Annotated Statements with Inference Preservation</article-title>
          .
          <source>ESWC</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Hernandez</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hogan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Krotzsch, M.:
          <string-name>
            <surname>Reifying</surname>
            <given-names>RDF</given-names>
          </string-name>
          :
          <article-title>What Works Well With Wikidata? SSWS (</article-title>
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Hernandez</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hogan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Riveros</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rojas</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zerega</surname>
            ,
            <given-names>E.: Querying</given-names>
          </string-name>
          <string-name>
            <surname>Wikidata: Comparing</surname>
            <given-names>SPARQL</given-names>
          </string-name>
          , Relational and
          <string-name>
            <given-names>Graph</given-names>
            <surname>Databases</surname>
          </string-name>
          .
          <source>ISWC</source>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Hruschka</surname>
            ,
            <given-names>E.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Duarte</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nicoletti</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          :
          <article-title>Coupling as Strategy for Reducing Concept-Drift in Never-Ending Learning Environments</article-title>
          . Fund. Inform. (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Lebo</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sahoo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McGuinness</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Belhajjame</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cheney</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corsar</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garijo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soiland-Reyes</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zednik</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <string-name>
            <surname>PROV-O: The</surname>
            <given-names>PROV</given-names>
          </string-name>
          <string-name>
            <surname>Ontology. W3C Recommendation</surname>
          </string-name>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Melo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , Volker, J.:
          <article-title>Type Prediction in RDF Knowledge Bases Using Hierarchical Multilabel Classification</article-title>
          .
          <source>WIMS</source>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Melo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Volker, J.,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Type Prediction in Noisy RDF Knowledge Bases Using Hierarchical Multilabel Classification with Graph and Latent Features</article-title>
          .
          <source>Int. J. Artif. Intell. Tools</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Mons</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Velterop</surname>
          </string-name>
          , J.:
          <article-title>Nano-Publication in the e-science era</article-title>
          .
          <source>SWASD</source>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Moro</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krause</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Navigli</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uszkoreit</surname>
          </string-name>
          , H.:
          <article-title>Semantic Rule Filtering for Web-Scale Relation Extraction</article-title>
          .
          <source>ISWC</source>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bodenreider</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sheth</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Don't like RDF Reification?: Making Statements about Statements Using Singleton Property</article-title>
          .
          <source>WWW</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Noy</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rector</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hayes</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Welty</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Defining N-Ary</surname>
          </string-name>
          <article-title>Relations on the Semantic Web</article-title>
          . W3C Working Group (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Paulheim</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Improving the Quality of Linked Data Using Statistical Distributions</article-title>
          .
          <source>Int. J. Semantic Web Inf. Syst</source>
          . (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Wijaya</surname>
          </string-name>
          , D.T., Mitchell, T.M.:
          <article-title>Mapping Verbs in Different Languages to Knowledge Base Relations using Web Text as Interlingua. NAACL-HLT (</article-title>
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Zimmermann</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gravier</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subercaze</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cruzille</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          :
          <article-title>Nell2RDF: Read the Web, and Turn it into RDF</article-title>
          .
          <article-title>KNOW@LOD (</article-title>
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>