<!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>Mastro Studio: a system for Ontology-Based Data Management</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Cristina Civili</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marco Console</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Domenico Lembo</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>DIAG, Sapienza Universita` di Roma</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Lorenzo Lepore</institution>
          ,
          <addr-line>Riccardo Mancini, Antonella Poggi</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Marco Ruzzi</institution>
          ,
          <addr-line>Valerio Santarelli, and Domenico Fabio Savo</addr-line>
        </aff>
      </contrib-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Ontology-based data access (OBDA) is a computing paradigm in which access to data
is realized through a three-level architecture, constituted by an ontology, a set of data
sources, and the mapping between the two.</p>
      <p>
        In this paper we present the MASTRO STUDIO system for data management based
on the OBDA paradigm [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. MASTRO STUDIO is based on the MASTRO reasoner for
OBDA, and, therefore, inherits from MASTRO the characteristics which we discuss
in this and the following paragraph. Ontologies in MASTRO are specified in logics of
the DL-Lite family of Description Logics [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ]. Such logics, which are at the base
of the OWL 2 QL profile, allow to capture the main modeling features of a variety of
representation languages, such as basic ontology languages and conceptual data models,
and at the same time maintain computational complexity of reasoning low, in particular
when computed with respect to the size of the input data only (i.e., in data complexity).
Data sources in MASTRO are seen as a single relational database. When more than
one source or even non-relational sources need to be accessed, such a database can be
obtained through the use of off-the-shelf relational data federation tools. Finally, the
mapping is essentially a set of GAV mapping assertions [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], which associate ontology
elements with queries specified on the underlying database.
      </p>
      <p>By virtue of these design choices, query answering in MASTRO can be done through
a very efficient technique that reduces this task, via query rewriting, to standard SQL
query evaluation.</p>
      <p>Besides reasoning capabilities offered by MASTRO, MASTRO STUDIO is also
equipped with a web-based graphical user interface (GUI) which allows for advanced
mechanisms for the inspection of the components of an OBDA specification, i.e., the
ontology, the mapping and the data sources. In particular, it allows for the representation
of the ontology in a graphical form, resembling Entity-Relationship modeling, which
makes the ontology accessible to non-experts of logical and ontology formalisms. Also,
MASTRO STUDIO provides wiki-like documentation in which every element of the
ontology is associated with a natural language description, as well as with all ontology
axioms and mapping assertions in which it is involved. The MASTRO STUDIO GUI is
realized through the Drupal1 content management system.</p>
      <sec id="sec-1-1">
        <title>1 http://drupal.org</title>
        <p>
          In the last few years, several works have been conducted on OBDA in a simplified
setting where no mappings are used to connect the (intentional level of the) ontology
to external data sources [
          <xref ref-type="bibr" rid="ref12 ref8">8, 12</xref>
          ]. The only notable exception besides MASTRO STUDIO
is Quest [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], which has indeed common roots with our system. Quest is a system for
query answering over DL-LiteA ontologies, which can work in both “classical” (i.e.,
with a local ABox) and “virtual” mode (i.e., exploiting mappings). Although first
experiments show effectiveness of Quest in the classical scenario [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], the development
of its usage in the virtual mode is still ongoing. Finally, we observe that, to the best of
our knowledge, MASTRO STUDIO is the only full-fledged ontology-based data
management system which provides, along with OBDA functionalities, advanced features
for documenting and inspecting an OBDA specification.
2
        </p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Technical background</title>
      <p>
        We recall here the notions of OBDA specification and OBDA semantics, and survey the
main reasoning services and optimizations offered by MASTRO STUDIO. These
(optimized) reasoning services are in fact inherited from the MASTRO reasoner, in which
they are realized, and suitably exposed as web services by MASTRO STUDIO. For these
reasons, in the rest of this section we refer directly to the Mastro reasoner.
OBDA specification. In MASTRO, an OBDA specification is a triple hO; M; Di, where
O is an ontology, D is a relational database instance, and M is the mapping between
O and D. More precisely, O is specified in a logic of the DL-Lite family of lightweight
Description Logics (DLs) [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ]. DLs are decidable fragments of first-order logic (FOL)
that allow to represent the domain of interest in terms of concepts, denoting sets of
objects, roles, denoting binary relations between objects, and attributes, denoting relations
between objects and values from predefined domains. DLs of the DL-Lite family have
been specifically designed for OBDA and allow for a good tradeoff between the
expressive power of the language and the computational complexity of reasoning. Notably,
query answering in such DLs can be done in LOGSPACE with respect to data
complexity. DL-Lite logics essentially capture standard conceptual modeling formalisms, such
as UML Class Diagrams and Entity-Relationship Schemas, and are at the basis of OWL
2 QL, one of the tractable profiles of OWL 2, the current W3C standard language for
ontologies2. M is a set of assertions of the form , where is an SQL query
specified over the schema of D, and is an element of the ontology O, i.e., a concept,
a role, or an attribute (see also [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]). Intuitively, such a mapping assertion specifies that
the tuples returned by the query are used to generate the facts that instantiate . M
is therefore a GAV mapping, according to the data integration terminology [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
OBDA semantics. The semantics of an OBDA specification is given in terms of FOL
interpretations. A FOL interpretation I is a model for an ontology O if it satisfies (in
the classical FOL sense) all logical axioms specified in O [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Then, given an OBDA
specification B = hO; M; Di, a FOL interpretation I is a model for B if (i) I is a model
for O, and (ii) I satisfies M, i.e., for each mapping assertion and each tuple
t in the evaluation of over D, I satisfies the fact (t) (see also [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]). Notice that the
      </p>
      <sec id="sec-2-1">
        <title>2 http://www.w3.org/TR/owl-profiles/</title>
        <p>
          above notion of mapping satisfaction corresponds to the classical notion of satisfaction
of sound GAV mapping in data integration [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. An OBDA B is satisfiable if B admits
at least one model.
        </p>
        <p>
          Reasoning in Mastro. Reasoning services that do not consider data are called
intensional. Among these services, MASTRO STUDIO allows for the computation of all
subsumption relationships inferred in an ontology between concepts, roles, and attributes.
This, in particular, enables the construction of the classification tree of the ontology [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ].
        </p>
        <p>
          The main task involving data performed by MASTRO is to answer (unions of)
conjunctive queries ((U)CQs) posed over the ontology O of an OBDA system B =
hO; M; Di. Answering one such query Q amounts to computing its certain answers,
denoted CertAns(Q; B), i.e., the tuples that are in the interpretation of Q in every model
of B (the FOL interpretation of a UCQ is the standard one [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ])3.
        </p>
        <p>
          In MASTRO, certain answers to queries are computed through a query rewriting
process. The basic notion underlying this approach is the one of perfect rewriting: a
query QDB over D is a perfect rewriting of a query Q under B if the evaluation of
QDB over D returns the set CertAns(Q; B). The perfect rewriting of a UCQ Q posed
over O can be obtained in two steps: (i) compute an ontology-rewriting Q0 of Q with
respect to the ontology O; (ii) compute the mapping-rewriting of Q0 by using the
mapping M, thus obtaining an SQL query on D. Intuitively, an ontology-rewriting of Q is
another query Q0, expressed over O, which incorporates all the relevant properties of
the ontology axioms, so that, by using Q0, we can compute the certain answers of Q
by ignoring O, i.e., CertAns(Q; hO; M; Di) = CertAns(Q0; h;; M; Di). This step is
realized in MASTRO through the algorithm Presto [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]), which rewrites Q into a new
UCQ Q0 over O. Then, the mapping-rewriting step can be seen as a variant of the
unfolding procedure in GAV data integration, as it essentially substitutes each atom in the
query Q0 with the SQL query that the mapping associates to the atom predicate. After
the rewriting process, the query is fully expressed in SQL and can be directly evaluated
over the sources.
        </p>
        <p>We notice also that checking ontology satisfiability in DL-Lite can be reduced to
query answering. In particular, to each ontology axiom we can associate a query aiming
at identifying the existence of counterexamples, i.e., data violating such axiom (e.g,
data contradicting axioms imposing disjointness of concepts or functionality of roles).
This is indeed the way ontology satisfiability is realized in MASTRO.</p>
        <p>
          Optimizations. The perfect rewriting produced as described above is a union of SQL
queries which may often contain a huge number of disjuncts. This is mainly due to
the mapping-rewriting step, which combines in all possible ways the various mapping
queries associated to each atom predicate, and this may very well produce a final SQL
query whose size is exponential with respect to the size of the initial query and the size
of the mappings [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. However, in general, not all such disjuncts really contribute to the
computation of the certain answers (for example, because a disjunct is contained into
another). We developed in the MASTRO reasoner a mechanism that is able to prune the
rewriting and produce another perfect rewriting of smaller size. The adoption of this
technique by MASTRO allows to reduce the evaluation time of the final rewriting.
3 In fact, MASTRO even allows for processing more expressive queries interpreted under a
semantics that approximate standard FOL semantics (see [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] for details).
        </p>
        <p>Ontology
(GraphML
Syntax)</p>
        <p>Translator</p>
        <p>Ontology
(OWL Syntax)</p>
        <p>Mappings
GUI
Inspection Environment Reasoning Environment</p>
        <p>Input flow
Software component
invocation</p>
        <p>Data
Sources</p>
        <p>Mastro
Query Rewriting
Ontology
Rewriting</p>
        <p>Qr</p>
        <p>Mapping</p>
        <p>Rewriting
Perfect Mapping Management
Intensional Reasoning</p>
        <p>MASTRO STUDIO</p>
        <p>Also, to further optimize the rewriting process, MASTRO allows for the use of
socalled perfect mapping assertions. Given an OBDA specification B, a perfect mapping
assertion is a pair hcq; cqDBi such that cq is a conjunctive query and cqDB is a perfect
rewriting of q under B. Perfect mapping assertions of the above form can be used
during both the ontology-rewriting and mapping-rewriting steps in the following way: if
a conjunctive query q to be rewritten contains a subquery cq, MASTRO substitutes cq
with cqDB (modulo some variable unification), and makes the rewriting process to
continue only on the remaining part of q. It can be shown that this is a drastic optimization
allowing to heavily reduce the size of the perfect rewritings.</p>
        <p>
          Notice also that perfect mappings may be obtained by simply storing the perfect
rewritings computed by MASTRO itself. In other words, the set of perfect mappings can
be considered as a memory of the previous perfect rewritings, suitably pruned according
to the first optimization described above. For further details, see [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>The MASTRO STUDIO system</title>
      <p>The base principle adopted in the design of MASTRO STUDIO is to provide a
seamless access to the ontology description and the reasoning services over it. The MASTRO
STUDIO GUI is web-based and is realized through the Drupal open source CMS
(Content Management System). Via the GUI, the user can access two different environments:
the Inspection Environment and the Reasoning Environment. The first environment
provides the user with functionalities for easily inspecting all the OBDA system
components, whereas the second one allows for invoking various reasoning services, and is
therefore tightly coupled with the underlying reasoner (cf. Figure 1).</p>
      <p>GUI inspection environment. This environment allows for three main functionalities,
each realized by a specific component: ontology inspection, mapping inspection and
data source inspection. Ontology inspection enables in-depth ontology navigation by
means of the visualization of both a graphical representation of the ontology and its
specification through the OWL functional syntax4, as well as the provision of
hypertextual descriptions of ontology elements, organized in the form of a wiki.</p>
      <p>The graphical representation of the ontology provided by MASTRO STUDIO has a
graph-like structure, similar to that of an Entity-Relationship diagram. It allows for a
gentle inspection of the ontology, accessible also to non-experts of logical and ontology
formalisms. The ontology graph is encoded into GraphML5, a standard XML-based
graph exchange format. Such encoding, besides being used as input to the inspection
environment for visualization of the ontology diagram, is transformed into OWL
functional syntax through the Translator module (cf. Figure 1), which generates the
corresponding DL-Lite axioms specified through the standard OWL functional syntax.</p>
      <p>The ontology inspection component also contains wiki-like documentation of the
ontology, provided through the use of contributed Drupal modules such as Wikitools,
Freelinking, and Flexifilter6. Moreover, a custom module has been added to the
Drupal core in order to automatically generate the wiki pages associated to the ontology.
Starting from an ontology, the module allows to create a wiki page for each concept,
role and attribute, according to a predefined template that includes some asserted
information, as well as axioms and mappings that are related to the element documented
in the page. These pages are stored through the CMS and can be manually edited by
the user in order to enrich the documentation with human-friendly information such as
textual descriptions. The documentation can be inspected through a tree-menu that
represents the hierarchies of concepts, roles and attributes as asserted in the ontology. The
Mapping inspection and the Data Source inspection components provide the ability to
inspect respectively the mapping assertions and the data sources. In particular the latter
allows the user to visualize the structure of the source relations and also to pose direct
SQL queries over it.</p>
      <p>GUI reasoning environment. The second environment is structured on the basis of the
main reasoning services provided by MASTRO STUDIO. In particular, it enables for
invoking intensional reasoning, ontology satisfiability, and query answering services. As
for intensional reasoning, the user is provided with the visualization of all
subsumptions inferred by the ontology, relying on the underlying intensional reasoning
module (cf. Figure 1). Concerning ontology satisfiability, the user can get an indication of
which axioms are contradicted by source data, and a preview of such data
(counterexamples). Furthermore, the environment allows to specify queries (in SPARQL syntax)
over the ontology and to visualize their certain answers returned by the reasoner. On
user demand, details of the rewriting process, such as the ontology-rewriting and the
mapping-rewriting, can be shown.</p>
      <p>MASTRO reasoner. It is constituted by three main modules, i.e., the query rewriting,
the consistency checking, and the intensional reasoning module.</p>
      <p>The query rewriting module realizes the query rewriting process and its
optimizations described in Section 2. In particular, the ontology rewriting sub-module receives
the user query Q from the GUI and the OWL syntax specification of the ontology as
inputs and produces Qr, which is the ontology-rewriting of Q. Qr is then passed to</p>
      <sec id="sec-3-1">
        <title>4 http://www.w3.org/TR/owl-profiles/</title>
      </sec>
      <sec id="sec-3-2">
        <title>5 http://graphml.graphdrawing.org/</title>
      </sec>
      <sec id="sec-3-3">
        <title>6 http://drupal.org/project/</title>
        <p>the mapping rewriting sub-module (cf. Figure 1), which takes as input also the
mapping specification and computes the perfect rewriting Q0SQL of Q. The module is also
in charge of pruning Q0SQL according to the first optimization described in Section 2.
The resulting query Q0S0QL is then sent to the underlying DBMS for evaluation.
Furthermore, it is also passed to the perfect mapping manager sub-module, which stores
(subject to user confirmation) the perfect mapping hQ; Q0S0QLi. Such module feeds both
the ontology and the mapping rewriting modules, that can make use of perfect mapping
assertions to “freeze” portions of the query to be rewritten (cf. Section 2).</p>
        <p>
          The intensional reasoning module realizes the intensional reasoning tasks described
in the previous section. Besides providing its result to the reasoning environment of the
GUI, it also gives the computed subsumptions as input to the query rewriting module
since such subsumptions are needed for the execution of the Presto algorithm [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ].
        </p>
        <p>Finally, the consistency checking module realizes the ontology satisfiability method
sketched in the previous section, verifying the consistency of each ontology axiom by
producing the associated query and sending it to the query rewriting module for
reformulation and evaluation. The results are returned to the GUI reasoning environment.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>S.</given-names>
            <surname>Abiteboul</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Hull</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V.</given-names>
            <surname>Vianu</surname>
          </string-name>
          .
          <source>Foundations of Databases. Addison Wesley Publ. Co.</source>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>F.</given-names>
            <surname>Baader</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Calvanese</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>McGuinness</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nardi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P. F.</given-names>
            <surname>Patel-</surname>
          </string-name>
          Schneider, editors.
          <source>The Description Logic Handbook: Theory, Implementation and Applications</source>
          . Cambridge University Press, 2nd edition,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>D.</given-names>
            <surname>Calvanese</surname>
          </string-name>
          , G. De Giacomo,
          <string-name>
            <given-names>D.</given-names>
            <surname>Lembo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lenzerini</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Rosati</surname>
          </string-name>
          . EQL-Lite:
          <article-title>Effective first-order query processing in description logics</article-title>
          .
          <source>In Proc. of IJCAI</source>
          <year>2007</year>
          , pages
          <fpage>274</fpage>
          -
          <lpage>279</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>D.</given-names>
            <surname>Calvanese</surname>
          </string-name>
          , G. De Giacomo,
          <string-name>
            <given-names>D.</given-names>
            <surname>Lembo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lenzerini</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Rosati</surname>
          </string-name>
          .
          <article-title>Tractable reasoning and efficient query answering in description logics: The DL-Lite family</article-title>
          .
          <source>J. of Automated Reasoning</source>
          ,
          <volume>39</volume>
          (
          <issue>3</issue>
          ):
          <fpage>385</fpage>
          -
          <lpage>429</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>G. De Giacomo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Lembo</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Lenzerini</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Poggi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Rosati</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Ruzzi</surname>
            , and
            <given-names>D. F.</given-names>
          </string-name>
          <string-name>
            <surname>Savo</surname>
          </string-name>
          .
          <article-title>Mastro: A reasoner for effective ontology-based data access</article-title>
          .
          <source>In Proc. of ORE-2012</source>
          , volume
          <volume>858</volume>
          <source>of CEUR, ceur-ws.org</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>F.</given-names>
            <surname>Di Pinto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Lembo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lenzerini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Mancini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Poggi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Rosati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ruzzi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D. F.</given-names>
            <surname>Savo</surname>
          </string-name>
          .
          <article-title>Optimizing query rewriting in ontology-based data access</article-title>
          .
          <source>In Proc. of EDBT</source>
          <year>2013</year>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>M.</given-names>
            <surname>Lenzerini</surname>
          </string-name>
          .
          <article-title>Data integration: A theoretical perspective</article-title>
          .
          <source>In Proc. of PODS</source>
          <year>2002</year>
          , pages
          <fpage>233</fpage>
          -
          <lpage>246</lpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>H.</given-names>
            <surname>Pe</surname>
          </string-name>
          <article-title>´rez-</article-title>
          <string-name>
            <surname>Urbina</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Motik</surname>
            ,
            <given-names>and I. Horrocks.</given-names>
          </string-name>
          <article-title>A comparison of query rewriting techniques for DL-lite</article-title>
          .
          <source>In Proc. of DL</source>
          <year>2009</year>
          , volume
          <volume>477</volume>
          <source>of CEUR, ceur-ws.org</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>A.</given-names>
            <surname>Poggi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Lembo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Calvanese</surname>
          </string-name>
          , G. De Giacomo,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lenzerini</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Rosati</surname>
          </string-name>
          .
          <article-title>Linking data to ontologies</article-title>
          .
          <source>J. on Data Semantics</source>
          , X:
          <fpage>133</fpage>
          -
          <lpage>173</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. M.
          <string-name>
            <surname>Rodriguez-Muro</surname>
            and
            <given-names>D. Calvanese.</given-names>
          </string-name>
          <article-title>High performance query answering over DL-Lite ontologies</article-title>
          .
          <source>In Proc. of KR</source>
          <year>2012</year>
          , pages
          <fpage>308</fpage>
          -
          <lpage>318</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>R.</given-names>
            <surname>Rosati</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Almatelli</surname>
          </string-name>
          .
          <article-title>Improving query answering over DL-Lite ontologies</article-title>
          .
          <source>In Proc. of KR</source>
          <year>2010</year>
          , pages
          <fpage>290</fpage>
          -
          <lpage>300</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12. T. Venetis, G. Stoilos, and
          <string-name>
            <given-names>G. B.</given-names>
            <surname>Stamou</surname>
          </string-name>
          .
          <article-title>Incremental query rewriting for OWL 2 QL</article-title>
          .
          <source>In Proc. of DL</source>
          <year>2012</year>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>