<!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>Interval Temporal Description Logics?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>A. Artale</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>R. Kontchakov</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>V. Ryzhikov</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>M. Zakharyaschev</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science and Information Systems Birkbeck, University of London</institution>
          ,
          <country country="UK">U.K</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Faculty of Computer Science, Free University of Bozen-Bolzano</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper, we construct a combination HS-LitehHorn of the Halpern-Shoham interval temporal logic HS [15] with the description logic DL-LitehHorn [12, 1], which is a Horn extension of the standard language OWL 2 QL. The temporal operators of HS are of the form hRi (`diamond') and [R] (`box'), where R is one of Allen's interval relations After, Begins, Ends, During, Later, Overlaps and their inverses (A, B, E, D, L, O). The propositional variables of HS are interpreted by sets of closed intervals [i; j] of some ow of time (e.g., Z, R), and a formula hRi' ([R]') is regarded to be true in [i; j] i ' is true in some (respectively, all) interval(s) [i0; j0] such that [i; j]R[i0; j0] in Allen's interval algebra. In HS-LitehHorn, we represent temporal data by means of assertions such as SummerSchool(RW; t1; t2) and teaches(US; DL; s1; s2), which say that RW is a summer school that takes place in the time interval [t1; t2] and US teaches DL in the time interval [s1; s2]. Note that temporal databases store data in a similar format [17]. Temporal concept and role inclusions are used to impose constraints on the data and introduce new concepts and roles. For example, AdvCourse u hDiMorningSession v ? says that advanced courses are not given in the morning sessions described by hBiLectureDay u hAiLunch v MorningSession; teaches v [D]teaches claims that the role teaches is downward hereditary (or stative) in the sense that if it holds in some interval then it also holds in all of its sub-intervals; [D](hOiteaches t hDiteaches) u hBiteaches u hEiteaches v teaches, on the contrary, states that teaches is coalesced (or upward hereditary). The inclusions teaches v [D]teaches and [D](hOiteaches t hDiteaches) v teaches ensure that teaches is both upward and downward hereditary. On the other hand, `rising stock market' and `high average speed' are typical examples of concepts that are not downward hereditary; for a discussion of these notions see [6, 21, 18]. Although the complexity of full HS-LitehHorn remains unknown, in this paper we de ne two fragments, HS-LitehHo=rnat and HS-LitehHo[rGn], where satis ability and instance checking are P-complete for both combined and data complexity. Our interest in tractable description logics with interval temporal operators is motivated by possible applications in ontology-based data access (OBDA) [12] to temporal databases. In this context, we naturally require reasonably expressive yet tractable ontology and query languages with temporal constructs (although</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Introduction
? This extended abstract is an abridged version of [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] presented at AAAI 2015.
some authors advocate the use of standard atemporal OWL 2 QL with temporal
queries [
        <xref ref-type="bibr" rid="ref16 ref7">16, 7</xref>
        ]). Our choice of HS as the temporal component of HS-LitehHorn
is explained by the fact that modern temporal databases adopt the (downward
hereditary) interval-based model of time [
        <xref ref-type="bibr" rid="ref13 ref17">17, 13</xref>
        ] and use coalescing to group time
