<?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">Integration of the TPTPWorld into SigmaKEE</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Steven</forename><surname>Trac</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Miami</orgName>
								<address>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Geoff</forename><surname>Sutcliffe</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Miami</orgName>
								<address>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Adam</forename><surname>Pease</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">Articulate Software</orgName>
								<address>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Integration of the TPTPWorld into SigmaKEE</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">0C2434A59D52A06B210B5A62AA7A4189</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T09:32+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>This paper describes the integration of the ATP support of the TPTPWorld into the Sigma Knowledge Engineering Environment. The result is an interactive knowledge based reasoning environment, with strong knowledge management features, and access to modern state of the art ATP systems for reasoning over knowledge bases.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>The Knowledge Based Reasoning (KBR) community within the field of Artificial Intelligence has long conducted logical reasoning for decision support, planning and many similar applications <ref type="bibr" target="#b7">[8]</ref>. Much of this has been done in the context of specialized logics and knowledge representation schemes, e.g., <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b5">6]</ref>. The Automated Theorem Proving (ATP) community has grown more out of mathematical disciplines, and its applications have tended to be in that realm using classical first-order logic, e.g., <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b0">1]</ref>. While the various uses of SNARK <ref type="bibr" target="#b19">[20]</ref>, e.g., <ref type="bibr" target="#b20">[21,</ref><ref type="bibr" target="#b30">31]</ref>, are notable exceptions, and several reasoning frameworks have been designed and implemented with a focus on large KBR, e.g., <ref type="bibr" target="#b16">[17,</ref><ref type="bibr" target="#b10">11,</ref><ref type="bibr" target="#b28">29]</ref>, there has not been a lot of use of general purpose classical ATP in KBR. This work brings together the KBR tool SigmaKEE and the ATP support of the TPTPWorld. The Sigma Knowledge Engineering Environment (SigmaKEE) <ref type="bibr" target="#b13">[14]</ref> provides a mature platform for browsing and querying a knowledge base, often the Suggested Upper Merged Ontology (SUMO) <ref type="bibr" target="#b12">[13]</ref>. The TPTPWorld provides well established standards, systems, and tools for first-order reasoning, stemming from the Thousands of Problems for Theorem Provers (TPTP) problem library <ref type="bibr" target="#b24">[25]</ref>. While SigmaKEE has strong knowledge management features, it lacks the reasoning capabilities found in state of the art ATP systems. Conversely, while modern ATP systems are capable of proving hard theorems, they have limited features for interfacing with users of large knowledge bases. The integration of the TPTPWorld into SigmaKEE forms an interactive KBR environment, with strong knowledge management features, and access to modern state of the art ATP systems for reasoning over knowledge bases.</p><p>This paper is organized as follows: Sections 2 and 3 provide the necessary background about SigmaKEE and the TPTPWorld. Section 4 describes their integration, including extensions added to meet the needs of SigmaKEE users. Section 5 shows a sample use of the integrated system.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">SigmaKEE</head><p>The Sigma Knowledge Engineering Environment (SigmaKEE) is a KBR environment for developing and using logical theories. It was created to support the Suggested Upper Merged Ontology (SUMO), which is written in a variant of the Knowledge Interchange Format (KIF) language <ref type="bibr" target="#b6">[7]</ref> called Standard Upper Ontology Knowledge Interchange Format (SUO-KIF) <ref type="bibr" target="#b13">[14]</ref>. SigmaKEE runs as an Apache Tomcat service, providing a browser interface to users. The main components are written in Java, and the user interface is generated by JSP. Users can upload a knowledge base for browsing and querying. An uploaded knowledge base is indexed for high performance browsing and searching. For ontology-like knowledge bases, which have a tree structure, a graph browser is provided. Figure <ref type="figure" target="#fig_0">1</ref> shows the graph browser interface for the top layers of the SUMO. Results from queries are presented in a hyperlinked KIF format that provides linkages back into the knowledge base, as shown in the example in Section 5.</p><p>The existing version of SigmaKEE includes a customized version of Vampire <ref type="bibr" target="#b17">[18]</ref>. Among state of the art first order logical theorem provers available at the time of SigmaKEE's original development, only this version of Vampire, which is now 5 years old, had all the features required for theorem proving applications in SigmaKEE:</p><p>-The ability to extract an answer to a query as bindings of outermost existentially quantified variables in a conjecture. -The ability to generate a detailed proof that explains how an answer to a query was derived. -The ability to ask successive queries without reloading the knowledge base.</p><p>-The ability to perform basic arithmetic.</p><p>In addition, that version of Vampire was released under an approved open source license, and could therefore be tightly integrated with the open source SigmaKEE system.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">TPTPWorld</head><p>The TPTPWorld is a package of TPTP data and software, including the TPTP problem library, a selection of ATP systems, and a suite of tools for processing TPTP format data. Although the TPTPWorld was developed and is primarily used for inhouse maintenance of the TPTP problem library, various components have become publically available and used in applications, e.g., <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b27">28]</ref>.</p><p>One of the keys to the success of the TPTP and related projects is their consistent use of the TPTP language <ref type="bibr" target="#b22">[23]</ref>. The TPTP language was designed to be suitable for writing both ATP problems and ATP solutions, to be flexible and extensible, and easily processed by both humans and computers. The TPTP language BNF is easy to translate into parser-generator (lex/yacc, antlr, etc.) input <ref type="bibr" target="#b29">[30]</ref>. The SZS ontology <ref type="bibr" target="#b25">[26]</ref> provides a fine grained ontology of result and output forms for ATP systems, so that their results can be precisely understood when used as input to other tools. The ontology also recommends the way that ontology values should be reported in the output from systems and tools. Figure <ref type="figure">2</ref> shows an extract from the top of the result ontology (the full ontology is available as part of the TPTP distribution).</p><p>The SystemOnTPTP utility is a harness that allows a problem written in the TPTP language to be easily and quickly submitted to a range of ATP systems and other tools. The implementation of SystemOnTPTP uses several subsidiary tools to prepare the input for the ATP system, control the execution of the chosen ATP system, and postprocess the output to produce an SZS result value and a TPTP format derivation. SystemOnTPTP runs in a UNIX environment, and is also available as an online service via http POST requests. <ref type="foot" target="#foot_0">1</ref>The Interactive Derivation Viewer (IDV) <ref type="bibr" target="#b26">[27]</ref> is a tool for graphical rendering and interaction with TPTP format derivations. The rendering uses shape and color to provide visual information about a derivation. The user can interact with the rendering in various ways -zooming, hiding, and displaying parts of the DAG according to various criteria, access to verification of the derivation, and an ability to provide a synopsis of a derivation by identifying interesting lemmas using AGInT <ref type="bibr" target="#b15">[16]</ref>. Figure <ref type="figure" target="#fig_1">3</ref> shows the renderings of the derivation and synopsis for the proof output by EP <ref type="bibr" target="#b18">[19]</ref> for the TPTP problem PUZ001+1.</p><p>The One Answer Extraction System (OAESys) and Multiple ANSwer EXtraction framework (MANSEX) are tools for question answering using ATP. Their development was motivated by the limited availability of modern ATP systems that are able to return answers -examples of systems that do are Otter <ref type="bibr" target="#b11">[12]</ref>, the  <ref type="foot" target="#foot_1">2</ref> OAESys is a tool for extracting the bindings for outermost existentially quantified variables of a conjecture, from a TPTP format proof of the conjecture. This is done by reproving the conjecture using the Metis system <ref type="bibr" target="#b8">[9]</ref>, from only the axioms used in the original proof. The variable bindings that Metis reports for each inference step of its proof are analyzed to extract the required bindings (Metis is the only system that we know of that outputs TPTP format proofs and variable bindings for each inference step). The restriction to the axioms used in the original proof aims to make it unlikely for Metis to find a proof with different variable bindings from the original proof. If the axioms used are a subset of the axioms that were originally available, the problem given to Metis could be significantly easier than the original problem. MANSEX is a framework for interpreting a conjecture with outermost existentially quantified variables as a question, and extracting multiple answers to the question by repetitive calls to a system that can report the bindings for the variables in one proof of the conjecture. <ref type="foot" target="#foot_2">3</ref> Suitable systems for reporting bindings are an ATP system that outputs answers, e.g., SNARK, or a combination of an ATP system that outputs TPTP format proofs, e.g., EP, with OAESys. At each iteration of MANSEX, the conjecture is augmented by conjoining either inequalities or negative atoms that deny previously extracted answers. The ATP system is then called again to find a proof of the modified conjecture. In the SigmaKEE context the process has been extended to hide the conjecture modifications from the user -details are provided in Section 4. OAESys and MANSEX both use the proposed TPTP standards for question answering in ATP <ref type="bibr" target="#b23">[24]</ref>, and SNARK has also been adpated by its developer to use those standards.</p><p>The TPTP-parser is a highly reusable Java parser for TPTP data, built using the antlr parser-generator. <ref type="foot" target="#foot_3">4</ref> The parser can easily be used without modifications in practically any application. This universality is achieved by isolating the parser code by an interface layer that allows creation of and access to abstract syntax representations of various TPTP elements. A simple but reasonably efficient default implementation of the interface layer is provided with the package.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Integration of the TPTPWorld into SigmaKEE</head><p>The integration of the TPTPWorld provides SigmaKEE with new capabilities:</p><p>-Internal support for TPTP format problems and derivations, using a SUO-KIF to TPTP translation and the TPTP-parser. -Access to ATP systems for reasoning tasks, using SystemOnTPTP.</p><p>-Question answering using OAESys, with the ability to provide multiple answers through use of the MANSEX framework. -Presentation of TPTP format proofs using IDV, or using the existing hyperlinked KIF format extended with SZS ontology status values. -An extended browser interface for access to these capabilities.</p><p>The integration has been implemented by adding external TPTPWorld tools to the SigmaKEE distribution, and embedding Java implementations of TPTPWorld tools directly into SigmaKEE. SigmaKEE was developed to support knowledge bases written in SUO-KIF, e.g., SUMO. In order to make a large suite of ATP systems available for reasoning over such knowledge bases through use of the SystemOnTPTP utility, knowledge bases are translated to the TPTP language when they are loaded. While much of the translation is syntactic, there are some constructs in SUMO that require special processing <ref type="bibr" target="#b14">[15]</ref>. These include use of sort signatures, sequence variables, variable predicates and functions, and embedded (higher-order) formulae.</p><p>Once a knowledge base has been loaded into SigmaKEE, queries can be submitted. A query is translated to a TPTP format conjecture, and the previously translated knowledge base provides the axioms. These are submitted to an ATP system through the SystemOnTPTP utility. Queries with outermost existentially quantified variables are treated as questions whose answers are the values bound to those variables in proofs. Three versions of SystemOnTPTP are available: remote access to the online SystemOnTPTP service via http POST requests, execution of a locally installed SystemOnTPTP, and a limited internal implementation of SystemOnTPTP. The ATP systems supported by the internal implementation are required to be TPTP-compliant in terms of both input and output, and have licensing that allows them to be added to SigmaKEE. At this stage E/EP, Metis, SNARK, and Paradox <ref type="bibr" target="#b4">[5]</ref> are being used.</p><p>The advantage of using the local installation or internal implementation of SystemOnTPTP is that they do not rely on an online connection to the remote server. The advantage of the internal implementation is that it is portable to operating systems that do not have the UNIX environment required for Sys-temOnTPTP, e.g., Windows XP. The user chooses whether to use the remote SystemOnTPTP or a local one, and which ATP system to use. In the remote case the online system is queried to get a list of the available ATP systems. In the local case the ATP systems available in the local SystemOnTPTP installation (if any) and the internal implementation are available. If an ATP system is supported by the internal implementation and is also available through a local SystemOnTPTP installation, the internally supported one is used.</p><p>Answers to "question" conjectures are extracted from proofs using an embedding of OAESys into SigmaKEE. As Metis is one of the internally supported systems, it is available for use in OAESys. When the user requests more than one answer, an embedding of the MANSEX framework is used. In the SigmaKEE context the MANSEX process has been extended to displace the conjecture modifications from the user. This extension is done for the second and subsequent proofs found, as follows. After each answer has been extracted by OAESys, the existentially quantified variables in the original conjecture, i.e., the conjecture without the augmentations, are instantiated with the answer values. This instantiated conjecture and just the axioms used in the proof found by the chosen ATP system are passed to that ATP system. This additional ATP system run finds a proof of the (instantiated form of the) original conjecture, rather than of the augmented conjecture. Using MANSEX to get multiple answers is somewhat different, and can produce different answers, from using the customized version of Vampire mentioned in Section 2. MANSEX with OAESys requires multiple ATP system runs: two for the first answer (one to get a proof using the chosen ATP system and another to Metis within OAESys), and three for each successive answer (additionally the final call to the chosen ATP system). In contrast, the customized Vampire backtracks in its proof space to find multiple answers. As a side-effect, the customized Vampire can return the same answer multiple times if there are multiple proofs that produce the same variable bindings, while MANSEX does not.</p><p>The integration of the TPTPWorld provides SigmaKEE with three options for displaying results: TPTP format derivations in plain text format, IDV for displaying TPTP format derivations graphically, and the hyperlinked KIF format. IDV has been embedded into SigmaKEE so that it is directly available. The hyperlinked KIF format has been implemented by translation of TPTP format derivations into SUO-KIF using an augmentation of the TPTP-parser code, and then calling SigmaKEE's hyperlinked KIF presentation feature. The hyperlinked KIF format has been mildly extended to provide more precise information about the formulae in a proof, and to provide SZS status values. An example with a hyperlinked KIF format proof is given in Section 5.</p><p>The top part of Figure <ref type="figure" target="#fig_3">5</ref> shows the GUI interface. The interface allows the user to submit a query or to add to the current knowledge base. The interface has the following components (top to bottom, left to right):</p><p>-Formula text box -The query or additions are put into this text box in SUO-KIF format. -Local or Remote SystemOnTPTP, System -Choose which SystemOnTPTP to use, and which ATP system. -Maximum answers -Desired number of answers for the query.</p><p>-Query time limit -CPU time limit for the query.</p><p>-Output format -TPTP, IDV, or hyperlinked KIF -Ask button -Execute the ATP system on the query.</p><p>-Tell button -Add the data to the knowledge base.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Sample Use</head><p>As an example, EP's proof of the following SUO-KIF format query to the SUMO knowledge base is considered: (instance ?X PrimaryColor). The query asks for an instance of a primary color in the SUMO knowledge base. In SUMO the following are considered primary colors: Black, Blue, Red, White, and Yellow. The query was run using the internal implementation of SystemOnTPTP, asking for two answers, with a CPU limit of 300s, and hyperlinked KIF output. Figure <ref type="figure" target="#fig_3">5</ref> shows the result.</p><p>EP returns the first proof shown in the output, with SZS status Theorem. OAESys is used to extract the first answer -Red. The proof and answer are translated to the hyperlinked KIF format by SigmaKEE. MANSEX then augments the query to deny the answer Red, and EP returns another TPTP proof behind the scenes. OAESys is used to extract the second answer -Blue, which is used to instantiate the existentially quantified variable of the conjecture. EP returns the second proof shown in the output. The left column of the hyperlinked KIF is labeled SUO-KIF format formulae, with embedded HTML hyperlinks back to terms in the SUMO knowledge base. The right column describes the source of the formula: the parent formulae, the knowledge base (KB), or the query. While KBR and ATP are both mature fields, there has not been significant crossfertilization between the two communities. Both communities would benefit from a greater degree of interaction. The integration of the TPTPWorld into Sigma-KEE brings together tools that support both communities, which should make collaboration easier, and drive further cross-disciplinary research. The use of the remote SystemOnTPTP illustrates how KBR and other application systems can absolve themselves of the responsibility of maintaining up-to-date ATP systems in-house, and instead use an online service for discharging reasoning requests. The experience with SigmaKEE can be leveraged by others to this end.</p><p>Future work includes translation of SUMO and other knowledge bases to the new typed higher-order format (THF) of the TPTP language <ref type="bibr" target="#b2">[3]</ref>, and use of higher-order ATP systems such as LEO II <ref type="bibr" target="#b1">[2]</ref> to answer higher-order queries over the knowledge bases.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. SigmaKee Graph Browser</figDesc><graphic coords="3,147.21,115.84,324.01,187.26" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. EP's Proof by Refutation of PUZ001+1</figDesc><graphic coords="5,165.21,115.84,288.00,253.34" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 4 Fig. 4 .</head><label>44</label><figDesc>Fig. 4. Architecture of the Integrated Components</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 5 .</head><label>5</label><figDesc>Fig. 5. Sample hyperlinked KIF format proofs</figDesc><graphic coords="9,147.21,115.83,324.00,285.33" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">Hosted at the University of Miami. A browser interface to the service is available at http://www.tptp.org/cgi-bin/SystemOnTPTP.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">There is scant hope that more ATP system developers will add question answering to their systems without significant financial or other inducement.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">Acknowledgement:The original multiple answer extraction system was developed outside the SigmaKEE project by Aparna Yerikalapudi, at the University of Miami.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">Acknowledgement: The TPTP-parser was written primarily by Andrei Tchaltsev at ITC-irst. It is available from http://www.freewebs.com/andrei ch/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgement: Thanks to Nick Siegal for his technical advice and contributions to the development of this software.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<author>
			<persName><surname>Anl</surname></persName>
		</author>
		<ptr target="http://www-unix.mcs.anl.gov/AR/newresults/" />
		<title level="m">A Summary of New Results in Mathematics Obtained with Argonne&apos;s Automated Deduction Software</title>
				<imprint>
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Exploring Properties of Normal Multimodal Logics in Simple Type Theory with LEO-II</title>
		<author>
			<persName><forename type="first">C</forename><surname>Benzmüller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Paulson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Festschrift in Honour of Peter B. Andrews on his 70th Birthday</title>
				<editor>
			<persName><forename type="first">C</forename><surname>Benzmüller</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Brown</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Siekmann</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Statman</surname></persName>
		</editor>
		<imprint>
			<publisher>IfCoLog</publisher>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
	<note>page To appear</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">THF0 -The Core TPTP Language for Classical Higher-Order Logic</title>
		<author>
			<persName><forename type="first">C</forename><surname>Benzmüller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Rabe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 4th International Joint Conference on Automated Reasoning</title>
		<title level="s">Lecture Notes in Artificial Intelligence</title>
		<editor>
			<persName><forename type="first">P</forename><surname>Baumgartner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Armando</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Gilles</surname></persName>
		</editor>
		<meeting>the 4th International Joint Conference on Automated Reasoning</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
	<note>page Accepted</note>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">The Computer Modelling of Mathematical Reasoning</title>
		<author>
			<persName><forename type="first">A</forename><surname>Bundy</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1983">1983</date>
			<publisher>Academic Press</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">New Techniques that Improve MACE-style Finite Model Finding</title>
		<author>
			<persName><forename type="first">K</forename><surname>Claessen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Sorensson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the CADE-19 Workshop: Model Computation -Principles, Algorithms, Applications</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Baumgartner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Fermueller</surname></persName>
		</editor>
		<meeting>the CADE-19 Workshop: Model Computation -Principles, Algorithms, Applications</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Combining Answer Set Programming with Description Logics for the Semantic Web</title>
		<author>
			<persName><forename type="first">T</forename><surname>Eiter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Iannis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Lukasiewicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Schindlauer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Tompits</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">172</biblScope>
			<biblScope unit="issue">12-13</biblScope>
			<biblScope unit="page" from="1495" to="1539" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Knowledge Interchange Format, Version 3.0 Reference Manual</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R</forename><surname>Genesereth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">E</forename><surname>Fikes</surname></persName>
		</author>
		<idno>Logic-92-1</idno>
		<imprint>
			<date type="published" when="1992">1992</date>
		</imprint>
		<respStmt>
			<orgName>Computer Science Department, Stanford University</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report</note>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">Reasoning About Knowledge</title>
		<author>
			<persName><forename type="first">J</forename><surname>Halpern</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Fagin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Moses</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Vardi</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1995">1995</date>
			<publisher>MIT Press</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">First-Order Proof Tactics in Higher-Order Logic Theorem Provers</title>
		<author>
			<persName><forename type="first">J</forename><surname>Hurd</surname></persName>
		</author>
		<idno>NASA/CP-2003-212448</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 1st International Workshop on Design and Application of Strategies/Tactics in Higher Order Logics, number</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Archer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><forename type="middle">Di</forename><surname>Vito</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Munoz</surname></persName>
		</editor>
		<meeting>the 1st International Workshop on Design and Application of Strategies/Tactics in Higher Order Logics, number</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="56" to="68" />
		</imprint>
	</monogr>
	<note type="report_type">NASA Technical Reports</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Description Logics with Concrete Domains -A Survey</title>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Modal Logics</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Balbiani</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Suzuki</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Wolter</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Zakharyaschev</surname></persName>
		</editor>
		<imprint>
			<publisher>King&apos;s College Publications</publisher>
			<date type="published" when="2003">2003</date>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="265" to="296" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Practical Partition-Based Theorem Proving for Large Knowledge Bases</title>
		<author>
			<persName><forename type="first">B</forename><surname>Maccartney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mcilraith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Amir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Uribe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 18th International Joint Conference on Artificial Intelligence</title>
				<editor>
			<persName><forename type="first">G</forename><surname>Gottlob</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Walsh</surname></persName>
		</editor>
		<meeting>the 18th International Joint Conference on Artificial Intelligence</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="89" to="96" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">Otter 3.0 Reference Manual and Guide</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">W</forename><surname>Mccune</surname></persName>
		</author>
		<idno>ANL- 94/6</idno>
		<imprint>
			<date type="published" when="1994">1994</date>
			<pubPlace>Argonne, USA</pubPlace>
		</imprint>
		<respStmt>
			<orgName>Argonne National Laboratory</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Towards A Standard Upper Ontology</title>
		<author>
			<persName><forename type="first">I</forename><surname>Niles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Pease</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2nd International Conference on Formal Ontology in Information Systems</title>
				<editor>
			<persName><forename type="first">C</forename><surname>Welty</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Smith</surname></persName>
		</editor>
		<meeting>the 2nd International Conference on Formal Ontology in Information Systems</meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
			<biblScope unit="page" from="2" to="9" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">The Sigma Ontology Development Environment</title>
		<author>
			<persName><forename type="first">A</forename><surname>Pease</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IJCAI-03 Workshop on Ontologies and Distributed Systems</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">F</forename><surname>Giunchiglia</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Gomez-Perez</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Pease</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Stuckenschmidt</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Y</forename><surname>Sure</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Willmott</surname></persName>
		</editor>
		<meeting>the IJCAI-03 Workshop on Ontologies and Distributed Systems</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="volume">71</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">First Order Reasoning on a Large Ontology</title>
		<author>
			<persName><forename type="first">A</forename><surname>Pease</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the CADE-21 Workshop on Empirically Successful Automated Reasoning in Large Theories</title>
				<editor>
			<persName><forename type="first">J</forename><surname>Urban</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Schulz</surname></persName>
		</editor>
		<meeting>the CADE-21 Workshop on Empirically Successful Automated Reasoning in Large Theories</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">257</biblScope>
			<biblScope unit="page" from="59" to="69" />
		</imprint>
	</monogr>
	<note>CEUR Workshop Proceedings</note>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Automated Generation of Interesting Theorems</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Puzis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 19th International FLAIRS Conference</title>
				<editor>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Goebel</surname></persName>
		</editor>
		<meeting>the 19th International FLAIRS Conference</meeting>
		<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="49" to="54" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Theorem Proving in Large Theories</title>
		<author>
			<persName><forename type="first">W</forename><surname>Reif</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Schellhorn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Automated Deduction, A Basis for Applications, volume III Applications of Applied Logic Series</title>
				<editor>
			<persName><forename type="first">W</forename><surname>Bibel</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><forename type="middle">H</forename><surname>Schmitt</surname></persName>
		</editor>
		<imprint>
			<publisher>Kluwer Academic Publishers</publisher>
			<date type="published" when="1998">1998</date>
			<biblScope unit="page" from="225" to="241" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">The Design and Implementation of Vampire</title>
		<author>
			<persName><forename type="first">A</forename><surname>Riazanov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Voronkov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AI Communications</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">2-3</biblScope>
			<biblScope unit="page" from="91" to="110" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">E: A Brainiac Theorem Prover</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schulz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AI Communications</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">2-3</biblScope>
			<biblScope unit="page" from="111" to="126" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<title level="m" type="main">SNARK -SRI&apos;s New Automated Reasoning Kit</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">E</forename><surname>Stickel</surname></persName>
		</author>
		<ptr target="http://www.ai.sri.com/stickel/snark.html" />
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">The Deductive Composition of Astronomical Software from Subroutine Libraries</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">E</forename><surname>Stickel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 12th International Conference on Automated Deduction</title>
		<title level="s">Lecture Notes in Artificial Intelligence</title>
		<editor>
			<persName><forename type="first">A</forename><surname>Bundy</surname></persName>
		</editor>
		<meeting>the 12th International Conference on Automated Deduction</meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="1994">1994</date>
			<biblScope unit="volume">814</biblScope>
			<biblScope unit="page" from="341" to="355" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Practical Proof Checking for Program Certification</title>
		<author>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Denney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Fischer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on Empirically Successful Classical Automated Reasoning, 20th International Conference on Automated Deduction</title>
				<editor>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Fischer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Schulz</surname></persName>
		</editor>
		<meeting>the Workshop on Empirically Successful Classical Automated Reasoning, 20th International Conference on Automated Deduction</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Using the TPTP Language for Writing Derivations and Finite Interpretations</title>
		<author>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schulz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Claessen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Van Gelder</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 3rd International Joint Conference on Automated Reasoning, number 4130 in Lecture Notes in Artificial Intelligence</title>
				<editor>
			<persName><forename type="first">U</forename><surname>Furbach</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Shankar</surname></persName>
		</editor>
		<meeting>the 3rd International Joint Conference on Automated Reasoning, number 4130 in Lecture Notes in Artificial Intelligence</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="67" to="81" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<title level="m" type="main">Answer Extraction for TPTP</title>
		<author>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Stickel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schulz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Urban</surname></persName>
		</author>
		<ptr target="http://www.tptp.org/TPTP/Proposals/AnswerExtraction.html" />
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">The TPTP Problem Library: CNF Release v1.2.1</title>
		<author>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">B</forename><surname>Suttner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Automated Reasoning</title>
		<imprint>
			<biblScope unit="volume">21</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="177" to="203" />
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">TSTP Data-Exchange Formats for Automated Theorem Proving Tools</title>
		<author>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zimmer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schulz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Distributed Constraint Problem Solving and Reasoning in Multi-Agent Systems</title>
				<editor>
			<persName><forename type="first">W</forename><surname>Zhang</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Sorge</surname></persName>
		</editor>
		<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="volume">112</biblScope>
			<biblScope unit="page" from="201" to="215" />
		</imprint>
	</monogr>
	<note>Frontiers in Artificial Intelligence and Applications</note>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">An Interactive Derivation Viewer</title>
		<author>
			<persName><forename type="first">S</forename><surname>Trac</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Puzis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th Workshop on User Interfaces for Theorem Provers, 3rd International Joint Conference on Automated Reasoning</title>
		<title level="s">Electronic Notes in Theoretical Computer Science</title>
		<editor>
			<persName><forename type="first">S</forename><surname>Autexier</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Benzmüller</surname></persName>
		</editor>
		<meeting>the 7th Workshop on User Interfaces for Theorem Provers, 3rd International Joint Conference on Automated Reasoning</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="volume">174</biblScope>
			<biblScope unit="page" from="109" to="123" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">ATP Cross-verification of the Mizar MPTP Challenge Problems</title>
		<author>
			<persName><forename type="first">J</forename><surname>Urban</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 14th International Conference on Logic for Programming, Artificial Intelligence, and Reasoning</title>
		<title level="s">Lecture Notes in Artificial Intelligence</title>
		<editor>
			<persName><forename type="first">N</forename><surname>Dershowitz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Voronkov</surname></persName>
		</editor>
		<meeting>the 14th International Conference on Logic for Programming, Artificial Intelligence, and Reasoning</meeting>
		<imprint>
			<date type="published" when="2007">4790. 2007</date>
			<biblScope unit="page" from="546" to="560" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">MaLARea SG1: Machine Learner for Automated Reasoning with Semantic Guidance</title>
		<author>
			<persName><forename type="first">J</forename><surname>Urban</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Pudlak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Vyskocil</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 4th International Joint Conference on Automated Reasoning</title>
		<title level="s">Lecture Notes in Artificial Intelligence</title>
		<editor>
			<persName><forename type="first">P</forename><surname>Baumgartner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Armando</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Gilles</surname></persName>
		</editor>
		<meeting>the 4th International Joint Conference on Automated Reasoning</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Extending the TPTP Language to Higher-Order Logic with Automated Parser Generation</title>
		<author>
			<persName><forename type="first">A</forename><surname>Van Gelder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 3rd International Joint Conference on Automated Reasoning</title>
		<title level="s">Lecture Notes in Artificial Intelligence</title>
		<editor>
			<persName><forename type="first">U</forename><surname>Furbach</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Shankar</surname></persName>
		</editor>
		<meeting>the 3rd International Joint Conference on Automated Reasoning</meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2006">4130. 2006</date>
			<biblScope unit="page" from="156" to="161" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Whatever Happened to Deuctive Question Answering?</title>
		<author>
			<persName><forename type="first">R</forename><surname>Waldinger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 14th International Conference on Logic for Programming, Artificial Intelligence, and Reasoning</title>
		<title level="s">Lecture Notes in Artificial Intelligence</title>
		<editor>
			<persName><forename type="first">N</forename><surname>Dershowitz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Voronkov</surname></persName>
		</editor>
		<meeting>the 14th International Conference on Logic for Programming, Artificial Intelligence, and Reasoning</meeting>
		<imprint>
			<date type="published" when="2007">4790. 2007</date>
			<biblScope unit="page" from="15" to="16" />
		</imprint>
	</monogr>
</biblStruct>

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