<?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">Distributed Construction of Ontologies Using Hozo</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Kouji</forename><surname>Kozaki</surname></persName>
							<email>kozaki@ei.sanken.osaka-u.ac.jp</email>
							<affiliation key="aff0">
								<orgName type="department">The Institute of Scientific and Industrial Research (ISIR)</orgName>
								<orgName type="institution">Osaka University</orgName>
								<address>
									<addrLine>8-1 Mihogaoka</addrLine>
									<postCode>567-0047</postCode>
									<settlement>Ibaraki</settlement>
									<region>Osaka</region>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Eiichi</forename><surname>Sunagawa</surname></persName>
							<email>sunagawa@ei.sanken.osaka-u.ac.jp</email>
							<affiliation key="aff0">
								<orgName type="department">The Institute of Scientific and Industrial Research (ISIR)</orgName>
								<orgName type="institution">Osaka University</orgName>
								<address>
									<addrLine>8-1 Mihogaoka</addrLine>
									<postCode>567-0047</postCode>
									<settlement>Ibaraki</settlement>
									<region>Osaka</region>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Yoshinobu</forename><surname>Kitamura</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">The Institute of Scientific and Industrial Research (ISIR)</orgName>
								<orgName type="institution">Osaka University</orgName>
								<address>
									<addrLine>8-1 Mihogaoka</addrLine>
									<postCode>567-0047</postCode>
									<settlement>Ibaraki</settlement>
									<region>Osaka</region>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Riichiro</forename><surname>Mizoguchi</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">The Institute of Scientific and Industrial Research (ISIR)</orgName>
								<orgName type="institution">Osaka University</orgName>
								<address>
									<addrLine>8-1 Mihogaoka</addrLine>
									<postCode>567-0047</postCode>
									<settlement>Ibaraki</settlement>
									<region>Osaka</region>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Distributed Construction of Ontologies Using Hozo</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">97E42069BF1657F3D6639630ED6A905F</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T21:29+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>
			<textClass>
				<keywords>
					<term>Ontology</term>
					<term>Distributed development</term>
					<term>Dependency management</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper discusses Hozo's functionality for supporting distributed and collaborative construction of ontologies. In a distributed environment, each ontology is revised asynchronously by different developers. In such a situation, one of the key issues is the maintenance of consistency among inter-dependent ontologies. In order to realize consistent distributed development of ontologies, Hozo provides two functionalities: to manage the dependencies between ontologies and to keep and restore consistencies of ontologies when they are changed.</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>Ontology is one of the key technologies to realize Semantic Web. In the Semantic Web, ontologies are shared and reused by different developers in a distributed environment. To construct large scale ontologies, it is necessary to collaborate with many developers. Therefore, distributed and collaborative construction of ontlogies is one of the most significant issues. In this paper, we discuss an ontology development system named Hozo to support a construction of ontologies. We focus on providing a framework for distributed development. Its main features include a dependency management of ontologies and a framework for supporting to keep consistency of ontologies. Section 2 discusses a distributed ontology development we assume. Section 3 summarizes Hozo and flow of distributed ontology development. The functionalities of Hozo to support such a development are described in section 4. In Section 5, discuss some related work. We conclude with a summary of some future works in Section 6, .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">DISTRIBUTED CONSTRUCTION OF ONTOLOGY</head><p>We assume a situation where several ontologies are constructed separately in a distributed environment (and sometimes in parallel by different developers). In such a situation, some ontologies may import concepts (classes) defined in other ontologies, and another concept might be defined in the ontology by extending the imported concepts (see Figure <ref type="figure" target="#fig_0">1</ref>). And then, it means the ontology B which imports concepts from Ontology A depends on ontology A. In this paper, we call ontologies which are depended by other ontology and those depend on others depended ontologies, and dependent ontologies, respectively. In Figure <ref type="figure" target="#fig_0">1</ref>, Ontology A is the depended ontology of Ontology B, and Ontology B is the dependent ontology of A. The authors call a development of ontologies in such a manner distributed ontology development.</p><p>The distributed ontology development applies to many situations: cooperative development, understanding the total picture of conceptual hierarchy of ontologies, reusing published ontologies and so on.</p><p>In the distributed ontology development, developers construct multiple ontologies in cooperation among the developers. They can reuse published components of other ontologies if possible. It is a common way for ontology development to extend an existing ontology into a target-specific ontology. However, when developers construct ontologies in parallel or reuse ontology which is under construction and thus unstable, consistency among the ontologies is easily broken because they are revised asynchronously without notice. Furthermore, they are possibly updated without concerning whether other ontologies depend on them or not and how those ontologies would be influenced by their changes because authorities for maintenance of the ontologies are separated and distributed to each developer of them. Therefore, when a developer changes his/her ontology, the change influences on dependent ontologies of it. In many cases, such a change may cause inconsistencies among the ontologies.</p><p>For consistent development of ontologies, a system should manage dependencies among the ontologies and support their developers to harmonize the ontologies. Practically, the system should have at least two following functionalities:</p><p>1) To manage ontologies with its dependencies on others.</p><p>2) To provide a framework to keep and restore consistencies of ontologies when they are changed.</p><p>Based on this observation, the authors have investigated how a change of one ontology influences on others through its dependencies. And they have devised strategies for the change in order to keep and restore the consistency of them <ref type="bibr" target="#b0">[1]</ref>. They have implemented a framework for ontology development in harmony among depended/dependent ontologies as an extension of Hozo (our ontology development tool) <ref type="bibr" target="#b1">[2]</ref>.</p><p>Copyright is held by the author/owner(s). WWW 2007, May 8--12, 2007, Banff, Canada. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">HOZO 3.1 Overview of Hozo</head><p>We have developed an environment for building/using ontologies, named Hozo, based on both of a fundamental consideration of an ontological theory and a methodology of building an ontology. The features of Hozo include 1) Supporting role representation <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4]</ref>, 2) Visualization of ontologies in a well considered format, and 3) Distributed development based on management of dependencies between ontologies. Hozo is composed of Ontology Editor, Onto-Studio (a guide system for ontology design), Ontology Server and Ontology Manager (see Figure <ref type="figure">2</ref>). The ontology editor provides a developer with a graphical interface, through which they can browse and modify an ontology locally.</p><p>The ontology server stores and manages ontologies under access control and version management. The developer can access and browse them through the ontology manager. Furthermore, the ontology editor of Hozo provides a user support module to maintain consistencies of the dependencies among ontologies, called Tracking Pane. Hozo's native language is XML-based frame language and ontologies can be exported in OWL, and RDF(S). It does not support native OWL, but it can import OWL partially <ref type="foot" target="#foot_0">1</ref> . The latest version of Hozo is published at the URL: http://www.hozo.jp.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Flow of Distributed Ontology Development</head><p>Figure <ref type="figure">3</ref> shows a skeleton of our conceptual framework for distributed ontology development. It consists of two parts in a server-client architecture. One is a shared space, where developers store ontologies to be opened to other developers. The other is a local space, where each developer builds and modifies each ontology which he is responsible for. The developers cannot edit the ontologies stored in the shared space directly. Under access control and version management, they edit the personal copies of ontologies locally and upload them to the shared space when necessary.</p><p>In the distributed ontology development, a target ontology can be regarded as a system of interrelated ontologies stored in the shared space. They are constructed in cooperation among the developers. Each developer constructs some of them under his responsibility <ref type="foot" target="#foot_1">2</ref> . Then, he may refer to other ontologies and import concepts defined in them. It implies that each developer has two kinds of ontologies: ontologies which the developer builds and ontologies which he/she refers to.</p><p>Distributed ontology development proceeds in the repetition of the following steps;</p><p>1) A developer gets latest information on ontologies which he builds or refers to from the ontology server. And he downloads them form shared space to personal space (client) through an ontology manager. If it is needed, he locks ontologies to avoid that someone updates those ontologies while he is editing them.</p><p>2) The developer analyzes changes in the updated ontologies and evaluate whether the changes are influencing on consistency of the ontology which he is constructing with the help of ontology manager.</p><p>3) If the changes cause inconsistency in his ontology, the developer modifies his ontology in order to keep and restore its consistency with the updated ontologies. Hozo helps this modification process by suggesting possible countermeasures for coping with each of the changes.</p><p>4) After the modification, the developer starts editing his ontology as he needs. While editing the ontology, he can imports and use concepts from other ontologies which he refers to. Then the dependency between his ontology and the referred ontology through the imported concepts is managed by the ontology manager.</p><p>5) After editing, the developer publishes his ontology by uploading it to the shared space. And then, he unlocks the ontology if he allows other developers to edit it.</p><p>Every developer goes over this process individually and in parallel, and then the whole target ontology evolves. As a result of their developing processes the whole target ontology is constructed in the shared space.</p><p>We suppose another collaborative development process such as constructing a single ontology by many developers. Our distributed ontology development also can support such process in the repetition of the following steps:</p><p>1) The developers share a target single ontology in the shared space. The ontology server manages versions of the ontology and accesses to it.</p><p>2) When a developer edits the target ontology, he locks the ontology and downloads it to his personal space. 4) After the analysis, the developer edits the ontology. And then, he uploads the edited ontology to shared space and unlocks it.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">DISTRIBUTED CONSTRUCTION USING HOZO</head><p>Here, the authors summarize how Hozo supports distributed and collaborative construction of ontologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Dependency Management of Ontologies</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.1">Ontology Server and Ontology Manager</head><p>The ontology manager (see Figure <ref type="figure">4</ref>) acts as a bridge between the personal space (in a client) and the shared space which the ontology server provides. It carries out the following functions:</p><p>1) To show the latest information on the ontologies such as "updated", "locked by another developer" and so on.</p><p>2) Access control to ontologies (lock and unlock)</p><p>3) Version management of ontologies 4) To search concepts defined in other ontologies 5) Synchronize ontologies in client with ontologies in server</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.2">Import concepts form other ontologies</head><p>When the developer find reusable concepts defined in other ontologies which are published in the server by other developers, he can import them to his ontology. The ontology manager supports him to import the concepts through Import Dialog of the ontology manager (see Figure <ref type="figure" target="#fig_2">5</ref>). The dialog shows concepts in the selected ontology by tree structure based on is-a relation of them, and the developer selects a concept which he wants to import to his ontology. And then the system finds all the concepts depended by the selected concept form its dependencies 3 , and it is imported with them. 3 For example, super classes of the selected concept, and concepts which the selected concept refers to.</p><p>In the ontology editor, imported concepts are represented with different color from other concepts, and the developer cannot modify 4 them to keep consistencies of ontologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Harmonizing Interrelated Ontologies in their Conceptual Dependencies</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.1">Checking changes of depended ontologies</head><p>Ontology Manager shows developers which ontology has been changed. To maintain the consistency of dependency, the developer should get more information on, for example, that what concepts/slots in the depended ontology have been changed and which concepts in his ontology are influenced by the changes. Hozo shows such information on the tracking pane and the browsing pane of its ontology editor.</p><p>The tracking pane lists the changes in depended ontologies which influence on his ontology (see Figure <ref type="figure">6</ref>). Those changes are classified in three types (deleted, modified and added), and their types are represented by icons. The changes are shown by nodes with icons in tree structure, and the developer can know which concepts are influenced by the change through child nodes of the nodes. By clicking a node representing a concept, the selected concept in the ontology is pointed in the browsing pane of ontology editor.</p><p>In the browsing pane (see Figure <ref type="figure">7</ref>), the ontology is visualized in network structures, and the changed concepts are represented by same icons 5 as tracking pane shows. When the developer selects a changed concept, the concepts influenced by the change are highlighted on the browsing pane. And then, if the change type of the selected concept is modification, the details are shown.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.2">Modifying the ontology to keep the consistency</head><p>To keep the consistency of the ontology, Hozo suggests possible countermeasures for coping with each of the changes to the developer. These countermeasures are devised through our investigation on conceptual dependencies of ontologies and the change type of imported concepts <ref type="bibr" target="#b0">[1]</ref>.</p><p>In the beginning, Hozo shows the developer two major strategies: to accept the change and to reject it. The latter implies to redefine the changed concept in his ontology. For example, if the change type is modification of an imported concept, acceptance of the change corresponds to replace the imported concept with the 4 The developer can use imported concepts to define another concept. For example, he can define sub classes of them. 5 On the browsing pane, sky blue nodes represent imported concepts from depended ontologies. Therefore, only sky blue nodes can have the icons because the changes appear only on the imported concepts in the distributed ontology development. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Selected concept</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Selected</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Import Dialog</head><p>Concept depended by selected concept modified one. And, if the change type is deletion of imported concept, the acceptance corresponds to deletion of the concept.</p><p>The developer can apply these countermeasures by selecting it through a pop up menu on the browsing pane. After applying countermeasures, he edits his ontology for coping with the change if necessary. In that case, it is helpful to him that the system shows the concepts influenced by the change. Furthermore, if he needs advanced strategies, the system shows him all countermeasures <ref type="foot" target="#foot_2">6</ref>with their details on a harmonizing pane.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Related Works</head><p>PromptDiff includes a version-comparison algorithm and enables users to view the differences between the versions <ref type="bibr" target="#b4">[5]</ref>. It takes same approach with us, but it does not support distributed development discussed section 2. DILIGENT <ref type="bibr" target="#b5">[6]</ref> and ONKI <ref type="bibr" target="#b6">[7]</ref> supports distributed development of ontology through shared space for ontologies in the same way with Hozo. But they do not have functionalities to suggest countermeasures for coping with each of the changes to the developer when depended ontologies are modified. KAON and ours focus on that changes in one ontology can cause inconsistencies in other dependent ontologies. And, in order to ensure their consistencies, they propose deriving evolution strategies <ref type="bibr" target="#b7">[8]</ref>. But it does not provides strategies which reduce the influences against the changes although Hozo suggests them (e.g. deletion of a concept can be canceled by redefining it in another ontology). The difference is caused by different treatment of relationship between depended ontologies and dependent ontologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">CONCLUSION AND FUTURE WORK</head><p>In this paper, the authors discussed some functionalities of Hozo to support distributed ontology construction. Harmonization of ontology is an essential issue especially in a distributed development. Our system contributes to resolving the issue based on management of dependencies between ontologies. The functionalities can support to construct a single ontology by many developers collaboratively.</p><p>As future work, the authors plan to enhance our system according to the following future plan: (1) Maintenance of consistency among ontologies and its instance models based on our framework.</p><p>(2) Supporting native OWL without transformation of file format.</p><p>(3) Functionality to deal with OWL imports which refer to OWL files that are kept elsewhere. (4) Functionality for checking the ontology with a reasoner. </p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 .</head><label>1</label><figDesc>Figure 1. Distributed ontology development.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 . 3 )</head><label>23</label><figDesc>Figure 2. Architecture of Hozo</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 5 .</head><label>5</label><figDesc>Figure 5. Import Dialog.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 6 Figure 7 .</head><label>67</label><figDesc>Figure 6. Tracking Pane.</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">The OWL import mechanism is under improvement.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">A same component ontology may be constructed by several developers.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_2">We have not implemented some of advanced countermeasures yet. But, we suppose the two major strategies are enough for coping with the change in a lot of cases.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">ACKNOWLEDGMENTS</head><p>We are grateful to Mr. Mamoru Ohta for his support to implement our system.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">An Environment for Distributed Ontology Development Based on Dependency Management</title>
		<author>
			<persName><forename type="first">E</forename><surname>Sunagawa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of ISWC2003</title>
				<meeting>of ISWC2003</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="453" to="468" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Hozo: An Environment for Building/Using Ontologies Based on a Fundamental Consideration of &quot;Role&quot; and &quot;Relationship</title>
		<author>
			<persName><forename type="first">K</forename><surname>Kozaki</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of EKAW2002</title>
				<meeting>of EKAW2002<address><addrLine>Siguenza, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="213" to="218" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Organizing Role-concepts in Ontology Development Environment: Hozo</title>
		<author>
			<persName><forename type="first">E</forename><surname>Sunagawa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of 2005 AAAI Fall Symposium on Roles, an interdisciplinary perspective</title>
				<meeting>of 2005 AAAI Fall Symposium on Roles, an interdisciplinary perspective</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Fundamental Consideration of Role Concepts for Ontology Evaluation</title>
		<author>
			<persName><forename type="first">K</forename><surname>Kozaki</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of EON2006</title>
				<meeting>of EON2006<address><addrLine>Edinburgh, United Kingdom</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006-05-22">May 22, 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Tracking Changes during Ontology Evolution</title>
		<author>
			<persName><forename type="first">N</forename><surname>Noy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of ISWC2004</title>
				<meeting>of ISWC2004<address><addrLine>Hiroshima, Japan</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="259" to="273" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">An Argumentation Ontology for DIstributed, Loosely-controlled and evolvInG Engineering processes of oNTologies (DILIGENT)</title>
		<author>
			<persName><forename type="first">C</forename><surname>Tempich</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of ESWC2005</title>
				<meeting>of ESWC2005<address><addrLine>Greece</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="241" to="256" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">A Tool for Collaborative Ontology Development for the Semantic Web</title>
		<author>
			<persName><forename type="first">A</forename><surname>Valo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hyvonen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Komurainen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of DC 2005</title>
				<meeting>of DC 2005<address><addrLine>Madrid, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">User-driven Ontology Evolution Management</title>
		<author>
			<persName><forename type="first">L</forename><surname>Stojanovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Maedche</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Motik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Stojanovic</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of EKAW 2002</title>
				<meeting>of EKAW 2002<address><addrLine>Madrid, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="285" to="300" />
		</imprint>
	</monogr>
</biblStruct>

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