points into intervals [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. We show that, unfortunately, the logics HS-LitehHo=rnat
and HS-LitehHo[rGn] cannot guarantee rst-order rewritability of even atomic queries,
though we conjecture that datalog rewritings are possible.
2
      </p>
      <p>Description Logic HS -LitehHorn
The language of HS-LitehHorn contains individual names a0; a1; : : : , concept names
A0; A1; : : : , and role names P0; P1; : : : . Basic roles R, basic concepts B, temporal
roles S and temporal concepts C are given by the grammar</p>
      <p>R ::=
S ::=</p>
      <p>Pk j
R j [R]S</p>
      <p>Pk ;
j hRiS;</p>
      <p>B ::=
C ::=</p>
      <p>Ak j 9R;
B j [R]C
j hRiC;
where R is one of Allen's interval relations or the universal relation G. Over the
closed intervals [i; j] = fn 2 Z j i n jg, for i j, we set:
{ [i; j]A[i0; j0]
{ [i; j]B[i0; j0]
{ [i; j]E[i0; j0]
{ [i; j]D[i0; j0]
{ [i; j]L[i0; j0]
{ [i; j]O[i0; j0]
i
i
i
i
i
i
j = i0,
i = i0 and j j0,
i i0 and j = j0,
i i0 and j0 j,
j i0,
i i0 j j0
(After)
(Begins)</p>
      <p>(Ends)
(During)</p>
      <p>(Later)
(Overlaps)
and de ne their inverses in the standard way. Note that we allow single-point
intervals [i; i] and use non-strict instead of the more common &lt; (in fact, one
can show that the use of &lt; would make reasoning non-tractable). An HS-LitehHorn
TBox is a nite set of concept and role inclusions and disjointness constraints of
the form</p>
      <p>C1 u
C1 u
u Ck v C+;
u Ck v ?;</p>
      <p>S1 u
S1 u
u Sk v S+;
u Sk v ?;
where C+; R+ denote temporal concepts and roles without diamond operators
hRi. An HS-LitehHorn ABox is a nite set of atoms of the form Ak(a; i; j) and
Pk(a; b; i; j) in which temporal constants i j are given in binary. An HS-LitehHorn
knowledge base (KB) is a pair K = (T ; A), where T is a TBox and A an ABox.</p>
      <p>An HS-LitehHorn interpretation, I, consists of a family of standard (atemporal)
DL interpretations I[i; j] = ( I ; I[i;j]), for all i; j 2 Z with i j, in which</p>
      <p>I 6= ;, akI[i;j] = akI for some ( xed) akI 2 I , AkI[i;j] I and PkI[i;j] I I .
The role and concept constructs are interpreted in I as follows:
(Pk )I[i;j] =
([R]S)I[i;j] =
(x; y) j (y; x) 2 PkI[i;j] ;
\ SI[i0;j0];</p>
      <p>(9R)I[i;j] =
([R]C)I[i;j] =
x j (x; y) 2 RI[i;j] ;
\ CI[i0;j0]
[i;j]R[i0;j0]
[i;j]R[i0;j0]
and dually for the `diamond' operators hRi.</p>
      <p>The satisfaction relation j= is de ned by taking:</p>
      <p>I j= A(a; i; j) i
I j= P (a; b; i; j) i
I j= dk Ck v C</p>
      <p>i
I j= dk Sk v S i
aI 2 AI[i;j];
(aI ; bI ) 2 P I[i;j];
Tk CkI[i;j]
Tk SkI[i;j]</p>
    </sec>
    <sec id="sec-2">
      <title>CI[i;j]; for all intervals [i; j];</title>
    </sec>
    <sec id="sec-3">
      <title>SI[i;j]; for all intervals [i; j];</title>
      <p>and similarly for disjointness constraints. Note that concept and role inclusions
as well as disjointness constraints are interpreted globally. For a TBox inclusion
or an ABox assertion , we write K j= if I j= , for all models I of K.
3</p>
      <p>
        Propositional HS horn is Tractable
Denote by HShorn the fragment of HS-LitehHorn without role names and with
ABoxes that contain a single individual name. TBoxes in this restricted language
can be regarded as Horn formulas of the propositional interval temporal logic
HS, which is notorious for its nasty computational behaviour; for results on the
(un)decidability of various fragments of HS, see, e.g., [
        <xref ref-type="bibr" rid="ref10 ref11 ref14 ref19 ref8 ref9">14, 10, 9, 8, 19, 11, 20</xref>
        ]. The
designed logic HShorn appears to be the rst tractable fragment of HS:
Theorem 1. HShorn is P-complete for both combined and data complexity.
      </p>
      <p>Membership in P follows from the polynomial canonical model and P-hardness
for (data) complexity is by reduction of the monotone circuit value problem.</p>
      <p>So far, we have managed to lift this result to two proper interval temporal
description logics, both of which are fragments of HS-LitehHorn.
4</p>
      <p>Tractability of HS -LitehHo=rnat and
HS -LitehHo[rGn]
The rst fragment, denoted HS-LitehHo=rnat, only allows those HS-LitehHorn TBoxes
that are at in the sense that their concept inclusions do not contain 9R on
the right-hand side. Our second fragment, denoted HS-LitehHo[rGn], allows only the
operator [G] in the de nition of temporal roles S (with no restrictions imposed
on temporal concepts). Thus, unlike HS-LitehHo=rnat, the fragment HS-LitehHo[rGn]
contains full DL-LitehHorn.</p>
      <p>Theorem 2. (i ) The satis ability problem for HS-LitehHo=rnat and HS-LitehHo[rGn]
KBs is P-complete for combined complexity.</p>
      <p>(ii ) Instance checking for HS-LitehHo=rnat and HS-LitehHo[rGn] is P-complete for
data complexity.</p>
      <p>
        This result contrasts with the lower data complexity (AC0 and NC1) of
instance checking with point-based temporal DL-Lite [
        <xref ref-type="bibr" rid="ref2 ref3 ref5">5, 3, 2</xref>
        ].
      </p>
      <p>In view of Theorem 2 (ii ), the temporal ontology languages HS-LitehHo=rnat and
HS-LitehHo[rGn] cannot guarantee rst-order rewritability of even atomic queries,
though we believe that datalog rewritings are possible. We leave the query
rewritability issues, in particular, the design of DL-LitecHore-based fragments
supporting rst-order rewritability as well as temporal extensions of the OWL 2 EL
and OWL 2 RL pro les of OWL 2 for future research.
20. Montanari, A., Puppis, G., Sala, P.: Decidability of the interval temporal logic
AABB over the rationals. In: Proc. MFCS 2014. LNCS, vol. 8634, pp. 451{463.</p>
      <p>Springer (2014)
21. Terenziani, P., Snodgrass, R.T.: Reconciling point-based and interval-based
semantics in temporal relational databases: A treatment of the Telic/Atelic distinction.
IEEE Transactions on Knowledge and Data Engineering 16(5), 540{551 (2004)</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Artale</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Calvanese</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kontchakov</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zakharyaschev</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The DL-Lite family and relations</article-title>
          .
          <source>Journal of Arti cial Intelligence Research (JAIR) 36</source>
          ,
          <issue>1</issue>
          {
          <fpage>69</fpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Artale</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kontchakov</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovtunova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ryzhikov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zakharyaschev</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>First-order rewritability of temporal ontology-mediated queries</article-title>
          .
          <source>In: Proc. IJCAI</source>
          <year>2015</year>
          . AAAI (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Artale</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kontchakov</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovtunova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ryzhikov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zakharyaschev</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Temporal OBDA with LTL and DL-Lite</article-title>
          .
          <source>In: Proc. DL</source>
          <year>2014</year>
          .
          <article-title>CEUR-WS</article-title>
          , vol.
          <volume>1193</volume>
          , pp.
          <volume>21</volume>
          {
          <fpage>32</fpage>
          . (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Artale</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kontchakov</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ryzhikov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zakharyaschev</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Tractable interval temporal propositional and description logics</article-title>
          .
          <source>In: Proc. AAAI</source>
          <year>2015</year>
          .
          <article-title>(</article-title>
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Artale</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kontchakov</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zakharyaschev</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Temporal description logic for ontology-based data access</article-title>
          .
          <source>In: Proc. IJCAI</source>
          <year>2013</year>
          . pp.
          <volume>711</volume>
          {
          <fpage>717</fpage>
          . IJCAI/AAAI (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6. Bohlen,
          <string-name>
            <given-names>M.H.</given-names>
            ,
            <surname>Snodgrass</surname>
          </string-name>
          , R.T.,
          <string-name>
            <surname>Soo</surname>
          </string-name>
          , M.D.:
          <article-title>Coalescing in temporal databases</article-title>
          .
          <source>In: Proc. VLDB'96</source>
          . pp.
          <volume>180</volume>
          {
          <fpage>191</fpage>
          . Morgan Kaufmann (
          <year>1996</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Borgwardt</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Lippmann,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Thost</surname>
          </string-name>
          ,
          <string-name>
            <surname>V.</surname>
          </string-name>
          :
          <article-title>Temporal query answering in the description logic DL-Lite</article-title>
          .
          <source>In: Proc. FroCoS</source>
          <year>2013</year>
          . LNCS, vol.
          <volume>8152</volume>
          , pp.
          <volume>165</volume>
          {
          <fpage>180</fpage>
          . Springer (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Bresolin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Della</given-names>
            <surname>Monica</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Goranko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Montanari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Sciavicco</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          :
          <article-title>The dark side of interval temporal logic: marking the undecidability border</article-title>
          .
          <source>Annals of Mathematics and Arti cial Intelligence</source>
          <volume>71</volume>
          (
          <issue>1</issue>
          {3),
          <volume>41</volume>
          {
          <fpage>83</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Bresolin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Della</given-names>
            <surname>Monica</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Montanari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Sala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Sciavicco</surname>
          </string-name>
          , G.:
          <article-title>Interval temporal logics over nite linear orders: the complete picture</article-title>
          .
          <source>In: Proc. ECAI 2012</source>
          . pp.
          <volume>199</volume>
          {
          <fpage>204</fpage>
          . IOS Press (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Bresolin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Della</given-names>
            <surname>Monica</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Montanari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Sala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Sciavicco</surname>
          </string-name>
          , G.:
          <article-title>Interval temporal logics over strongly discrete linear orders: the complete picture</article-title>
          .
          <source>In: Proc. GandALF</source>
          <year>2012</year>
          . EPTCS, vol.
          <volume>96</volume>
          , pp.
          <volume>155</volume>
          {
          <issue>168</issue>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Bresolin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Della</given-names>
            <surname>Monica</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Montanari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Sciavicco</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          :
          <article-title>The light side of interval temporal logic: the Bernays-Schon nkel fragment of CDT</article-title>
          .
          <source>Annals of Mathematics and Arti cial Intelligence</source>
          <volume>71</volume>
          (
          <issue>1</issue>
          {3),
          <volume>11</volume>
          {
          <fpage>39</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Calvanese</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Giacomo</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lembo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lenzerini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosati</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Tractable reasoning and e cient query answering in description logics: The DL-Lite family</article-title>
          .
          <source>Journal of Automated Reasoning</source>
          <volume>39</volume>
          (
          <issue>3</issue>
          ),
          <volume>385</volume>
          {
          <fpage>429</fpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Date</surname>
            ,
            <given-names>C.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Darwen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lorentzos</surname>
            ,
            <given-names>N:</given-names>
          </string-name>
          <article-title>Temporal data and the relational model</article-title>
          .
          <source>Elsevier</source>
          . (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>D.</given-names>
            <surname>Gabbay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kurucz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Wolter</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Zakharyaschev</surname>
          </string-name>
          .
          <article-title>Many-dimensional modal logics: theory and applications</article-title>
          .
          <source>Studies in Logic. Elsevier</source>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Halpern</surname>
            ,
            <given-names>J.Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shoham</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>A propositional modal logic of time intervals</article-title>
          .
          <source>Journal of the ACM</source>
          <volume>38</volume>
          (
          <issue>4</issue>
          ),
          <volume>935</volume>
          {
          <fpage>962</fpage>
          (
          <year>1991</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Klarman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Practical querying of temporal data via OWL 2 QL and SQL:2011</article-title>
          . In: Short
          <source>Papers Proc. LPAR</source>
          <year>2013</year>
          .
          <source>EPiC Series 26</source>
          , pp.
          <volume>52</volume>
          {
          <fpage>61</fpage>
          .
          <string-name>
            <surname>Easychair</surname>
          </string-name>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Kulkarni</surname>
            ,
            <given-names>K.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Michels</surname>
            ,
            <given-names>J.E.</given-names>
          </string-name>
          :
          <article-title>Temporal features in SQL:2011</article-title>
          . SIGMOD Record
          <volume>41</volume>
          (
          <issue>3</issue>
          ),
          <volume>34</volume>
          {
          <fpage>43</fpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Leo</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parsia</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          :
          <article-title>Temporalising EL concepts with time intervals</article-title>
          .
          <source>In: Proc. DL. CEUR-WS</source>
          , vol.
          <volume>1193</volume>
          , pp.
          <volume>620</volume>
          {
          <fpage>632</fpage>
          . (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Marcinkowski</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Michaliszyn</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>The undecidability of the logic of subintervals</article-title>
          .
          <source>Fundamenta Informaticae</source>
          <volume>131</volume>
          (
          <issue>2</issue>
          ),
          <volume>217</volume>
          {
          <fpage>240</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>