<?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">Frames, Objects and Relations: Three Semantic Levels for Knowledge Base Systems</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">M</forename><forename type="middle">C</forename><surname>Norrie</surname></persName>
							<email>fnorrie@inf.ethz.ch</email>
							<affiliation key="aff0">
								<orgName type="department">Dept. of Computer Science</orgName>
								<orgName type="institution">Swiss Federal Institute of Technology (ETH)</orgName>
								<address>
									<postCode>CH-8092 Z</postCode>
									<settlement>urich</settlement>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">U</forename><surname>Reimer</surname></persName>
							<email>freimer@swssai.uu.ch</email>
							<affiliation key="aff1">
								<orgName type="department" key="dep1">Swiss Life</orgName>
								<orgName type="department" key="dep2">Informatik-Forschungsgruppe</orgName>
								<address>
									<postCode>CH-8022 Z</postCode>
									<settlement>urich</settlement>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">P</forename><surname>Lippuner</surname></persName>
							<email>lippunerg@swssai.uu.ch</email>
							<affiliation key="aff1">
								<orgName type="department" key="dep1">Swiss Life</orgName>
								<orgName type="department" key="dep2">Informatik-Forschungsgruppe</orgName>
								<address>
									<postCode>CH-8022 Z</postCode>
									<settlement>urich</settlement>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">M</forename><surname>Rys</surname></persName>
							<email>rys@inf.ethz.ch</email>
							<affiliation key="aff0">
								<orgName type="department">Dept. of Computer Science</orgName>
								<orgName type="institution">Swiss Federal Institute of Technology (ETH)</orgName>
								<address>
									<postCode>CH-8092 Z</postCode>
									<settlement>urich</settlement>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">H.-J</forename><surname>Schek</surname></persName>
							<email>schekg@inf.ethz.ch</email>
							<affiliation key="aff0">
								<orgName type="department">Dept. of Computer Science</orgName>
								<orgName type="institution">Swiss Federal Institute of Technology (ETH)</orgName>
								<address>
									<postCode>CH-8092 Z</postCode>
									<settlement>urich</settlement>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Frames, Objects and Relations: Three Semantic Levels for Knowledge Base Systems</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">8C4A4D6E8A54F3128994DA30BB171717</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T15:46+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 propose an architecture for large-scale knowledge base systems based on database technologies and the three levels of semantic construct -frames, objects and relations. The intermediate object level retains the structural semantics of the frame level and is therefore bene cial in bridging the semantic gap between the frame and relational levels and enabling the use of semantic information in query optimisation. Speci cally, we outline how this approach has been adopted in the hybrid knowledge base system, HYWIBAS.</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>For knowledge base systems to be e ective for largescale applications, it is essential that they support e cient retrieval and update operations on large, shared knowledge bases. Database system research has focussed on issues of performance and concurrent access to large data sets and we wish to exploit the resulting technologies for the storage and management of knowledge bases.</p><p>Past research in this area has tended to use relational systems for the persistent storage of knowledge bases. While this strategy does meet the requirements of controlled data sharing, the large semantic gap between the knowledge representation structures and the relational structures makes it more di cult to utilise data semantics in query optimisation. We therefore adopt a two-level mapping. The rst level maps a frame-based knowledge representation model, <ref type="bibr">FRM Rei 89;</ref><ref type="bibr">RL 94]</ref>, to an object data model, COCOON SLR+92], which retains much of the data semantics. The second level then maps COCOON to a relational system which is used as a simple storage system with query and update strategies controlled primarily at the object system level.</p><p>Here, we present an overview of how this approach is utilised in the (hybrid) knowledge base system HYWIBAS RRS+93] (the hybrid aspects are not elaborated here). Section 2 introduces the three level architecture and discusses its merits. The mappings from FRM to COCOON and from COCOON to a relational system are discussed in Sections 3 and 4, respectively. Some remarks on the current status of HYWIBAS and future research plans are given in Section 5.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Three Level Architecture</head><p>Knowledge base systems research has tended to concentrate on issues of semantic expressiveness and inference mechanisms. For knowledge base systems to be used for large-scale applications, issues of e cient update and retrieval operations on large, shared knowledge bases must be addressed. Database systems research has focussed on these very issues in dealing with e cient, concurrent access to large data sets. The question then becomes one of how best to exploit database technologies in knowledge base systems.</p><p>Relational database technologies now have established and well-understood mechanisms to support e cient access to large sets of value tuples with techniques for concurrency control and recovery. The problem of mapping a knowledge model directly to a relational storage structure is the large semantic gap due to the lack of semantic expressiveness of the relational data model. As described in RS 89], this can in part be overcome by mapping a knowledge model to a nested relational model which can represent complex structures directly. However, the nested relational model does not support notions of type inheritance and concept hierarchies which are fundamental to knowledge models such as FRM.</p><p>Object data models have been developed to support notions of semantic data modelling and thereby increase the semantic expressiveness of the data model. They have constructs to represent both complex structures and relationships between structures { including those that arise in classi cation structures, often known as isa hierarchies. In addition, a number of object data models have been proposed that specify operations over collections of objects in terms of an object algebra. By mapping the frame knowledge model to an object data model rather than to a relational data model, the semantic gap is reduced. However, object-oriented database management systems are not yet as well established as relational database management systems in terms of e cient processing of set-oriented retrieval and update operations and supported transaction mechanisms. For this reason, we choose to map our object data model to a relational storage system. This mapping is speci cally tailored to support the retrieval and update patterns initiated by the frame model. As a result, we have a three level architecture as indicated in Figure <ref type="figure">1</ref>. The knowledge model FRM is mapped to the object data model COCOON which in turn is mapped to a relational system. At present, we use the relational data base management system INGRES, but the mapping can easily be altered for other relational systems.</p><p>3 From Frames to Objects A discussion of the di erences between the knowledge representation and semantic data modelling approaches is given in <ref type="bibr">Bor 91</ref>]. One of the main differences often quoted is that database models tend to be prescriptive rather than descriptive. Thus the underlying assumption is that the database provides a complete, current and consistent description of the application domain; any attempt to input data which is not consistent with the database model will be rejected. Knowledge models tend to be descriptive and it is quite acceptable that the model may have to be revised according to new information received into the system. This is most clearly visible in a knowledge-based system with some learning capabilities (see e.g. Mor 91]).</p><p>A further general distinction between data models and knowledge representation languages is the fact that data models have a much clearer separation between intensional and extensional information. Intensional information is given by a database schema which is relatively stable and thus plays a predominant role in determining e cient storage, retrieval and update strategies for operations on extensional data.</p><p>Ideally, for the support of knowledge base systems, we wish to have the latter property of database models (i.e. e ciency) but not necessarily the former (i.e. being prescriptive). In this respect the COCOON object data model is a good candidate for the support of the frame model FRM.</p><p>In this paper we consider only a subset of FRM which corresponds to the common frame constructs: slots, slot entries, and cardinality restrictions. For example, Skilled-Person _ = (and Person (all has-skills Skill) (exist has-skills Rare-Skill) (atleast has-skills 3)) de nes a frame class Skilled-Person as a subclass of Person with the slot has-skills that represents the relationship has-skills to the class Skill. The slot requires at least 3 values at an associated class instance; one of those entries must be an instance of the class Rare-Skill.</p><p>COCOON has a strong in uence from both semantic data models and knowledge representation languages (especially KL-ONE BS 85]) in terms of semantic expressiveness. It supports not only complex object structures but also rich classi cation structures and high-level operations over collections of objects. As a result, the semantic expressiveness of COCOON is at a similar level to that of FRM with the main di erence between the two models stemming from the fact that FRM supports more specialised inference mechanisms. In some sense CO-COON may be considered as lying somewhere between the prescriptive and descriptive paradigms. A COCOON class represents a semantic grouping of objects and may have an associated predicate condition. For example <ref type="bibr">de</ref>   type de nitions but all of them to COCOON class de nitions. As a consequence, frames of FRM are mapped to some combination of types and classes in COCOON. To increase the possibilities for compiletime optimisation, we designed the mapping such that as much information as possible is provided on the type level.</p><p>Figure <ref type="figure" target="#fig_1">2</ref> shows an example of mapping an FRM concept class description to COCOON types and classes. In a rst step the object type comp delivery is derived from the FRM class Comp Delivery such that for every all construct (i.e. for every slot) we have a function with the same name. In case of a slot with a maximal cardinality of 1 the function is single-valued, otherwise set-valued. In a second step the COCOON class Comp Delivery of type comp delivery is generated from the frame class Comp Delivery. With the type reference we ensure that the class will contain only objects with the right functions being applicable. With the associated class predicate we cover the remaining features of the FRM concept class description. As a result, the COCOON class de nes the same necessary and su cient conditions on class membership as the frame class does. Note that the three object-valued functions in the type de nition comp delivery are all of type object. This is because providing more specialised function ranges (e.g. supplier :</p><p>set-of Company) would not lead to a simpler class predicate. As this would not reduce the amount of dynamic type checking necessary we decided to keep the mapping to the type level simple and to map always to object-valued functions of type object. For details see LNR+94].</p><p>The establishment of the mapping from frames to types and classes has also proved useful in providing an insight into the similarities and di erences in the fundamental concepts of terminological models such as FRM and object data models.</p><p>In knowledge base systems a query for objects with certain properties is usually established as a class description. The result of the query is all the objects subsumed by that class so that in this case query evaluation amounts to inferencing. To support such queries on our COCOON-based FRM we have speci ed a second mapping that transforms a frame class description to be interpreted as a query into an equivalent expression of the COCOON object algebra (cf. example in Figure <ref type="figure">3</ref>). This algebra expression is then evaluated on the COCOON object base derived from the original frame knowledge base. At that point query optimisation techniques, which are highly developed in the database area, can be employed. We hope that this will lead us to a query processing that is much more e cient than evaluating a query frame by the inference mechanism of FRM.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">From Objects to Relations</head><p>In mapping an object data model onto a relational system, there are many choices to make concerning both the representation of objects and also of classes. For example, all the properties of an object may be stored together in a single relation or split over several relations. In the former case, there are problems of how to represent multi-valued properties. In the latter case, several join operations may be required to reconstruct an object.</p><p>With the representation of classes, the choices arise because an object may belong to many classes and the prime decision is whether to store an object only with its most speci c class { or to store it in all classes { or to have some form of compromise between the two extremes. Further, some COCOON classes have associated predicates which specify necessary and su cient conditions for membership of that class. In such a case, there is no need to store In our mapping of COCOON onto a relational storage system, we employ extensive replication to minimise retrieval costs. For example, all classes are represented explicitly even those which could be speci ed in terms of a query expression (view) over other classes. Since an object may belong to many classes, an object representation may be replicated in several relations. The penalty associated with such an approach of massive replication is the cost of update operations; a single update operation on a speci c object may require updates on a large number of relations involved in the representation of that object.</p><p>The problem then becomes one of how to speed up the time for updates. This is achieved by implementing the update operation as a number of simpler update operations which can be executed in parallel. The exploitation of intra-transaction parallelism together with multi-level transactions is a key technique towards such improved performance WS 92].</p><p>We are currently evaluating the above approach to see under what conditions the overheads of parallelisation are compensated by the corresponding speedup of the operations. In the future, we shall investigate dynamic methods of mapping the object data model COCOON to relational systems such that good performance is attained under various retrieval and update patterns (which nally stem from speci c retrieval and update operations on the knowledge base system).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusions</head><p>In the HYWIBAS project, we are using database technologies to support large, shared knowledge bases. We employ a three level architecture corresponding to three semantic levels of frames, objects * For reasons of readability we have slightly simplied the algebra expression: The select statements should apply to classes of objects for which the functions referred to are really de ned, rather than operating on the most general class Objects. This requires an additional meta-schema query, which we have omitted. and relations. The introduction of the object level is bene cial in reducing the semantic gap between the frame level and the relational level and enabling the utilisation of structural semantic information for query and update processing. The mapping from the object level to the relational level allows the use of well-established, e cient mechanisms for data storage, data access, data sharing and recovery under failure.</p><p>At present, we have implemented mappings for structural information from the frame model, FRM, to the object model, COCOON and from COCOON to the multiprocessor relational database system, INGRES. We also have a mapping from frame query classes to COCOON algebra. Moreover, there are some early results on the parallelisation of update operations over a COCOON database represented in <ref type="bibr">INGRES Rys 94]</ref>. Currently, we are working on the mapping of the remaining operational components and on the mapping of frame class instances to objects.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>Figure 1: Three Level Architecture</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Example of Mapping an FRM Concept Class Description to COCOON Types and Classes</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>ne class Y oungsters : person some Persons where age &lt; 30; de nes a class Youngsters which contains objects of type person and is a subclass of Persons; further there is an associated predicate condition that speci es that its members should be less than 30 years old. The object type person declares what functions are applicable to an object of that type and may look like the following de ne type person = age : integer, name : string, has-skills : set-of skills;A formal mapping from frame structures to object structures and from query operations on frame knowledge bases to object bases has been de ned and implemented. While concept class descriptions in FRM are based on a single representation structure { the frame, COCOON has two basic representation structures { the type and the class. Types describe what properties and relationships to other objects an object can have whereas, as stated above, classes deal with semantic groupings of objects. Only a small number of the frame constructs for concept class descriptions can be mapped to COCOON</figDesc><table><row><cell>FRM concept class description: Comp Delivery _ = (and (all supplier Company) (exist supplier Computer Company) (all recipient Company Person) (atmost recipient 1) (all ispart Workstation) (all price 0; 100]) (atmost price 1))</cell></row><row><cell>Corresponding COCOON type de nition: de ne type comp delivery = supplier : set-of object; recipient : object; ispart : set-of object; price : integer;</cell></row><row><cell>Corresponding COCOON class de nition: de ne class Comp Delivery : comp delivery where supplier Company and ; 6 = (supplier \ Computer Company) and recipient (Company Person) and ispart Workstation and ; = select (i &lt; 0) or (i &gt; 100)] (i : price);</cell></row></table></figure>
		</body>
		<back>

			<div type="funding">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>* The work presented here was supported by the Swiss Priority Programme in Computer Science under Grant No. 5003-34347.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">\Knowledge Representation, Semantic Modeling: Similarities and Di erences</title>
		<author>
			<persName><forename type="first">;</forename><forename type="middle">A</forename><surname>Bor</surname></persName>
		</author>
		<author>
			<persName><surname>Borgida</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Entity-Relationship Approach: The Core of Conceptual Modelling</title>
				<editor>
			<persName><forename type="first">H</forename><surname>Kangassalo</surname></persName>
		</editor>
		<meeting><address><addrLine>North-Holland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1991">1991</date>
			<biblScope unit="page" from="1" to="24" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">\An overview of the KL-ONE knowledge representation system</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">J</forename><surname>Brachman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">G</forename><surname>Schmolze</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Cognitive Science</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="171" to="216" />
			<date type="published" when="1985">1985</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Lnr+94</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lippuner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Norrie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Reimer</surname></persName>
		</author>
		<author>
			<persName><surname>Rys</surname></persName>
		</author>
		<title level="m">\Mapping a Frame Model, FRM, to an Object Data Model, CO-COON</title>
				<imprint>
			<publisher>HYWIBAS Working Paper</publisher>
			<date type="published" when="1994">1994</date>
		</imprint>
	</monogr>
	<note>in preparation)</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">\Underlying Assumptions of Knowledge Acquisition and Machine Learning</title>
		<author>
			<persName><forename type="first">;</forename><forename type="middle">K</forename><surname>Mor</surname></persName>
		</author>
		<author>
			<persName><surname>Morik</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Knowledge Acquisition</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="137" to="156" />
			<date type="published" when="1991">1991</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">\FRM: Ein Frame-Repr asentationsmodell und seine formale Semantik. Zur Integration von Datenbank-und Wissenrepr asentationsans atzen</title>
		<author>
			<persName><forename type="first">;</forename><forename type="middle">U</forename><surname>Rei</surname></persName>
		</author>
		<author>
			<persName><surname>Reimer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">\Syntax und Semantik von FRM</title>
				<editor>
			<persName><forename type="first">U</forename><surname>Reimer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Lippuner</surname></persName>
		</editor>
		<meeting><address><addrLine>CH-; Zurich</addrLine></address></meeting>
		<imprint>
			<publisher>Working Paper</publisher>
			<date type="published" when="1989">1989. 1994. 8022</date>
		</imprint>
		<respStmt>
			<orgName>Informatik-Forschungsgruppe, Swiss Life</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">\Datenbankbasierung eines Frame-Modells: Abbildung auf ein Objektmodell und e ziente Unterst utzung komplexer Operationen</title>
		<author>
			<persName><forename type="first">U</forename><surname>Reimer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rys</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H.-J</forename><surname>Schek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Marti</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Beitrag zum Workshop \Verwaltung und Verarbeitung von strukturierten Objekten</title>
				<meeting><address><addrLine>Zurich</addrLine></address></meeting>
		<imprint>
			<date>8022</date>
		</imprint>
		<respStmt>
			<orgName>Informatik-Forschungsgruppe, Swiss Life</orgName>
		</respStmt>
	</monogr>
	<note>w ahrend der KI 93. also available as Technical Report 5/93</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">\A Frame-Based Knowledge Representation Model and its Mapping to Nested Relations</title>
		<author>
			<persName><forename type="first">U</forename><surname>Reimer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H.-J</forename><surname>Schek</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Data and Knowledge Engineering</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="321" to="352" />
			<date type="published" when="1989">1989</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">\Parallelising Generic Update Operations in COCOON Using Multilevel Transactions</title>
		<author>
			<persName><forename type="first">M</forename><surname>Rys</surname></persName>
		</author>
		<imprint/>
	</monogr>
	<note>in preparation</note>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m">SLR+92</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">\The COCOON Object Model</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">H</forename><surname>Scholl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Laasch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Rich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H.-J</forename><surname>Schek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Tresch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Weikum</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H.-J</forename><surname>Schek</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">\Concepts and Applications of Multilevel Transactions and Open Nested Transactions</title>
				<editor>
			<persName><forename type="first">A</forename><forename type="middle">K</forename><surname>Elmagarmid</surname></persName>
		</editor>
		<meeting><address><addrLine>Zurich, Switzerland</addrLine></address></meeting>
		<imprint>
			<publisher>Morgan Kaufmann</publisher>
			<date type="published" when="1992">1992</date>
		</imprint>
		<respStmt>
			<orgName>Dept of Computer Scince, ETH Zurich</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report 211</note>
	<note>Database Transaction Models for Advanced Applications</note>
</biblStruct>

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