<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main"></title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Sabiha</forename><surname>Tahrat</surname></persName>
							<email>sabiha.tahrat@parisdescartes.fr</email>
							<affiliation key="aff0">
								<orgName type="institution">Université de Paris</orgName>
								<address>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">German</forename><surname>Braun</surname></persName>
							<email>german.braun@fi.uncoma.edu.ar</email>
							<affiliation key="aff1">
								<orgName type="institution">Universidad Nacional del Comahue</orgName>
								<address>
									<country key="AR">Argentina</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Alessandro</forename><surname>Artale</surname></persName>
							<email>artale@inf.unibz.it</email>
							<affiliation key="aff2">
								<orgName type="institution">Free Univ. of Bolzano</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Marco</forename><surname>Gario</surname></persName>
							<email>marco.gario@gmail.com</email>
							<affiliation key="aff2">
								<orgName type="institution">Free Univ. of Bolzano</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Ana</forename><surname>Ozaki</surname></persName>
							<email>ana.ozaki@uib.no</email>
							<affiliation key="aff3">
								<orgName type="institution">University of Bergen</orgName>
								<address>
									<country key="NO">Norway</country>
								</address>
							</affiliation>
						</author>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">7E95BE73686295B6BAABE3EFAE98CCCF</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T21:45+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>We investigate the practical feasibility of automated reasoning over temporal DL-Lite (TDL-Lite) knowledge bases (KBs) <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b14">15,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b1">2,</ref><ref type="bibr" target="#b2">3]</ref>. By 'TDL-Lite', we consider here the T F P X DL-Lite N bool logic [2], the most expressive decidable language of the DL-Lite family combined with Linear Temporal Logic (LTL). The key idea is to map a TDL-Lite KB-a set of TBox and ABox axioms-into an equisatisfiable LTL formula by applying the translation described in <ref type="bibr" target="#b1">[2]</ref>. TDL-Lite admits both past and future operators interpreted over Z while LTL reasoners often can deal with only future operators interpreted over N. Thus, we present a translation removing past operators that retains formula satisfiability (Gabbay <ref type="bibr" target="#b9">[10]</ref> showed that past temporal modalities do not add expressive power, and recently Markis <ref type="bibr" target="#b15">[16]</ref> presented an algorithm preserving formula equivalence where the obtained pure-future formulas have an exponential blow-up in size). Since we are interested in preserving satisfiability, we provide a linear in size translation that removes past operators from a TDL-Lite knowledge base, thus obtaining an equi-satisfiable pure-future LTL formula. The result is stated in the following theorem, which is more generally formulated in terms of LTL formulas (where LTL P denotes LTL extended with past operators and interpreted over Z).</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Theorem 1. Let ϕ be a LTL P formula, then, ϕ is satisfiable iff its LTL translation ϕ N is satisfiable. The size of ϕ N grows linearly w.r.t |ϕ|.</p><p>Since the above translation comes at the cost of increasing the number of propositional variables, we also introduce the simpler logic, called T N DL-Lite, that allows for temporal formulas with only future temporal operators, interpreted over N. Using such a weaker language allows us to evaluate the impact of past operators on the runtime efficiency of reasoners when checking for satisfiability.</p><p>The complexity of reasoning over TDL-Lite KBs is known to be PSpacecomplete <ref type="bibr" target="#b1">[2]</ref>. To put these results in practice, we provide a tool, named crowd-ER VT  5 , which is a non-trivial extension of crowd <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b5">6]</ref>. Our tool allows users to draw temporal conceptual schemas and populate them with timestamped instances, which are translated into TDL-Lite KBs and, ultimately, into LTL formulas that can be checked for satisfiability and entailment using existing off-the-shelf LTL  <ref type="bibr" target="#b17">[18,</ref><ref type="bibr" target="#b6">7,</ref><ref type="bibr" target="#b11">12,</ref><ref type="bibr" target="#b13">14,</ref><ref type="bibr" target="#b16">17]</ref>. We conduct experiments to evaluate the scalability of reasoners by randomly generating TDL-Lite TBoxes. We also devise a toy scenario to evaluate the performance of reasoners with ABoxes of increasing size.</p><p>Toy Scenario Experiment. In the chosen "toy scenario" a TDL-Lite TBox is paired with various ABoxes of different sizes varying from 20 to 50 assertions (distributed over different time points), which may yield either satisfiable (SAT) or unsatisfiable (UNSAT) KBs. The following example illustrates such a scenario with an ABox that is unsatisfiable w.r.t. the given TBox. Example 1. Let K = (T , A), where T is a TDL-Lite TBox expressing that, at each point in time, a person has a unique Name which is also global (i.e., does not change over time), but the ABox A (0 and 1 are timestamps denoting when the assertions hold) violates the fact that p 1 's name is functional and global:</p><formula xml:id="formula_0">T = {Person ≥ 1 Name, Person ¬ ≥ 2 Name} A = {Person(p 1 , 0), Name(p 1 , n 1 , 0), Name(p 1 , n 2 , 1)}</formula><p>Depending on the different sizes of the tested ABoxes, the number of propositional variables in the resulting LTL formulas translating the TDL-Lite KBs of the "toy scenario" ranges from 180 to 2336 variables. The results shown in Fig. <ref type="figure">1</ref> in the form of 'heat maps' <ref type="bibr" target="#b12">[13]</ref> represent the runtime of the KB satisfiability checking for increasing ABox sizes (in columns) and different solvers (in lines). Solvers had better performances over SAT instances compared to UN-SAT ones, except TRP ++ and pltl, which fail to scale already over small ABoxes. Moreover, NuXMV-SBMC fails regardless the size of the model in UNSAT cases. Overall, the best options for SAT and UNSAT cases were NuXMV with BMC and IC3, respectively. Aalta performs well but only when the LTL input formula does not exceed 1200 propositional variables.</p><p>Randomly Generated TBoxes. In a second experiment, we investigate the scalability of the reasoners over synthetic TBoxes (no ABoxes in this experiment) by extending the random algorithm proposed for LTL <ref type="bibr" target="#b7">[8]</ref>. We benchmarked our tool against TBoxes (mostly SAT) generated randomly according to the Fig. <ref type="figure">2</ref>: Heat map of the runtimes on randomly generated TBoxes (colors as in Fig. <ref type="figure">1</ref>).</p><p>following settings: (i) the average-behaviour analysis which covers TDL-Lite TBoxes in a uniform way (see the full paper <ref type="bibr" target="#b18">[19]</ref> for more details); and (ii) the temporal-behaviour analysis which increases the chance of generating TBoxes with temporal operators and global roles. For the temporal-behaviour analysis (see Fig. <ref type="figure">2</ref>), we create batches of 20 random TBoxes with the following parameters: N = 1, 3, 5 (number of concept names), Q = 5 (maximum cardinality), L t = 10 (number of TBox axioms). L c = 5, 10 (length of concept expressions), and by increasing the probability P t of generating temporal operators and the probability P g of generating global roles. Fig. <ref type="figure">2</ref> shows the runtime for different values of N against LTL solvers that performed well in the toy scenario, namely, NuXMV-SBMC, Aalta, and NuXMV-IC3. For each value of N , the first two columns consider P g = 0.7 and two values for P t = 0.1, 0.9, while the last two columns consider P g = 0.9 and again P t = 0.1, 0.9. For each solver, the first line is the case where L c = 5, while the second has L c = 10. Due to the increase in the number of variables when removing the past operators, as expected solvers perform better on TBoxes expressed with only future operators (i.e., on T N DL-Lite TBoxes) as shown on Lines 3, 4 and 5, with the BMC option performing better than IC3. Increasing P t does not significantly impact the runtime values. This indicates that LTL solvers are less affected by the number of temporal operators than by the number of variables in the formula. For more detail see the full version of the paper <ref type="bibr" target="#b18">[19]</ref>. Conclusions. This work investigate the scalability and robustness of LTL solvers while checking TDL-Lite KBs for satisfiability. Two major culprits in the runtime of solvers are the size of the ABox and the presence of past operators. The increase in the number of propositional variables when removing past opertors penalizes the runtime of the solvers. Concerning ABoxes, the preliminary results show that a brute force approach makes reasoning in the presence of ABoxes almost unfeasable. As a future work, we plan to investigate reasoners able to scale in the presence of ABoxes. We will experiment with first-order temporal logic solvers to avoid the step of grounding the translation, making the number of propositional variables of the resulting LTL encoding not manageable. Furthermore, we plan to extend to the temporal case the existing ABox abstraction approaches which are successfully applied over OWL ontologies <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b10">11]</ref>.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>Heat maps with TBox from Ex. 1. Each rectangle represents the runtime in CPU seconds of SAT and UNSAT KBs with different ABox sizes on different LTL solvers. The runtimes colours are as follows: ≤ 16 sec &gt; 16 sec, ≤ 32 sec &gt; 32 sec, ≤ 64 sec &gt; 64 sec, ≤ 125 sec &gt; 125 sec, ≤ 250 sec &gt; 250 sec, ≤ 500 sec &gt; 500 sec, ≤ 1000 sec T/O, OoM or Fail reasoners</figDesc><table><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>SAT</cell><cell>UNSAT</cell></row><row><cell></cell><cell></cell><cell></cell><cell>Aalta</cell><cell></cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="2">pltl (graph)</cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="2">pltl (tree)</cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="2">NuXMV-BDD</cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="2">NuXMV-SBMC 60</cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="2">NuXMV-SBMC 20</cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="2">NuXMV-IC3</cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="2">TRP ++ (BFS)</cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="2">TRP ++ (DFS)</cell><cell></cell></row><row><cell cols="2">Fig. 1: &lt; 0.01 sec</cell><cell cols="5">&gt; 0.01 sec, ≤ 0.25 sec &gt; 0.25 sec, ≤ 0.50 sec &gt; 0.50 sec, ≤</cell><cell>1 sec &gt;</cell><cell>1 sec, ≤</cell><cell>2 sec</cell></row><row><cell>&gt;</cell><cell>2 sec, ≤</cell><cell>4 sec &gt;</cell><cell>4 sec, ≤</cell><cell>8 sec &gt;</cell><cell>8 sec,</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Temporal description logics</title>
		<author>
			<persName><forename type="first">A</forename><surname>Artale</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Franconi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Handbook of Temporal Reasoning in Artificial Intelligence</title>
				<imprint>
			<publisher>Elsevier</publisher>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="375" to="388" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">A cookbook for temporal conceptual data modelling with description logics</title>
		<author>
			<persName><forename type="first">A</forename><surname>Artale</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Kontchakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Ryzhikov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zakharyaschev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Trans. Comput. Log</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page">50</biblScope>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Do you need infinite time?</title>
		<author>
			<persName><forename type="first">A</forename><surname>Artale</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mazzullo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ozaki</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IJCAI</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">LTL over description logic axioms</title>
		<author>
			<persName><forename type="first">F</forename><surname>Baader</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ghilardi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Trans. Comput. Log</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="issue">3</biblScope>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Taking advantages of automated reasoning in visual ontology engineering environments</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">A</forename><surname>Braun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">A</forename><surname>Cecchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">R</forename><surname>Fillottrani</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the Joint Ontology Workshops 2019 Episode V: The Styrian Autumn of Ontology (JOWO&apos;19)</title>
				<meeting>of the Joint Ontology Workshops 2019 Episode V: The Styrian Autumn of Ontology (JOWO&apos;19)</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">crowd: A visual tool for involving stakeholders into ontology engineering tasks</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">A</forename><surname>Braun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gimenez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">A</forename><surname>Cecchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">R</forename><surname>Fillottrani</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Künstl Intell</title>
		<imprint>
			<date type="published" when="2020">2020. 2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">The NuXMV symbolic model checker</title>
		<author>
			<persName><forename type="first">R</forename><surname>Cavada</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Cimatti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dorigatti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Griggio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mariotti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Micheli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mover</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Roveri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Tonetta</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">26th Int. Conf. on Computer Aided Verification</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<meeting><address><addrLine>CAV)</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="volume">8559</biblScope>
			<biblScope unit="page" from="334" to="342" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Improved automata generation for linear temporal logic</title>
		<author>
			<persName><forename type="first">M</forename><surname>Daniele</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Giunchiglia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">Y</forename><surname>Vardi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">CAV</title>
		<imprint>
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Querying linked ontological data through distributed summarization</title>
		<author>
			<persName><forename type="first">A</forename><surname>Fokoue</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Meneguzzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sensoy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">Z</forename><surname>Pan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Twenty-Sixth AAAI Conference on Artificial Intelligence</title>
				<editor>
			<persName><forename type="first">J</forename><surname>Hoffmann</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Selman</surname></persName>
		</editor>
		<meeting>the Twenty-Sixth AAAI Conference on Artificial Intelligence</meeting>
		<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">On the temporal analysis of fairness</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">M</forename><surname>Gabbay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Pnueli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Shelah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Stavi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Conference Record of the 7th ACM Symposium on Principles of Programming Languages (POPL&apos;80)</title>
				<imprint>
			<publisher>ACM Press</publisher>
			<date type="published" when="1980">1980</date>
			<biblScope unit="page" from="163" to="173" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Scalable reasoning by abstraction beyond DL-Lite</title>
		<author>
			<persName><forename type="first">B</forename><surname>Glimm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Kazakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Tran</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Web Reasoning and Rule Systems (RR) -Proceedings of the 10th International Conference</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">M</forename><surname>Ortiz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Schlobach</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2016">9898. 2016</date>
			<biblScope unit="page" from="77" to="93" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">TRP++2.0: A temporal resolution prover</title>
		<author>
			<persName><forename type="first">U</forename><surname>Hustadt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Konev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Automated Deduction -CADE-19, 19th International Conference on Automated Deduction, Proceedings</title>
				<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="274" to="278" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Theorem proving for metric temporal logic over the naturals</title>
		<author>
			<persName><forename type="first">U</forename><surname>Hustadt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ozaki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Dixon</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">CADE</title>
		<imprint>
			<biblScope unit="page" from="326" to="343" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Sat-based explicit LTL reasoning and its application to satisfiability checking</title>
		<author>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Pu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">Y</forename><surname>Vardi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Formal Methods Syst. Des</title>
		<imprint>
			<biblScope unit="volume">54</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="164" to="190" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Temporal description logics: A survey</title>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wolter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zakharyaschev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 15th Int. Symposium on Temporal Representation and Reasoning, TIME&apos;08</title>
				<meeting>of the 15th Int. Symposium on Temporal Representation and Reasoning, TIME&apos;08</meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="3" to="14" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Temporal logic with past is exponentially more succinct</title>
		<author>
			<persName><forename type="first">N</forename><surname>Markey</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Bulletin of the EATCS</title>
		<imprint>
			<biblScope unit="volume">79</biblScope>
			<biblScope unit="page" from="122" to="128" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Extracting unsatisfiable cores for LTL via temporal resolution</title>
		<author>
			<persName><forename type="first">V</forename><surname>Schuppan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">20th International Symposium on Temporal Representation and Reasoning</title>
				<editor>
			<persName><forename type="first">C</forename><surname>Sánchez</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><forename type="middle">B</forename><surname>Venable</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Zimányi</surname></persName>
		</editor>
		<meeting><address><addrLine>Pensacola, FL, USA</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2013-09-26">2013. September 26-28, 2013. 2013</date>
			<biblScope unit="page" from="54" to="61" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">A new one-pass tableau calculus for PLTL</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schwendimann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Automated Reasoning with Analytic Tableaux and Related Methods</title>
				<editor>
			<persName><forename type="first">H</forename><surname>De Swart</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1998">1998</date>
			<biblScope unit="page" from="277" to="291" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<title level="m" type="main">Automated reasoning in temporal DLite</title>
		<author>
			<persName><forename type="first">S</forename><surname>Tahrat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Braun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Artale</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gario</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ozaki</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
	<note>arXiv, To be done</note>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
