<!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>March</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>LiDDM: A Data Mining System for Linked Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Venkata Narasimha</string-name>
          <email>kvnpavan@gmail.com</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ryutaro Ichise</string-name>
          <email>ichise@nii.ac.jp</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>O.P. Vyas</string-name>
          <email>opvyas@iiita.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Indian Institutes of Information, Technology Allahabad</institution>
          ,
          <addr-line>Allahabad</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>National Institute of</institution>
          ,
          <addr-line>Informatics, Tokyo</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Pavan Kappara, Indian Institute of Information, Technology Allahabad</institution>
          ,
          <addr-line>Allahabad</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2011</year>
      </pub-date>
      <volume>29</volume>
      <issue>2011</issue>
      <abstract>
        <p>In today's scenario, the quantity of linked data is growing rapidly. The data includes ontologies, governmental data, statistics and so on. With more and more sources publishing the data, the amount of linked data is becoming enormous. The task of obtaining the data from various sources, integrating and fine-tuning the data for desired statistical analysis assumes prominence. So there is need of a good model with efficient UI design to perform the Linked Data Mining. We proposed a model that helps to effectively interact with linked data present in the web in structured format, retrieve and integrate data from different sources, shape and fine-tune the so formed data for statistical analysis, perform data mining and also visualize the results at the end.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Various datasets available in the Linked Data Cloud has
their own significance in terms of their usability. In today’s
scenario the result related to user query for extracting a
useful hidden pattern may not always be completely answered
by using only one (or many) of the dataset in isolation. Here
linked data comes into picture as there is a need to integrate
different data sources available in different structured format
to answer such type of complex queries. If you look at data
sources like World FactBook [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], Data.gov [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], DBpedia [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ],
the data that they provide is real world data. The
information that these kinds of data provide can be helpful in
many ways such as predicting the future outcome given the
past statistics, the dependency of one attribute over another
attribute and so on. In this context, it is necessary to
extract hidden information from the linked data considering
its richness of information.
      </p>
      <p>Our proposed model suggest a Framework tool for Linked
Data Mining that capture data from linked data cloud and
extract various interesting hidden information. This model
is targeted to deal with the complexities associated with
mining the linked data efficiently. Our hypothesis is
implemented in form of a tool that takes the data from linked
data cloud, performs various KDD(Knowledge Discovery in
Databases) operations on linked data and applies data
mining technique such as association, clustering etc. and also
visualizes the result at the end.</p>
      <p>The remaining sections are organized as follows. The
second section deals with back ground and related work. The
third section describes the architecture of LiDDM(Linked
Data Data Miner). The fourth section discusses the tool
that we made to implement the model. The fifth section
deals with the case study. The sixth section comes up with
discussions and future work. Finally the seventh section is
the conclusion.</p>
    </sec>
    <sec id="sec-2">
      <title>2. RELATED WORK</title>
      <p>
        Linked data refers to a set of best practices for publishing
