<?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">On the Relations between Structural Case-Based Reasoning and Ontology-based Knowledge Management</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Ralph</forename><surname>Bergmann</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Knowledge Management Group</orgName>
								<orgName type="institution">University of Hildesheim Data-and</orgName>
								<address>
									<postBox>PO Box 101363</postBox>
									<postCode>31113</postCode>
									<settlement>Hildesheim</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Martin</forename><surname>Schaaf</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Knowledge Management Group</orgName>
								<orgName type="institution">University of Hildesheim Data-and</orgName>
								<address>
									<postBox>PO Box 101363</postBox>
									<postCode>31113</postCode>
									<settlement>Hildesheim</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">On the Relations between Structural Case-Based Reasoning and Ontology-based Knowledge Management</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">531C75E665A81C768B86430CC019A354</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T23:28+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 addresses the relations between ontology-based knowledge management implemented by logic-oriented knowledge representation/retrieval approaches and knowledge management using case-based reasoning. We argue that knowledge management with CBR does not only very much resemble but indeed is a kind of ontology-based knowledge management since it is based on closely related ideas and a similar development methodology, although the reasoning paradigms are different. Therefore, we conclude by proposing to merge logic-oriented and casebased retrieval and also to extend the current view of the semantic web architecture respectively.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Motivation</head><p>Structural Case-based Reasoning (SCBR) and ontology-based knowledge management (OBKM) are widely discussed as technologies for building organizational memory information systems (OMIS) to support knowledge management [Al00; Be02; St02; Ab02]. When applying SCBR, the knowledge items (e.g., documents) are described by a characterization constructed from a previously developed domain vocabulary. The collection of all characterizations of the knowledge items constitutes the case base. In the traditional CBR view, the characterization can be considered as the problem description with the knowledge item itself (or a reference to it) as the solution. Queries to the OMIS are formulated in terms of the domain vocabulary and the similarity measure is used during retrieval to assess the utility <ref type="bibr" target="#b4">[Be01]</ref> of knowledge items. When applying OBKM, a domain ontology is constructed as a conceptual model for knowledge items described by metadata annotations. The domain ontology is represented using some logic formalism (e.g. F-Logic <ref type="bibr" target="#b24">[Ki95]</ref>) that facilitates the specification of relevant domain relations axiomatically. The metadata annotations of the documents are considered as facts and build, together with the ontology, a knowledge base that is the foundation of the OMIS. A dedicated inference mechanism is used to answer queries conforming to the logic formalism and the terms defined in the ontology. By comparing these two approaches, it becomes obvious that both are based on the same principle: knowledge items are abstracted to a characterization by metadata descriptions, which are used for further processing. This characterization is based on some vocabulary/ontology that is a shared conceptualization of the domain among the computer agents and users of the OMIS. Despite of these similarities, there is currently not much crosscitation in papers addressing the one or the other approach. Although some of the relations between both approaches might be implicitly clear, they have never been analyzed systematically and explicitly stated before. With this paper we want to unveil those relationships and break the borders between both approaches by claiming that KM by SCBR is a kind of OBKM. The difference lies mainly in the inference mechanism used: logic vs. utility-based reasoning. With this paper, we also want to contribute to a better understanding within the (recently) merged German SIGs on KM and CBR. This might be a starting point for further exploring new synergies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Ontology-based Knowledge Management</head><p>The notion of Ontology-based Knowledge Management (OBKM) refers to activities concerning the creation, accumulation, sharing, reuse and further development of knowledge in an organization within the context of explicitly defined conceptual models. The term ontology stands for the representation of a conceptual model and is the core of OBKM. Its philosophical origin goes back to Aristotle who is supposed to be the founder of metaphysics as a separate discipline. According to <ref type="bibr" target="#b10">[BS91]</ref>, metaphysic and ontology coincide partially and can be regarded from two different points of view: a) with respect to its object, e.g. thing, Ding, being etc., b) in relation to other philosophical and nonphilosophical disciplines. Within this paper we will emphasize only the technical aspects of OBKM and from this perspective we consider an ontology as formal description of the entities, relationships, and constraints that make the conceptual model. Depending on the expressiveness and the degree of formality of the underlying representation language, an ontology can range from a simple taxonomic hierarchy of classes to a logic program utilizing first-order predicate logic, modal logic, or even higher order logics with probabilities. In contrast to classical expert systems, ontology-based systems typically distinguish between multiple levels of knowledge from common sense knowledge to highly specific domain knowledge.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Ontological Engineering</head><p>As a relatively new sub-discipline of knowledge engineering, ontological engineering focuses on the systematic development of ontologies in a reusable and modular fashion and their maintenance. Ontological engineering has probably its origins in the CYC project <ref type="bibr" target="#b25">[LG90]</ref>, which first addressed the issue of reusability and modularity of large knowledge bases, and the development of the knowledge representation language KL-ONE <ref type="bibr" target="#b9">[BS85]</ref>, which was the first logical formalization of a frame-based semantic network.Other approaches for developing knowledge-based systems include contexts respective microtheories, compositional modelling, or knowledge composition and merging <ref type="bibr">]</ref>). KL-ONE inspired an entire new discipline in logical frame-based languages called terminological logics or description logics. It distinguishes between a T-Box, which is a sub-sumption hierarchy called the axioms or ontology of the knowledge base, and the A-Box that comprises the instance level knowledge (facts etc.). The T-Box is somewhat similar to a schema in relational database theory, while the A-Box particularly corresponds to tuples of a database. Although engineering principles for ontologies emphasize modularity and reusability, this is still very difficult to achieve for systems beyond research prototypes. It requires formal and declarative representation languages that have a standardized syntax, a well founded semantic, and the sufficient expressiveness for real world applications. Consequently, the most important advances in ontological engineering currently come from the research and standardization efforts for representation languages and models for the semantic web, which are developed on top of XML. A variety of languages compete to be the language of choice like the XML Ontology Exchange Language (XOL) <ref type="bibr" target="#b23">[Ka99]</ref>, the Ontology Inference Layer (OIL) <ref type="bibr" target="#b15">[Fe00]</ref>, the DARPA Agent Markup Language (DAML) <ref type="bibr" target="#b12">[DA02]</ref>, the Resource Description Framework (RDF) <ref type="bibr" target="#b27">[LS99]</ref> and the corresponding RDF Schema Specification [Ha02], or XML Topic Maps (XMT) <ref type="bibr" target="#b30">[PM01]</ref>. In the following we will briefly show two approaches, RDF(S) and DAML/OIL, that already have reached a certain level of maturity.</p><formula xml:id="formula_0">([Gu91], [FF91], [CP97], [<label>NM00</label></formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">RDF(S)</head><p>The Resource Description Framework (RDF) <ref type="bibr" target="#b27">[LS99]</ref> is a W3C recommendation for encoding, exchange, and reuse of structured metadata and uses XML as underlying language. The RDF Data Model is based on resources and properties. A resource is everything that can be uniquely identified by a Uniform Resource Identifier (URI). A property can associate resources with values and can be labeled by a name illustrating the relationship. RDF defines a set of atomic types for property values like strings or integers. Furthermore, a property value may be another property enabling the specification of directly labeled graphs, which can be interpreted as a semantic network, or a collection of values.</p><p>RDF is an easy to use formalism that resembles very much an entity relationship diagram.</p><p>Meanwhile, it has become the foundation of higher-level standardizations and many ontology-based systems allow using RDF for metadata (A-Box) but keep a proprietary formalism for the ontology itself. An approach to close this gap led to the development of RDF Schema <ref type="bibr" target="#b8">[BG02]</ref> that denotes some special associations, for instance a "subClassOf" relation, and thereby provides mechanisms to define classes of resources, to restrict possible combinations of classes and relationships, and detect violations of those restrictions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">DAML+OIL</head><p>Although current efforts of the W3C aim to supply a model-theoretic semantic for RDF and RDF Schema <ref type="bibr" target="#b22">[Ha02b]</ref> in order to enable a unique interpretation for automatic reasoning, RDF(S) still lacks the necessary expressive power for many applications. Hence, two extensions to RDF(S), namely the DARPA Agent Markup Language (DAML) <ref type="bibr" target="#b12">[DA02]</ref> and the Ontology Inference Layer (OIL) <ref type="bibr" target="#b15">[Fe00]</ref>, have been proposed and finally merged into DAML+OIL [Ha02a] because of their similarity. DAML+OIL is based on description logics encoded in RDF. In addition to RDF(S), DAML provides the ability to express the equivalence or disjointness of classes, additional restrictions like cardinality, or to build new classes as intersections or complements of other classes. Furthermore, DAML has been integrated with XML Schema providing a rich set of data types, which are still missing in RDF(S). The further evolution of DAML+OIL is the Ontology Web Language (OWL) <ref type="bibr" target="#b13">[De02]</ref> for what a first language reference as a W3C working draft is available, now.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4">On the Usage of Ontologies in OBKM</head><p>Gruber <ref type="bibr" target="#b19">[Gr93]</ref> defines an ontology as "an explicit specification of a conceptualization" committed by a set of agents "so that they can communicate about a domain of discourse". This definition proposes ontologies as a formal representation of background knowledge in a multi-agent environment enabling, for instance, distributed reasoning across multiple knowledge bases. By assuming any problem or task specific knowledge being implemented by the agents, it implies also an important design principle for ontology-based systems with respect to modularity and reusability.</p><p>A more focused use for ontologies, especially for OBKM purposes, is the systematic creation and storage of knowledge assets based on the characterization of knowledge items <ref type="bibr" target="#b16">[Fe98]</ref>. Here, ontology and characterization are the key for content-based access (filter, retrieve, render, etc.) to knowledge items <ref type="bibr" target="#b21">[Gu99]</ref>. Furthermore, the ontology itself can serve as a communication base about the products and processes e.g. for generating explanations to users. In the following we will illustrate these very basic ideas by a simple example. Table <ref type="table" target="#tab_0">1</ref> shows an excerpt of an F-Logic<ref type="foot" target="#foot_0">1</ref>  <ref type="bibr" target="#b24">[Ki95]</ref> specification how it might be used in the FLORID <ref type="bibr" target="#b18">[FL02]</ref> system as ontology for a document management approach maintaining publications submitted to a particular event (e.g. a workshop).  The specification contains only F-Logic signatures that correspond to the T-Box in KL-ONE. They indicate, for example, that each publication has authors, a location given by a Uniform Resource Identifier (URI), and the link to the particular event. An event, e.g. a workshop, has some dates associated (e.g. submission deadline) as well as a set of topics.</p><formula xml:id="formula_1">=&gt; =&gt;&gt; =&gt; =&gt; =&gt;&gt; , , : [ ] [ ] [ X T E X publication topics T X submittedTo E E topics T − &gt;&gt; ← − &gt; ∧ − &gt; &gt; ∀ ]<label>(</label></formula><p>Furthermore, rule (*) formalizes the simple relationship between the associated topics of the document and the topics of the event.</p><p>The necessary link to a knowledge item, e.g. a PDF-file containing a publication or a web site announcing a workshop, is now established by a meta-data characterization that somehow conforms to the ontology in Table <ref type="table" target="#tab_0">1</ref>. Such a characterization does not require an expressive underlying formalism but must allow identifying the concepts and associated entities of the ontology in a unique and unambiguous way. For instance Figure <ref type="figure" target="#fig_1">1</ref> illustrates the usage of RDF for characterization of a publication. The properties of the RDF description are labeled as the slots of the corresponding F-Logic frame and assign resources as values. From a theoretical point of view, it does not matter if such a characterization is part of the knowledge itself or provided separately. Furthermore, depending on the ontology-based system, conformance requirements are more or less strict. Typically, even a simple and weakly typed entity-relationship representation like RDF is sufficient. Some ontology representation languages like DAML/OIL extend RDF by own constructs that allow interpreting the ontology itself as a kind of schema for the characterization. In addition to traditional database schemes, ontologies provide an axiomatic base of the stored knowledge items making it possible to implement retrieval, filtering etc. by derivation. For instance, retrieval of knowledge items is, beside communication and cooperation, the most frequent application of ontology-based systems in OBKM and can be facilitated by queries like</p><formula xml:id="formula_2">[ ] } { }, {exp : turing authors agement erienceMan topics n publicatio X x &gt;&gt; − &gt;&gt; − ← ∀</formula><p>that selects all documents with (co-) author turing related to the topic experienceManagement. An appropriate inference system can answer the query by proving if it is a consequence from the ontology and the set of characterizations (considered as facts) and thereby finding characterizations as substitutions for the variable X that represent the requested documents. Finally, we would like to mention, that using the ontology as an axiomatic base for a logic calculus, derivation is, of course, restricted to the deductive closure of the axioms.</p><p>In CBR there are three main approaches that differ in the sources, materials, and knowledge they use <ref type="bibr" target="#b7">[Be99]</ref>. The textual CBR approach is similar to traditional information retrieval in that it works directly on the text documents.There is no a-priori domain model, but similarity measures can be introduced between the words occurring in the documents. Therefore, retrieval is very similar to keyword matching, but considers the similarity for document scoring. Conversational CBR captures the knowledge contained in customer/agent conversations. A case is represented through a list of questions that varies from one case to the other. There is no domain model and no standardized structure for all the cases.This approach is very useful for domains where a high volume of simple problems must be solved again and again. The structural CBR approach is the third approach and relies on cases that are described with attributes and values that are pre-defined. In different SCBR systems, attributes may be organized as flat tables, or as sets of tables with relations, or they may be structured in an object-oriented manner. The SCBR approach is useful in domains where additional knowledge, beside cases, must be used in order to produce good results. In the following we focus on the SCBR approach.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Knowledge Containers</head><p>In the SCBR approach, knowledge is represented in one of the four knowledge containers: the vocabulary used, the similarity measure, the solution transformation, and the case-base <ref type="bibr" target="#b31">[Ri95]</ref>. In principle, each container is able to carry all the available knowledge, but this does not mean that this is advisable. The first three containers include compiled knowledge (with "compile time"we mean the development time before actual problem solving, and "compilation" is taken in a very general sense including human coding activities), while the case-base consists of case-specific knowledge that is interpreted at run time, i.e. during actual problem solving. For compiled knowledge the maintenance task is as difficult as for knowledge-based systems in general. However, for interpreted knowledge, the maintenance task is easier because it results in updating the case-base only. In our opinion, a main attractiveness of CBR comes from the flexibility to decide pragmatically which container includes which knowledge. When applying SCBR to knowledge management, the characterization of the knowledge items is stored in the case base. Ideally, the vocabulary used to represent the cases is developed a-priori for the domain at hand and is considered as stable.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Vocabulary Representation in CBR</head><p>State-of-the-art CBR systems make use of an object-oriented vocabulary representation [Ma94; AP95]. Object-oriented case representations can be seen as an extension of the attribute-value representation. They make use of the data modeling approach of the objectoriented paradigm including is-a and other arbitrary binary relations as well as the inheritance principle. Such representations are particularly suitable for complex domains in which cases with different structures occur.</p><p>The structure of an object is described by an object class that defines the set of attributes together with a type (set of possible values or sub-objects) for each attribute. Object classes are arranged in a class hierarchy, that is usually a n-ary tree in which sub-classes inherit attributes as well as their definition from the parent class. Moreover, we distinguish between simple attributes, which have a simple type like Integer or Symbol, and socalled relational attributes. Relational attributes hold complete objects of some (arbitrary) class from the class hierarchy. They represent a directed binary relation, e.g., a part-of relation, between the object that defines the relational attribute and the object to which it refers. Relational attributes are used to represent complex case structures. The ability to relate an object to another object of an arbitrary class (or an arbitrary sub-class from a specified parent class) enables the representation of cases with different structures in an appropriate way. Different representation languages for the vocabulary have been developed such as CASUEL <ref type="bibr" target="#b28">[Ma94]</ref> and the XML-based Orenge Model Markup language <ref type="bibr">[ST02]</ref> used in the commercial CBR tool orenge from empolis. When applying CBR for KM, the development of the vocabulary is a crucial issue. The vocabulary is used for characterizing the knowledge items to be searched. When developing a vocabulary, the following must be considered: Utility Distinguishability: The vocabulary must be complete in the following sense: it must be possible to decide based on the selected classes and attribute values whether it is possible to make use of the knowledge item in a new situation. If it is not possible to distinguish two knowledge items that must be distinguished based on the attributes in the characterization, new attributes or classes must be added to enable the differentiation between the two. This criterion has been formalized in <ref type="bibr" target="#b5">[Be02]</ref>.</p><p>Common Understanding: There must be a common understanding of the use of the vocabulary items (and the entire representation language) among the persons or agents in charge of characterizing knowledge items and the users formulating a query with these items. That is, all people involved should characterize a knowledge item the same way and should characterize their queries the same way. In many KM project that involve CBR technology, it has been recognized that the development of such a shared vocabulary is a very difficult task explicitly addressed in development methodologies for CBR applications, such as the INRECA methodology <ref type="bibr" target="#b7">[Be99]</ref>.</p><p>Besides these criteria, one usually aims at achieving a vocabulary in which the attributes are independent from each other (i.e., there is no functional dependency) and the set of attributes is minimal (i.e., there is no redundant attribute). Although these criteria help in the engineering of appropriate similarity measures, they are not mandatory and are often ignored if there is not one single clearly defined task to be supported with the OMIS.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Characterizations</head><p>For applying CBR for KM, the cases to be stored in the cases base usually consist of a characterization part and a lesson part. The characterization part is represented using the vocabulary and consists of a collection of objects instances from the classes of the vocabulary. The lesson part just consists of a link to the knowledge item that is characterized.</p><p>For a given set of knowledge items, these characterizations must be constructed either manually, i.e. the documents must be annotated with their characterization, or by applying text-mining approaches. In the latter case, syntactic text analysis rules can be applied to map certain text patterns to attribute values or object instances of the characterization.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4">Similarity, Utility, and Rules</head><p>The similarity measures used in CBR are of critical importance during the retrieval of knowledge items for a new query. Unlike in early CBR approaches, the recent view is that similarity is usually not just an arbitrary distance measure, but a function that approximately measures utility. The similarity measure assesses the utility of a knowledge item only based on the characterization. The knowledge container view made clear that the similarity measure itself contains (compiled) knowledge. This is knowledge about the utility of a knowledge item re-applied in a new context <ref type="bibr" target="#b4">[Be01]</ref>. Connected with this observation was the need to model similarity knowledge explicitly for an application domain, as it is done with other kinds of knowledge too. Current similarity modeling approaches are tightly integrated with object-oriented vocabulary representations <ref type="bibr" target="#b5">[Be02]</ref>.</p><p>The similarity measure allows the retrieval of knowledge items that do not exactly match the query, but which can differ in many ways. The similarity value imposes a partial ordering on the knowledge items according to their relevance for the current query, which is an important feedback to the user of the OMIS. Beside the use of similarity measures, CBR research also came up with approaches for integrating rule-based background knowledge <ref type="bibr" target="#b0">[Aa91,</ref><ref type="bibr" target="#b6">Be96,</ref><ref type="bibr" target="#b5">Be02]</ref>. For example with completion rules, it is possible to derive deductive, logical conclusions from the characterization of knowledge items. These conclusions are stored as part of the characterization for each knowledge item, i.e., for each knowledge item, the deductive closure (which must of course be guaranteed to be finite) is determined and stored in as part of the case in the case base. During retrieval the deductive close is also computed for the query and the similarity is determined between the extended representations. The most common use of this approach is for determining derived (or also called virtual) attributes that are computed from the given representation for the means of similarity assessment.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Relations between Structural CBR and OBKM</head><p>From the previous analysis of knowledge management by SCBR and OBKM it should have become clear that both rely on metadata annotations that serve the purpose of characterizing instead of formalizing knowledge items. In CBR these characterizations are called cases and, basically, it does not matter where the representation of the characterization is physically located. It may be stored together with the knowledge item itself (e.g. by using a structured XML-based format) or, as with CBR, in a case base. A more important relationship is given by the SCBR vocabulary that very much resembles the ontology in OBKM. Both are formal models for restricting the possible interpretations of metadata annotations thereby providing the necessary background knowledge for semantic-based access to knowledge items. It is obvious that the fundamental types of knowledge of SCBR and OBKM are strongly related as shown in Figure <ref type="figure" target="#fig_2">2</ref>. Hence, from these relationships follows that design principles for SCBR and OBKM are closely related, too. Several CBR development and maintenance approaches have been researched, for instance the INRECA methodology <ref type="bibr" target="#b7">[Be99,</ref><ref type="bibr" target="#b33">Ta01]</ref>, and they are at least partially structured according to the CBR knowledge containers and do address the vocabulary development as well. For OBKM, <ref type="bibr">[St02]</ref> follows a KADS oriented methodology and presents a meta-process for systematic ontology development that utilizes SE-tools.  An important difference between both approaches results from the fact that SCBRsystems are often isolated and closed in the sense that they are not developed with respect to cooperation with other systems. For that reason, though research of vocabulary representation languages led to expressive languages [Ma94; AP95], standardization was not a big issue in past CBR research. Most SCBR-based systems rely on proprietary, sometimes even XML compliant, languages for the vocabulary and the cases but do not allow an easy knowledge exchange. However, current research for distributed CBR <ref type="bibr" target="#b26">[LS02]</ref> shows how CBR can benefit from systems that are able the search across multiple-case bases. Of course, this is only possible if a standardized, shared knowledge representation language enables unambiguous interpretation of cases stored in the different case bases. The coincidence of an SCBR vocabulary and an ontology becomes even more prevalent if we compare vocabulary representation approaches to ontology representation languages mentioned earlier in this paper. They provide nearly the same expressiveness by utilizing object-oriented technology allowing the specification of concept hierarchies, arbitrary binary relations, types, and rules e.g. like definite clauses in horn logic. Neglecting the fact that an ontology typically serves many purposes one can say that a SCBR vocabulary is an ontology of the domain of discourse underlying the SCBR application. The major difference between the SCBR and OBKM approach results from different reasoning strategies. As mentioned before, most ontology-based systems utilize logic-based inference, while SCBR systems provide a search functionality that makes use of similarity measures for ranking results according to their utility with respect to a given query. In our opinion, both reasoning strategies complement each other very well. On the one hand, logic deduction produces only correct and provable results, which are consequences of the ontology and metadata. Computer agents normally require this for further processing. On the other hand, SCBR retrieval suggests results even in the case that no exactly matching answers can be found. This has been proven as highly efficient in many real-world applications <ref type="bibr" target="#b7">[Be99]</ref>. For realizing the utility-oriented search, SCBR systems introduce an addi-tional kind of knowledge that is the similarity model. Although the similarity model is part of the problem knowledge, it is a first-class citizen of each CBR system in the sense that constructs required for specification are usually part of the vocabulary representation language. This emphasizes the more problem-oriented approach of SCBR.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusions</head><p>Within this paper we analyzed knowledge management by SCBR and ontology-based knowledge management and showed a strong relationship between both approaches with respect to technological but also to methodological issues. However, we identified several differences, too, being a potential source for synergies. For example, OBKM comes up with a variety of standardized knowledge representation languages. Their incorporation into SCBR-based systems would enable to apply CBR technology to a broader range of applications. As a consequence, this makes it possible to develop unified modeling tools for greater flexibility. The decision between the different reasoning strategies supported by SCBR and OBKM may be postponed to a later phase of the development. Conversely, ontology engineering could take advantage of experiences with real-world SCBR applications that are discussed, for example, in <ref type="bibr" target="#b7">[Be99]</ref>. Finally, by having a closer look at the current state of the semantic web, it becomes obvious that, even under the assumption of standardized knowledge representation languages, ontologies are often highly specific to their domain of discourse. Hence, interoperability can only be achieved by some kind of semantic unification. For that purpose, a strict, logic-oriented approach does not seem to be the ultimate solution, especially when only an approximation of unification is possible. SCBR, beside arbitrary probabilistic approaches, seems to be a good starting point for further research because of its strong relationship to OBKM. It introduces the similarity model as another type of knowledge that recommends itself to become part of future extensions to knowledge representation standards.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: RDF Example Characterization</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Ontology vs. SCBR Knowledge Containers</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 : Excerpt of an Ontology in F-Logic</head><label>1</label><figDesc></figDesc><table><row><cell></cell><cell></cell><cell cols="3">: workshop event</cell><cell>.</cell></row><row><cell></cell><cell></cell><cell>event</cell><cell>[</cell></row><row><cell></cell><cell></cell><cell cols="3">title</cell><cell>=&gt;</cell><cell>string</cell><cell>;</cell></row><row><cell></cell><cell></cell><cell cols="2">cfp</cell><cell>=&gt;</cell><cell>URI</cell><cell>;</cell></row><row><cell></cell><cell></cell><cell cols="3">@( appDay string</cell><cell>)</cell><cell>=&gt;</cell><cell>; date</cell></row><row><cell></cell><cell></cell><cell cols="3">topics</cell><cell>=&gt;&gt;</cell><cell>; topic</cell></row><row><cell></cell><cell></cell><cell>].</cell><cell></cell></row><row><cell>:: knowledgeManagement topic .</cell><cell></cell><cell></cell><cell></cell></row><row><cell>:: experienceManagement knowledgeManagement</cell><cell>.</cell><cell></cell><cell></cell></row><row><cell cols="2">:: knowledgeRepresentation knowledgeManagement</cell><cell>.</cell><cell></cell></row><row><cell>* )</cell><cell></cell><cell></cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">F-Logic is a descendant of KL-ONE, which does not distinguish between A-Box and T-Box knowledge.</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">A knowledge intensive integrated approach to problem solving and sustained learning</title>
		<author>
			<persName><forename type="first">A</forename><surname>Aamodt</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1991">1991</date>
		</imprint>
		<respStmt>
			<orgName>University of Trondheim</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">PhD Thesis</note>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m">Geschäftsprozessorientiertes Wissensmanagement</title>
				<editor>
			<persName><forename type="first">A</forename><surname>Abecker</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Hinkelmann</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Maus</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><forename type="middle">J</forename><surname>Müller</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer Verlag</publisher>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Using a case-based reasoning strategy to build learning software organizations</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">D</forename><surname>Althoff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Bomarius</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Tautz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Journal on Intelligent Systems</title>
		<imprint>
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Reflection in NOOS: An object-oriented representation language for knowledge modelling</title>
		<author>
			<persName><forename type="first">J</forename><surname>Arcos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Plaza</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IJCAI-95 Workshop on reflection and metalevel architecture and their applications in AI</title>
				<imprint>
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Utility-Oriented Matching: A New Research Direction for Case-Based Reasoning</title>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Richter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schmitt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Stahl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Vollrath</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">9th German Workshop on Case-Based Reasoning, GWCBR&apos;01</title>
				<editor>
			<persName><surname>Schnurr</surname></persName>
		</editor>
		<editor>
			<persName><surname>Staab</surname></persName>
		</editor>
		<editor>
			<persName><surname>Studer</surname></persName>
		</editor>
		<editor>
			<persName><surname>Stumme</surname></persName>
		</editor>
		<editor>
			<persName><surname>Sure</surname></persName>
		</editor>
		<meeting><address><addrLine>Shaker</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
	<note>Professionelles Wissensmanagement</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Experience Management: Foundations, Development Methodology, and Internet-Based Applications</title>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">LNAI</title>
		<imprint>
			<biblScope unit="volume">2432</biblScope>
			<date type="published" when="2002">2002</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Integrating general knowledge with object-oriented case representation and reasoning</title>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Wilke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Vollrath</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Wess</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">4th German Workshop: Case-Based Reasoning -System Development and Evaluation</title>
		<title level="s">Informatik-Berichte Nr</title>
		<editor>
			<persName><forename type="first">H.-D</forename><surname>Burkhard</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Lenz</surname></persName>
		</editor>
		<meeting><address><addrLine>Humboldt-Universität Berlin</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1996">1996</date>
			<biblScope unit="volume">55</biblScope>
			<biblScope unit="page" from="120" to="127" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Developing industrial case-based reasoning applications</title>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Breen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Göker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Manago</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Wess</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">LNAI</title>
		<imprint>
			<biblScope unit="volume">1612</biblScope>
			<date type="published" when="1999">1999</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><surname>Brickley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">V</forename><surname>Guha</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/rdf-schema/" />
		<title level="m">RDF Vocabulary Description Language 1.0: RDF Schema</title>
				<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">An Overview of the KL-ONE Knowledge Representation System</title>
		<author>
			<persName><forename type="first">R</forename><surname>Brachmann</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="b10">
	<monogr>
		<title level="m" type="main">Handbook of Metaphysics and Ontology</title>
		<author>
			<persName><forename type="first">H</forename><surname>Burkhardt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Smith</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1991">1991</date>
			<publisher>Philosophia</publisher>
			<pubPlace>Munich</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Building Concept Representations from Reusable Components</title>
		<author>
			<persName><forename type="first">P</forename><surname>Clark</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Porter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceddings of AAAI &apos;97</title>
				<meeting>eddings of AAAI &apos;97<address><addrLine>Menlo Park, CA</addrLine></address></meeting>
		<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="1997">1997</date>
			<biblScope unit="page" from="369" to="376" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<ptr target="lastvisited:10/" />
		<title level="m">The DARPA Agent Markup Language Homepage</title>
				<imprint>
			<date type="published" when="2002-01">2002. 01/2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Dean</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Connolly</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Harmelen</surname></persName>
		</author>
		<author>
			<persName><surname>Van</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hendler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Mcguinness</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">F</forename><surname>Patel-Schneider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">A</forename><surname>Stein</surname></persName>
		</author>
		<title level="m">OWL Web Ontology Language 1</title>
				<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<ptr target="lastvisited:10/01/2002" />
		<title level="m">W3C Working Draft 29</title>
				<imprint>
			<date type="published" when="2002-07">July 2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">OIL in a nutshell In: Knowledge Acquisition, Modeling, and Management</title>
		<author>
			<persName><forename type="first">D</forename><surname>Fensel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the European Knowledge Acquisition Conference (EKAW-2000</title>
		<title level="s">Lecture Notes in Artificial Intelligence</title>
		<editor>
			<persName><forename type="first">R</forename><surname>Dieng</surname></persName>
		</editor>
		<meeting>the European Knowledge Acquisition Conference (EKAW-2000</meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Ontobroker: The Very High Idea</title>
		<author>
			<persName><forename type="first">D</forename><surname>Fensel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Decker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Erdmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Studer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 11th International Flairs Conference (FLAIRS-98)</title>
				<meeting>the 11th International Flairs Conference (FLAIRS-98)<address><addrLine>Sanibal Island, Florida</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1998-05">1998. May 1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Compositional Modeling: Finding the Right Model for the Job</title>
		<author>
			<persName><forename type="first">B</forename><surname>Falkenheiner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Forbus</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">51</biblScope>
			<biblScope unit="page" from="95" to="143" />
			<date type="published" when="1991">1991</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<ptr target="http://www.informatik.uni-freiburg.de/~dbis/florid/" />
		<title level="m">The FLORID/FloXML Project</title>
				<imprint>
			<date type="published" when="2002-01">2002. 10/01/2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">A translation approach to portable ontologies</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">R</forename><surname>Gruber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Knowledge Acquisition</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="199" to="220" />
			<date type="published" when="1993">1993</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<title level="m" type="main">Contexts: A Formalization and Some Applications</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">V</forename><surname>Guha</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1991">1991</date>
		</imprint>
		<respStmt>
			<orgName>Stanford University</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Ph.D. Thesis</note>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">OntoSeek: Content-Based Access to the Web</title>
		<author>
			<persName><forename type="first">N</forename><surname>Guarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Masolo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Vetere</surname></persName>
		</author>
		<ptr target="http://www.daml.org/2001/03/reference.html" />
	</analytic>
	<monogr>
		<title level="m">Reference description of the DAML+OIL ontology markup language</title>
				<editor>
			<persName><forename type="first">Peter</forename><forename type="middle">F</forename><surname>Frank Van Harmelen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Ian</forename><surname>Patel-Schneider</surname></persName>
		</editor>
		<editor>
			<persName><surname>Horrocks</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="1999">1999. 2002</date>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page" from="70" to="80" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">RDF Model Theory</title>
		<author>
			<persName><forename type="first">P</forename><surname>Hayes</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/rdf-mt/" />
	</analytic>
	<monogr>
		<title level="m">W3C Working Draft 29</title>
				<imprint>
			<date type="published" when="2002-04">2002. April 2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">XOL: An XML-Based Ontology Exchange Language</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">D</forename><surname>Karp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">K</forename><surname>Vinay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Thomere</surname></persName>
		</author>
		<ptr target="http://www.ai.sri.com/pkarp/xol/,lastvisited:10/03/2002" />
	</analytic>
	<monogr>
		<title level="m">Pangaea Systems and SRI, International</title>
				<imprint>
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Logical Foundations of Object Oriented and Frame Based Languages</title>
		<author>
			<persName><forename type="first">M</forename><surname>Kifer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lausen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of ACM</title>
		<imprint>
			<biblScope unit="volume">42</biblScope>
			<biblScope unit="page" from="741" to="843" />
			<date type="published" when="1995">1995. 1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<title level="m" type="main">Building Large Knowledge-Based Systems</title>
		<author>
			<persName><forename type="first">D</forename><surname>Lenat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Guha</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1990">1990</date>
			<publisher>Addison-Wesley</publisher>
			<pubPlace>Reading, MA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Automatically Selecting Strategies for Multi-Case-Base Reasoning</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">B</forename><surname>Leake</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Sooriamurthi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings ECCBR</title>
				<meeting>ECCBR</meeting>
		<imprint>
			<date type="published" when="2002">2002. 2002</date>
			<biblScope unit="page" from="204" to="233" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<title level="m" type="main">Resource Description Framework (RDF) Model and Syntax Specification</title>
		<author>
			<persName><forename type="first">O</forename><surname>Lassila</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Swick</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/REC-rdf-syntax/,lastvisited:10/03/2002" />
		<imprint>
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">CASUEL: A common case representation language</title>
		<author>
			<persName><forename type="first">M</forename><surname>Manago</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Wess</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Traphöner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESPRIT Project INRECA</title>
				<imprint>
			<date type="published" when="1994">1994</date>
		</imprint>
		<respStmt>
			<orgName>University of Kaiserslautern</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Deliverable D1</note>
</biblStruct>

<biblStruct xml:id="b29">
	<monogr>
		<title level="m" type="main">PROMPT: Algorithm and Tool for Automated Ontology Merging and Alignment</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">F</forename><surname>Noy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Musen</surname></persName>
		</author>
		<idno>SMI-2000-0831</idno>
		<imprint>
			<date type="published" when="2000">2000</date>
		</imprint>
		<respStmt>
			<orgName>Stanford Medical Informatics</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report</note>
</biblStruct>

<biblStruct xml:id="b30">
	<monogr>
		<ptr target="http://www.topicmaps.org/xtm/index.html" />
		<title level="m">XML Topic Maps (XTM) 1.0 -TopicMaps</title>
				<editor>
			<persName><forename type="first">S</forename><surname>Pepper</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Moore</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2001-10">2001. 10/03/2002</date>
		</imprint>
	</monogr>
	<note>Org Specification</note>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">The Knowledge Contained in Similarity Measures</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Richter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Invited talk at the First International Conference on CBR (ICCBR-95</title>
				<imprint>
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><surname>Staab</surname></persName>
		</author>
		<title level="m">Wissensmanagement mit Ontologien und Metadaten</title>
				<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
		<respStmt>
			<orgName>Informatik Spektrum</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<monogr>
		<title level="m" type="main">Customizing Software Engineering Experience Management Systems to Organizational Needs</title>
		<author>
			<persName><forename type="first">C</forename><surname>Tautz</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2001">2001. 2001</date>
			<pubPlace>Stuttgart, Germany</pubPlace>
		</imprint>
		<respStmt>
			<orgName>Department of Computer Science, University of Kaiserslautern, Fraunhofer IRB</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">PhD Thesis</note>
</biblStruct>

<biblStruct xml:id="b34">
	<monogr>
		<title level="m" type="main">Knowledge Modelling</title>
		<author>
			<persName><forename type="first">J</forename><surname>Schumacher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Traphöner</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2000">2002. 2000</date>
		</imprint>
		<respStmt>
			<orgName>WEBSELL Project</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report</note>
	<note>Deliverable</note>
</biblStruct>

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