and connecting structured data on the web [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. With the
expansion of Linking Open Data Project, more and more data
available on the web are getting converted into RDF and
getting published as linked data. The difference between
interacting with a web of data and a web of documents has
been discussed in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. This web of data is richer in
information and is also available in standard format. Therefore,
to exploit the hidden information in this kind of data, we
have to first understand the related work done previously.
Looking at the general process of KDD, the steps in the
process of knowledge discovery in databases have been
explained [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The data has to be selected, preprocessed,
transformed, mined, evaluated and interpreted for the process of
Knowledge Data Discovery [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. For the process of knowledge
discovery in the semantic web, SPARQL-ML was introduced
by extending the given SPARQL language to work with
statistical learning methods [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. This imposes the burden of
having the knowledge of extended SPARQL and its
ontology on the users. Some researches [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] have extended the
model for adding data mining method to SPARQL [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] by
relieving the burden on users to have the exact knowledge of
ontological structures by asking them to specify the context
to automatically retrieve the items that form the
transaction. However, ontology axioms and semantic annotations
for the process of association rule mining have been used
earlier [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        In our approach, we modified the model used by U. Fayyad
et al [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], which is general process of KDD, to suit the needs
of linked data. Instead of extending SPARQL [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], we
retrieved the linked data using normal SPARQL queries and
instead focused on the process of refining and weaving the
retrieved data to finally transform it to be fed into the data
mining module. This approach separated the work of
retrieving data from the process of data mining and relieved
the users from the burden of learning extended SPARQL and
its ontology. Also this separation allowed more flexibility in
choosing whatever data we needed from various data sources
first and then concentrating on mining the data once all the
data needed had been retrieved, integrated and transformed.
Also LiDDM works by finding classifications and clustering
in addition to finding associations.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. LIDDM: A MODEL</title>
      <p>To start with, our model modified the process of KDD, as we
discussed in the previous section to conform to the needs of
linked data and proceeded in a hierarchical manner. A data
mining system was used for statistical analysis and linked
data from the linked data cloud was retrieved, processed and
fed onto it. Figure 1 provides the overview of our model.</p>
    </sec>
    <sec id="sec-4">
      <title>3.1 Data Retrieval through Querying</title>
      <p>In this initial step of LiDDM, the data from linked data
cloud is queried and retrieved. This step can be compared
to the data selection step in the KDD Process. The data
retrieved will be in the form of a table with some rows and
columns. The rows denote instances of data retrieved and
the columns denote the value of each attribute for each
instance.</p>
    </sec>
    <sec id="sec-5">
      <title>3.2 Data Preprocessing</title>
      <p>Once the data retrieval is done, data preprocessing comes
into picture which plays a significant role in data mining
process. Most of the time data is not in a format suitable
for immediate application of data mining techniques. This
step highlights that data must be appropriately preprocessed
before going for further stages of knowledge discovery.</p>
      <sec id="sec-5-1">
        <title>3.2.1 Data Integration</title>
        <p>
          In the previous step of Linked Data Mining, data is retrieved
from multiple data sources existing in Linked data cloud.
This allows the feasibility of having distributed data. This
data must be integrated in order to provide answer to user’s
query. Data is integrated based on some common relation
presented in respected data sources. Data sources are
selected depending on different factors a user wants to study
in different sources. For example, if we want to study the
effect of growth rate of each country on its film production,
data sources selected can be the World FactBook and the
Linked Movie Data Base [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. We can first query the World
FactBook for the growth rate of each country. Then we
can query the Linked Movie Data Base for information
regarding film production of each country and now we have
to integrate both the results in order to find the answer of
respected query.
        </p>
      </sec>
      <sec id="sec-5-2">
        <title>3.2.2 Data Filtering</title>
        <p>In this step, data that is retrieved and integrated is filtered.
Some rows or columns or both are deleted if necessary.
Filtering eliminates the unwanted and unnecessary data. For
example, let’s consider the previous case of the World
FactBook and Linked Movie Data Base. If we want the growth
rate of a country to be not less than a certain minimum
value for research purposes, we can eliminate instances with
growth rates less than a certain minimum value at this step.</p>
      </sec>
      <sec id="sec-5-3">
        <title>3.2.3 Data Segmentation</title>
        <p>The main purpose of segmenting the data is to divide the
data in each column into some classes if necessary for
statistical analysis. For example, the data in a certain range can
be placed into some class if necessary. Consider the attribute
‘population of a country’. In this case, populations less than
10,000,000 can be placed under the segment named ‘Low
population’. Populations from 10,000,000 to 99,999,999 can
be placed under the segment named ‘Average Population’
and populations from 100,000,000 to 999,999,999 can be
placed under the segment named ‘High Population’. The
step of segmentation step divides the data into different
classes and segments, for a class based statistical analysis
at the end.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>3.3 Preparing Input Data for Mining</title>
      <p>More often than not, the format in which we retrieve the
linked data is not the correct format that is required for
feeding into the data mining system. Therefore, it is
necessary to change the format to the one that is required by
the data mining system. The step does exactly this work of
format conversion. Thus, this step basically does the same
as the transformation of data part in the KDD process.</p>
    </sec>
    <sec id="sec-7">
      <title>3.4 Data Mining on Linked Data</title>
      <p>In this step, the data mining of the already filtered and
transformed data is performed. In this step, you can input
the data that is in the format accepted by the data mining
system from previous step into the data mining system for
analysis. Here the data may be classified or clustered or set
for finding association rules. After applying these methods,
the results are obtained and visualized for interpretation.
Thus LiDDM with all the above features, we believe, will
ensure a very good and easy to use framework tool not only
for interacting with linked data and visualizing the results
but also for re-shaping the data retrieved. The next section
deals with the implementation of our model in an
application.</p>
    </sec>
    <sec id="sec-8">
      <title>4. IMPLEMENTATION WORK</title>
    </sec>
    <sec id="sec-9">
      <title>4.1 Tool Environment</title>
      <p>
        To test our model LiDDM, we made an application that
implements it. This application was called ‘LiDDMT: Linked
Data Data Mining Tool’. With this tool, we used Jena
API [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] for querying remote data sets in the linked data
cloud. Weka API [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] was used for the process of data
mining. Weka is widely recognized as the unified platform for
performing most of the machine learning algorithms in a
single place. Jena is a java framework for building semantic
web applications. The tool was made using Java in a Net
Beans environment.
      </p>
    </sec>
    <sec id="sec-10">
      <title>4.2 Working of the Tool</title>
      <p>Step 1. This tool emulates our model in the following ways.</p>
      <p>
        It has a UI for querying the remote data sets. There
are two types of querying that are allowed in this model.
One is that the user can specify the SPARQL endpoint
and SPARQL query for the data to be retrieved. The
second type of querying is an automatic query builder
that reduces the burden on the user. The possibility
of using sub graph patterns for generating automatic
RDF queries has been discussed [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Our query builder
gives the user all the possible predicates he can use
given the SPARQL endpoint and asks him to specify
only the triples and returns the constructed query. The
Drupal Sparql Query Builder [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] also asks the user to
specify triples.
      </p>
      <p>Step 2. Regarding Step 2 of our model, which is integration
of data retrieved, our tool implements a UI that uses a
JOIN operation to perform the JOIN of the retrieved
results from two or more queries. It also uses an
‘append at the end’ operation, which adds the results of
two or more queries. Figure 2 shows this
functionality. In this figure the text area under ‘Result-Query1’
gives the results of Query 1, which is a query from
the World FactBook and the text area under
‘ResultQuery2’ gives the results of Query 2, which is a query
from the Linked Movie Data Base. The text area
under ‘RESULT-CURRENT STATE AFTER
MERGING BOTH THE QUERIES’ gives the result of the
JOIN operation performed between the 3rd column of
query 1 and the 3rd column of query 2 as shown in
the figure. Once merging is done, clicking the ‘Add
another Query’ button gives you the option to add a
third query. Clicking ‘Continue’ takes you to Step 3.
Step 3. Now moving to Step 3 of our model, our tool
implements a UI, which is named ‘Filter’ that filters and
cleans the data thus retrieved and integrated. This UI
has features of removing unwanted columns, deleting
the rows that have values out of a certain range in a
numerical column, deleting the rows that have certain
strings in certain columns, etc.</p>
      <p>
        Step 4. Now after filtering the data, we move onto UI for
Step 4 of our model, which is the segmentation of data.
It asks for the name of the segment, and if the values
in the column are numeric, we can specify the interval
of values that comes in that segment. If the values in
the column are string based, then we can specify the
set of strings that comes in that segment. Thus our UI
converts the data into segments or classes as desired
by us for the data mining algorithms to work on it.
Step 5. The UI for Step 5 of our model performs the task of
writing the data into the format as required for
mining. We used Weka in our tool, and Weka accepts
input data in the ARFF(Artribute-Relation File
Format) format [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Thus this UI asks for the relation
name and also the values of attributes for conversion
to ARFF format. Once you have finished this
conversion, the linked data retrieved becomes acceptable to
use for data mining applications using Weka.
      </p>
      <p>
        Step 6. Our tool has a very flexible UI for data mining
(Step 6) in that it has a separate UI for using the
original Weka with its full functionality. It also has a
simplified version of the UI that is for quick mining where
we have implemented the J48 decision tree
classification [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], Apriori association [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], and EM (estimation
maximization) clustering [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Figure 3 shows the
simplified version of the data mining tool. Using this UI,
you can perform data mining for the ARFF file that
was made in Step 5; also you have a file chooser that
accepts any other already formed ARFF files, which
can also be input for mining and results can be
compared and visualized at the same time. In our
simplified version of the UI for mining, you can specify the
most common options for each of the methods (J48,
Apriori, and EM) and can cross check the results by
varying different parameters.
      </p>
      <p>Views of Results. The results that are output from this
step are visualized at the end. The results from the
J48 decision tree classifier are visualized in the form of
a decision tree along with classifier output like
precision recall, F-Measure etc. Similarly, the results from
EM clustering are visualized in the form of an X-Y plot
with clusters shown. The results from Apriori
associ</p>
      <p>ation if any, can be visualized in the form of printing
the best associations found.</p>
      <p>Also as described in our model, our tool LiDDMT
has forward and backward moment flexibility in Step
3, Step 4 and Step 5 i.e.; in filter, segmentation and
writer, where you can get the results at any step and
can go back and forth to any other step. The same
is the case with Step 2(in the model) where even with
our tool, the UI allows integration of any number of
queries as long as they can be merged using either the
‘JOIN’ operation or ‘append at the end’ operation.</p>
    </sec>
    <sec id="sec-11">
      <title>5. CASE STUDY</title>
      <p>Our tool LiDDMT has been tested with many datasets like
DBpedia, Linked Movie Data Base, World FactBook, Data.gov
etc. However, here for the process of explanation, we choose
to demonstrate the effectiveness of our tool from the
experiments with the World FactBook dataset.</p>
      <p>World FactBook dataset provides information on the history,
people, government, economy, geography, communications
and other transnational issues of every country for about
266 world entities. We explored this dataset and found out
some interesting patterns using our tool.</p>
      <p>First, we queried the World FactBook Database for GDP per
capita, GDP composition by agriculture, GDP composition
by industry, and GDP composition by services of every
country. Then in step 4, which is segmentation, we divided each
of the attributes, i.e. GDP by agriculture, industry, and
services, into 10 classes each at equal intervals of 10 percent.
Then GDP per capita is divided into three classes called
low, average, and high depending on whether the value is
less than 10,000, between 10,000 and 25,000, or more than
25,000 respectively. This segmented data is sent as input to
the Apriori algorithm, and we found two association rules
that have proved to be very accurate. The rules are as
follows:</p>
      <p>• When the GDP per capita income is high (40 instances),
the GDP composition by agriculture is between 0 to
10 percent (39 instances) with a confidence of 0.98.
• When the GDP composition by services is between 70
to 80 percent (32 instances), the GDP composition by
agriculture is between 0 to 10 percent (29 instances)
with a confidence of 0.91.</p>
      <p>If the same data is allowed to undergo EM clustering using
the Step 6, the visualizations (shown in Figure 4) that are
obtained also prove this fact.</p>
      <p>Then we queried the World FactBook database for literacy
rate, labor force in agriculture, labor force in industry, and
labor force in services of every country. Then using step 4,
which is segmentation, we segmented each of the attributes
of labor force in agriculture, labor force in industry, labor
force in services into three classes namely low, medium, and
high respectively. We segmented the literacy rate attribute
into three classes namely low, medium, and high
depending on whether the literacy rate is between 0 and 50, 50 to
85, and 85 to 100 respectively. Here we are comparing the
effects of labor force on each sector on the literacy rate of
the country. Figure 5 shows the effect of labor force from
agriculture on literacy rate.</p>
      <p>We have also tested our tool by retrieving information about
movies from 1991 to 2001 by DBpedia and Linked Movie
Data Base from various countries and integrated that with
data retrieved from the World FactBook like median age
of the population and total population and found out the
following patterns.</p>
      <p>• If the population is greater than 58,147,733 and
median age is greater than 38, the movie production is
high with a confidence of 1.</p>
      <p>• If population is between 58,147,733 and 190,010,647,
and median age is less than 38, the movie production
is low with a confidence of 1.</p>
      <p>Thus the above results prove that our LiDDMT is helping
us to find out hidden relationships between the attributes
in linked data thereby helping effectively in Knowledge
Discovery.</p>
    </sec>
    <sec id="sec-12">
      <title>6. DISCUSSIONS AND FUTURE WORK</title>
      <p>From our experiments and case study we can say that the
model that we proposed, LiDDM, has its strength in that it
can retrieve data from multiple data sources and integrate
them instead of just retrieving the data from a single data
source. It can treat data from various sources in the same
manner. The preprocessing and transformation steps make
our model unique to deal with linked data. This allows us
the flexibility of choosing data at will and then concentrates
on mining. Also our tool, LiDDMT, helps us to mine and
visualize data from more than one ARFF file at the same
time, thus giving us the option for comparison.</p>
      <p>By introducing graph-based techniques, triples could be found
out automatically in future. Also, currently all the available
predicates are obtained for only DBpedia and Linked Movie
Data Base. For others you have to specify the predicates
yourselves without prefixes if you use the automatic query
builder. This functionality can be extended to other data
sources easily. Thus, more and more data sets can be
implemented here drawing predicates from all of them. But with
our tool, even though you cannot get all the available
predicates for datasets other than DBpedia and Linked Movie
Data Base, you can use the automatic query builder to
generate SPARQL queries automatically, if you know the URI
of the predicate that you are using. Thus, more functionality
can be imparted into the automatic query builder.
Also in future, some artificial intelligence measures can be
introduced into LiDDM for suggesting the best machine
learning algorithms that can give the best possible results
depending on the data obtained from the linked data cloud.
All in all, the existing functionality of the LiDDMT has been
tested with many examples and our tool is proved to be very
effective and usable.</p>
    </sec>
    <sec id="sec-13">
      <title>7. CONCLUSIONS</title>
      <p>Linked data with all its diversity and complexity acts as
a huge database of information in RDF format, which is
machine readable. There is a need to mine that data to find
different hidden patterns and also make it conceivable for
people to find out what it has in store for us.</p>
      <p>Our model, LiDDM, successfully builds a data mining
mechanism on top of linked data for effective understanding and
analysis of linked data. The features in our model are built
upon the classical KDD process and are modified to serve
the needs of linked data. The step of getting the required
data from the remote database itself makes our model
dynamic. Flexibility is an added feature of our model as the
steps of data retrieval and mining are separate. This allows
users to retrieve all the possible results first and then to
decide on the mining techniques. Also, the smooth cyclic
movement in Step 3, Step 4, and Step 5, i.e. filter,
segmentation, and writer respectively, makes our model more
adaptable and more inclined towards removal of unwanted
data and finding richer patterns. Visualizations at the end
solve our problem by pictorially representing the interesting
relationships hidden in the data there by making the data
more understandable.</p>
      <p>Regarding our tool, LiDDMT which we built on top of our
model, the functioning is effective and the results are
efficient as shown in case studies. Using Weka in our tool
for the process of data mining makes it more efficient
considering the vast popularity of Weka. The tool has much
functionality implemented at each step of our model in an
effort to make it more dynamic and usable. Also, having a
chance to view more than one visualization at a time when
implementing more than one data mining method makes our
tool a very suitable one to compare data. But still the tool
could be made more efficient as we discussed in the previous
section.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Agrawal</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Srikant</surname>
          </string-name>
          .
          <article-title>Fast algorithms for mining association rules in large databases</article-title>
          .
          <source>In Proceedings of the 20th International Conference On Very Large Data Bases</source>
          , pages
          <fpage>487</fpage>
          -
          <lpage>499</lpage>
          , San Francisco, Ca., USA, Sept.
          <year>1994</year>
          . Morgan Kaufmann Publishers, Inc.
        </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>
          , G. Kobilarov,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          ,
          <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 6th International Semantic Web Conference</source>
          , volume
          <volume>4825</volume>
          of Lecture Notes in Computer Science, pages
          <fpage>722</fpage>
          -
          <lpage>735</lpage>
          , Busan, Korea, Nov.
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Heath</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Berners-Lee</surname>
          </string-name>
          .
          <article-title>Linked data - the story so far</article-title>
          .
          <source>International Journal on Semantic Web and Information Systems</source>
          ,
          <volume>5</volume>
          (
          <issue>3</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>22</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J. J.</given-names>
            <surname>Carroll</surname>
          </string-name>
          , I. Dickinson,
          <string-name>
            <given-names>C.</given-names>
            <surname>Dollin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Reynolds</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Seaborne</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Wilkinson</surname>
          </string-name>
          .
          <article-title>Jena: implementing the semantic web recommendations</article-title>
          .
          <source>In Proceedings of the 13th International World Wide Web Conference on Alternate Track Papers &amp; Posters</source>
          , pages
          <fpage>74</fpage>
          -
          <lpage>83</lpage>
          , New York, NY, USA,
          <year>2004</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Central</given-names>
            <surname>Intelligence Agency</surname>
          </string-name>
          .
          <article-title>The world factbook</article-title>
          . https://www.cia.gov/library/publications/the-worldfactbook/,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A. P.</given-names>
            <surname>Dempster</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. M.</given-names>
            <surname>Laird</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and D. B.</given-names>
            <surname>Rubin</surname>
          </string-name>
          .
          <article-title>Maximum likelihood from incomplete data via the EM algorithm</article-title>
          .
          <source>Journal of the Royal Statistical Society</source>
          ,
          <volume>39</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>38</lpage>
          ,
          <year>1977</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Dokulil</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Katreniakov</surname>
          </string-name>
          <article-title>´a. RDF query generator</article-title>
          .
          <source>In Proceedings of the 12th International Conference on Information Visualisation</source>
          , pages
          <fpage>191</fpage>
          -
          <lpage>193</lpage>
          . IEEE Computer Society,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>U.</given-names>
            <surname>Fayyad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Piatetsky-Shapiro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and P.</given-names>
            <surname>Smyth</surname>
          </string-name>
          .
          <article-title>The KDD process for extracting useful knowledge from volumes of data</article-title>
          .
          <source>Communications of the ACM</source>
          ,
          <volume>39</volume>
          (
          <issue>11</issue>
          ):
          <fpage>27</fpage>
          -
          <lpage>34</lpage>
          , Nov.
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hall</surname>
          </string-name>
          , E. Frank,
          <string-name>
            <given-names>G.</given-names>
            <surname>Holmes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Pfahringer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Reutemann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and I. H.</given-names>
            <surname>Witten</surname>
          </string-name>
          .
          <article-title>The WEKA data mining software: an update</article-title>
          .
          <source>SIGKDD Explorations</source>
          ,
          <volume>11</volume>
          (
          <issue>1</issue>
          ):
          <fpage>10</fpage>
          -
          <lpage>18</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>O.</given-names>
            <surname>Hassanzadeh</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Consens</surname>
          </string-name>
          .
          <article-title>Linked movie data base</article-title>
          .
          <source>In Proceedings of the Linked Data on the Web Workshop</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>T.</given-names>
            <surname>Heath</surname>
          </string-name>
          .
          <article-title>How will we interact with the web of data? IEEE Internet Computing</article-title>
          ,
          <volume>12</volume>
          (
          <issue>5</issue>
          ):
          <fpage>88</fpage>
          -
          <lpage>91</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>C.</given-names>
            <surname>Kiefer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bernstein</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Locher</surname>
          </string-name>
          .
          <article-title>Adding data mining support to SPARQL via statistical relational learning methods</article-title>
          .
          <source>In Proceedings of the 5th European Semantic Web Conference</source>
          , volume
          <volume>5021</volume>
          of Lecture Notes in Computer Science, pages
          <fpage>478</fpage>
          -
          <lpage>492</lpage>
          . Springer,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13] Machine Learning Group at University of Waikato.
          <article-title>Attribute-relation file format</article-title>
          . http://www.cs.waikato.ac.nz/ ml/weka/arff.html,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>V.</given-names>
            <surname>Nebot</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Berlanga</surname>
          </string-name>
          .
          <article-title>Mining association rules from semantic web data</article-title>
          .
          <source>In Proceedings of the 23rd International Conference on Industrial, Engineering &amp; Other Applications of Applied Intelligent Systems, volume 6097 of Lecture Notes in Computer Science</source>
          , pages
          <fpage>504</fpage>
          -
          <lpage>513</lpage>
          . Springer Berlin / Heidelberg,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Quinlan</surname>
          </string-name>
          .
          <source>C4</source>
          .
          <article-title>5: Programs for Machine Learning</article-title>
          . Morgan Kaufmann, San Mateo, CA,
          <year>1993</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <article-title>[16] the United States Government</article-title>
          . Data.gov. http://www.data.gov/,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>C.</given-names>
            <surname>Wastyn</surname>
          </string-name>
          .
          <article-title>Drupal sparql query builder</article-title>
          . http://drupal.org/node/306849,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>E.</given-names>
            <surname>PrudSˇhommeaux</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Seaborne. SPARQL Query</surname>
          </string-name>
          <article-title>Language for RDF</article-title>
          .
          <source>In W3C WD,4th October</source>
          ,
          <year>2006</year>
          . http://www.w3.org/TR/2006/WD-rdf-sparqlquery-20061004
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>