<?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">Structure-based Analysis and Modularization of Ontologies</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Gökhan</forename><surname>Coskun</surname></persName>
							<email>coskun@inf.fu-berlin.de</email>
							<affiliation key="aff0">
								<orgName type="institution">Freie Universität Berlin</orgName>
							</affiliation>
						</author>
						<author>
							<persName><roleName>Prof. Dr</roleName><forename type="first">-Ing</forename><forename type="middle">Robert</forename><surname>Tolksdorf</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Freie Universität Berlin</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Structure-based Analysis and Modularization of Ontologies</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">B5F37347A350AB06C8A0B1B7F769BB89</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T23:44+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>Ontology Reuse, Ontology Modularization</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Defined as a problem-relevant, explicit and formal specification of a shared conceptualization, ontologies became a new hype in the context of the Semantic Web. Being a shared knowledge its potential for information integration in the large World Wide Web is promising. But either the reuse of existing ontologies or the matching of different ontologies is unavoidable for this integration. Therefore means for analyzing ontologies as well as modularization techniques for partial reuse are very important and a key for the success of information integration based on ontologies. Considering ontologies as networks of concepts connected through properties, this work makes use of network analysis techniques and graph measures. It aims at gaining insight to which extent structure based techniques can be modified so they are paying attention to the semantics inherent in ontologies. The expected contribution is a method and tool support for ontology engineers to analyze and modularize ontologies in a (semi-) automatic way. The main goal is to improve the (re-)usability and maintainability by increasing the understandability and allowing ontology engineers to refactor and reuse existing ontologies easily.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>were followed by some machine learning approaches <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b8">9,</ref><ref type="bibr" target="#b20">21]</ref>, which aimed at reducing the need for human intervention. The newest trend in ontology engineering is to build ontologies with a community in a collaborative manner (e.g. Holsapple et al. <ref type="bibr" target="#b13">[14]</ref>, DILIGENT <ref type="bibr" target="#b19">[20]</ref>, Dogma <ref type="bibr" target="#b15">[16]</ref>, HCOME <ref type="bibr" target="#b16">[17]</ref>, RapidOWL <ref type="bibr" target="#b1">[2]</ref>). In most methodologies ontology reuse is recommended, because it is expected to reduce engineering costs by avoiding re-building already existing conceptual models. Apart form reducing costs, reusing existing ontologies increases interoperability from the viewpoint of the Semantic Web, where ontologies are primarily considered as shared knowledge <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b4">5]</ref>.</p><p>Even though most of these approaches mention the reuse of existing ontologies as possible starting point, none of them describe in detail how to discover and analyze candidate ontologies. This is very important, because reusing ontologies presumes availability of already existing ontologies and discovery of potential candidates for the particular use case. In this regard Ontolingua and OntoSelect libraries are available and search engines as Swoogle<ref type="foot" target="#foot_0">1</ref> , Watson<ref type="foot" target="#foot_1">2</ref> and Ontosearch<ref type="foot" target="#foot_2">3</ref> has been already developed in the context of the Semantic Web. Although the problem of discovering potential candidate ontologies seems to be mainly solved, there is still an issue on selecting appropriate ontologies as well as understanding and analyzing them. Even though the Resource Description Framework (RDF) and the Web Ontology Language (OWL) files are based upon the Extensible Markup Language (XML) syntax, which is declared to be human readable, it takes some time to comprehend the content and the main structure and to understand the main idea and purpose of the model. Even the Friend of a Friend (foaf) vocabulary <ref type="foot" target="#foot_3">4</ref> which is rather small shows in its specification a grouping of the concepts as illustrated in Figure <ref type="figure" target="#fig_0">1</ref>, in order to provide the reader an easier way to understand this vocabulary. In case of ontologies with hundreds and thousands of concepts (SUMO<ref type="foot" target="#foot_4">5</ref> : 965 concepts, DBPedia<ref type="foot" target="#foot_5">6</ref> : 934 concepts ) it is nearly impossible for the human mind to overview the whole model. But this is essential to decide if a candidate ontology is really useful and whether it needs some customization.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Main Questions of the Thesis</head><p>Ontologies are semantic models with different expressiveness levels which are represented in RDF and OWL. A structure-based approach to analyze and modularize these semantic models need to tackle some issues during the development process. This section should provide a brief overview about open research questions which need to be solved during the development process. The first part of the research questions are derived from the ontologies itself and their properties, while the second part focuses on the ontology engineers which are addressed as the users of this framework.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Ontologies as Graphs</head><p>RDF allows to create structured information as triples following the form (Subject, Predicate, Object). The graph syntax of RDF allows to represent triples as graphs where the subjects and the objects are nodes and the predicates are directed edges (from subject to object). At this level the inherent semantic of OWL ontologies are not taken into consideration. Furthermore, the nodes and edges have different types, which are reflected in the labels (namespace and localname), which is a problem for standard Social Network Analysis approaches <ref type="bibr" target="#b14">[15]</ref>. Additionally, it is not possible to organize the edges and nodes into disjunct sets, because a resource which is a subject or an object in one statement might be a predicate in another statement. This problem can be avoided if in contrast to the RDF graph syntax every named entity of the ontology is represented as a node (even the predicate is a node, which is connected with the subject and the object). But as the number of properties which are used as predicates is much less than the number of resources used as subject and objects, this graph representation would lead to a very different structure in which the properties are very central nodes with high degree values. Some predicates as "hasLabel" or "hasComment" have an impact on the structural values. That is, their centrality values might be very high. It is very important to filter such concepts, which have an impact on the structural analysis but are not necessary to understand the content of an ontology. Furthermore, it is important to take different namespaces into consideration. It might be useful, to consider concepts from one namespace as a class of nodes and to analyze the connectedness of nodes from namespace to nodes of different namespaces.</p><p>Other open research questions derived from the graph representation of ontologies based on RDF and OWL are:</p><p>1. RDF specification allows to create blank nodes, which have an influence on the structure of the graph. How should these blank nodes be handled? 2. Ontologies allow reasoning which leads to a change in the structure of the ontology. Should these changes taken into account. That means, should a reasoning process executed before the structure-analysis process starts? 3. Ontologies might be expressed in different expressiveness levels (OWL Lite, OWL DL, OWL FULL). What is the impact of the expressiveness on the structure of an ontology? 4. Besides the schema ontologies represented in OWL may include instances.</p><p>Is it important to take them into account? In which cases do they have to be considered and which cases not?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">A Framework for Ontology Engineering</head><p>During the last years there is an increasing interest in the usability aspect of software products. For the success of a framework it is very important to take the addressed users' needs into account during the design process. Because this works addresses ontology engineers, their expectations of an ontology analysis and modularization framework have to be obtained and used as guidelines for the design process. This issue needs further investigation. At this point following questions have been identified:</p><p>1. How important are realtime and interactivity for ontology engineers? 2. What are the needs of ontology engineers, that have to be taken into account by developing an ontology analysis and modularization framework? 3. Ontology Engineering methodologies are mostly heavyweight. How can the framework be used in different methodologies?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">General Approach</head><p>This work is based on the belief that the utilization of semantic models would improve the quality of information systems and would enable interoperability in distributed open systems as the Web. But creating ontologies from scratch as well as analyzing, reusing and maintaining existing ontologies are complex tasks which are hindering broad acceptance and application of ontologies. This is identified as the main problem, which this work tries to solve by developing and implementing methods as well as techniques to analyze and modularize ontologies. Regarding the definition "The design science paradigm seeks to extend the boundaries of human and organizational capabilities by creating new and innovative artifacts" <ref type="bibr" target="#b12">[13]</ref> the design science paradigm is apparently the most suitable research methodology for this work. According to <ref type="bibr" target="#b24">[25]</ref> the process of design science research is a design cycle which comprise the following five subprocesses, which are used as a guidance for this research and to clarify the structure of this document.</p><p>1. Awareness of problem: Section 1 described the lack of appropriate techniques to analyze and modularize large ontologies, in order to simplify the reuse process. Efficient and flexible reusability in turn is seen as a key for the success of information integration based on ontologies. This problem is the main motivation for this research. 2. Suggestion: This work suggests to use structural information about ontologies to support the ontology analysis and modularization process in order to simplify ontology reusage. The problems of realizing this approach and the research question which have to be responded were presented in Section 2 while the proposed solution is discussed in Section 4 while . 3. Development: The current state of the design and implementation of an ontology analysis and modularization framework is presented in the second part of Section 4. 4. Evaluation. At this stage the evaluation process did not start yet. Therefore there will be a short presentation of the first ideas about this work's evaluation in Section 5.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion. Finally, Section 6 provides the conclusion and as this work is</head><p>still in progress it describes the next steps.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Proposed Solution</head><p>Considering ontologies as networks of concepts connected through properties, network analysis techniques and using network measures (e.g. node centrality, betweenness, density, similarity) are a promising approach to analyze and modularize ontologies. As a very well established discipline in science there are a lot of sophisticated methods and tools for network analysis available. We believe that these methods can be modified, extended (in order to take the semantics into consideration) and applied to ontologies, so that the ontology structure can be used to analyze the content and to identify regions, which can be seen as network "communities" and can be extracted as modules. Furthermore, we are convinced that structure analysis enables a first evaluation of the usability by allowing different views, so that existing ontologies can be easier comprehended by ontology engineers. This is very important because refactoring and reusing of existing models assume that these models are understood. The foundation of this work is the hypothesis, that analyzing and modularization of an ontology can be done in an efficient manner, by using structural information about the ontology. Some previously done related work have shown that this approach is promising. Structural analysis in <ref type="bibr" target="#b10">[11]</ref> is motivated by the idea to measure the importance of a node in an RDF graph, without distinguishing between schema and data. For ranking the nodes the closeness centrality values are used. AKTiveRank <ref type="bibr" target="#b0">[1]</ref> is a system which is motivated to facilitate reusing existing ontologies. It aims at improving ontology search engines by ranking ontologies based on structural properties of the search terms within the whole ontology. Four different measures are defined, which are calculated separately by ignoring the instances and the resulting values are merged.</p><p>In <ref type="bibr" target="#b14">[15]</ref> Semantic Network Analysis (SemNA) is introduced to analyze ontologies for the purpose of reuse and re-engineering. Different notions of node centrality are used, namely degree centrality, betweenness centrality and eigenvector centrality. Analyzing the network structure of an ontology as a basis for partitioning the class hierarchy into disjoint and covering set of concepts is presented in <ref type="bibr" target="#b21">[22]</ref>. Its main goal is to support distributed maintenance, selective reuse and efficient reasoning.</p><p>Therefore this work investigates on the application of network analysis techniques and network measures (e.g. node centrality, betweenness, density, similarity) to ontologies and aims at gaining insight to which extent structure based techniques can be modified so they are paying attention to the semantics inherent in ontologies. The expected contribution is a method and tool support for ontology engineers to analyze and modularize ontologies in a (semi-) automatic way. The main goal is to improve the usability and maintainability by increasing the understandability and allowing ontology engineers to refactor and reuse existing ontologies easily.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Current State of the Artifact</head><p>The current development of the artifact is at a very early state. As a very well known integrated development environment Eclipse allows to implement functional extensions through plugins. In this regard we have identified functional components which can be implemented as Eclipse plugins so an Ontology Modularization and Integration framework can be realized. Figure <ref type="figure" target="#fig_1">2</ref> illustrates the architecture of this framework. Based on the developed architecture, the decision was made to reuse the SONIVIS:Tool<ref type="foot" target="#foot_6">7</ref> to realize the targeted system. The SONIVIS:Tool is a network analysis software which is based upon Eclipse and allows easy extension through the Eclipse Plugin system. It provides already the Graph Analysis and the Visualization components and makes use of the Eclipse User Interface. Figure <ref type="figure" target="#fig_2">3</ref> illustrates the foaf vocabulary where the node size depends on the node degree. The biggest nodes in the visualization are "Agent", "Document", "Person", "OnlineAccount", and "Organization". If these concepts are compared with the concept groups (especially the group names) from the specification as illustrated in Figure <ref type="figure" target="#fig_0">1</ref> it obvious that there is a similarity. The group names "Personal Info, "Documents and Images" and "Online Accounts"contain some of the concepts which have a high centrality in the structure. This first insight is an indication for the applicability and usability of the chosen approach and justifies further investigation.</p><p>Research activities always have to be validated in order to measure its quality. Design science can make use of different evaluation approaches to evaluate the outcome. The most popular approaches are case study, professional review, goalfree evaluation, and goal-based evaluation.</p><p>At this stage of this work it has not been clarified in detail how the outcomes can be evaluated. The first ideas are to evaluate the ontology analysis aspect through professional reviews of different ontology engineers. The important question is whether these ontology engineers gain new insight about their ontologies when they are using this framework. As their personal opinion cannot really be quantified and objectively compared it is still an open question, in which degree this is really applicable. For the modularization of ontologies it is intended to apply different ontology evaluation methods as <ref type="bibr" target="#b18">[19]</ref> on the produced ontology modules to check their quality. For this approach case studies are necessary which are not found at this stage.</p><p>The goal-free evaluation is mainly a comparison activity of different solutions for the same problem based on some pre-defined criteria. Based on an in depth literature work about the state-of-the-art these criteria needs to be defined. In contrary, the goal-based evaluation focuses on the designed artifact itself. It gives a qualified view on the achievements of the proposed solution. The requirements which have been identified by the developer during the problem analysis process are used to evaluate to which extend they have been truly achieved. For this approach the problem to be solved have to be analyzed deeply and the requirements which have to be fulfilled by the artifact have to be formulated concretely.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Future Work</head><p>The vision of the Semantic Web brought new attention to ontologies by underlining its knowledge sharing aspect. Ontologies are considered as the most important means for information integration in the highly distributed and open Web. But either the reuse of existing ontologies or the matching of different ontologies is unavoidable for this integration. Therefore means for analyzing ontologies as well as modularization techniques for partial reuse are very important and a key for the success of information integration based on ontologies. Following the design science research methodology this work is grounded on the hypothesis, that analyzing and modularization of an ontology can be done in an efficient manner, by using structural information about the ontology.</p><p>As this work is still in progress the design and development process is ongoing and there are open research questions (see Section 2) which need further investigation. It is also expected that new questions will arise. Additionally, as mentioned in Section 5 it is still an open issue how this work is going to be evaluated. Use cases as well as criteria for goal-based and goal-free evaluation needs to found and defined.</p><p>-----</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Concept groups of the FOAF vocabulary in the specification</figDesc><graphic coords="2,134.77,458.57,345.84,119.81" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. Architecture of the Ontology Analysis and Modularization Framework</figDesc><graphic coords="6,134.77,478.39,345.82,161.87" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Structure visualization of the foaf vocabulary with node size depending on the node degree</figDesc><graphic coords="7,183.18,213.73,249.00,270.00" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://swoogle.umbc.edu</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://watson.kmi.open.ac.uk/WatsonWUI</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">http://www.ontosearch.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">http://xmlns.com/foaf/spec/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">http://www.ontologyportal.org/translations/SUMO.owl</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5">http://dbpedia.org/ontology</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_6">http://www.sonivis.org</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgements This work has been partially supported by the "InnoProfile-Corporate Semantic Web" project funded by the German Federal Ministry of Education and Research (BMBF) and the BMBF Innovation Initiative for the New German Länder -Entrepreneurial Regions.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Metrics for ranking ontologies</title>
		<author>
			<persName><forename type="first">Harith</forename><surname>Alani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christopher</forename><surname>Brewster</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 4th International Workshop on Evaluation of Ontologies for the Web (EON2006) at the 15th International World Wide Web Conference (WWW 2006)</title>
				<editor>
			<persName><forename type="first">Denny</forename><surname>Vrandečić</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Mari</forename><surname>Del</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Carmen</forename><surname>Suárez-Figueroa</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Aldo</forename><surname>Gangemi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">York</forename><surname>Sure</surname></persName>
		</editor>
		<meeting>the 4th International Workshop on Evaluation of Ontologies for the Web (EON2006) at the 15th International World Wide Web Conference (WWW 2006)<address><addrLine>Edinburgh, Scotland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006-05">May 2006</date>
			<biblScope unit="page" from="24" to="30" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">The rapidowl methodology-towards agile knowledge engineering</title>
		<author>
			<persName><forename type="first">Sören</forename><surname>Auer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">WETICE</title>
				<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="352" to="357" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Building and Reusing Ontologies for Electrical Network Applications</title>
		<author>
			<persName><forename type="first">A</forename><surname>Bernaras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Laresgoiti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Correra</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ECAI96. 12th European conference on Artificial Intelligence</title>
				<imprint>
			<publisher>John Wiley &amp; Sons, Ltd</publisher>
			<date type="published" when="1996">1996</date>
			<biblScope unit="page" from="298" to="302" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">The semantic web</title>
		<author>
			<persName><forename type="first">Tim</forename><surname>Berners-Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">James</forename><surname>Hendler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ora</forename><surname>Lassila</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Scientific American</title>
		<imprint>
			<date type="published" when="2001-05">May 2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Towards a reuse-oriented methodology for ontology engineering</title>
		<author>
			<persName><forename type="first">Elena</forename><surname>Paslaru</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bontas</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Malgorzata</forename><surname>Mochol</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th International Conference on Terminology and Knowledge Engineering TKE 2005</title>
				<meeting>the 7th International Conference on Terminology and Knowledge Engineering TKE 2005</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Case studies on ontology reuse</title>
		<author>
			<persName><forename type="first">Elena</forename><surname>Paslaru Bontas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Malgorzata</forename><surname>Mochol</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robert</forename><surname>Tolksdorf</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 5th International Conference on Knowledge Management</title>
				<meeting>the 5th International Conference on Knowledge Management</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Ontology Learning from Text: An Overview</title>
		<author>
			<persName><forename type="first">Paul</forename><surname>Buitelaar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Philipp</forename><surname>Cimiano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bernardo</forename><surname>Magnini</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005">2005</date>
			<publisher>IOS Press</publisher>
			<biblScope unit="volume">123</biblScope>
			<biblScope unit="page">7</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">What are ontologies, and why do we need them</title>
		<author>
			<persName><forename type="first">B</forename><surname>Chandrasekaran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><forename type="middle">R</forename><surname>Josephson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">Richard</forename><surname>Benjamins</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Intelligent Systems</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page" from="20" to="26" />
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Learning taxonomic relations from heterogeneous sources of evidence</title>
		<author>
			<persName><forename type="first">Philipp</forename><surname>Cimiano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Aleksander</forename><surname>Pivk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lars</forename><surname>Schmidt-Thieme</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Steffen</forename><surname>Staab</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Ontology Learning from Text: Methods, Evaluation and Applications, Frontiers in Artificial Intelligence</title>
				<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Methontology: from ontological art towards ontological engineering</title>
		<author>
			<persName><forename type="first">Mariano</forename><surname>Fernandez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Asuncion</forename><surname>Gomez-Perez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Natalia</forename><surname>Juristo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the AAAI97 Spring Symposium Series on Ontological Engineering</title>
				<meeting>the AAAI97 Spring Symposium Series on Ontological Engineering<address><addrLine>Stanford, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1997-03">March 1997</date>
			<biblScope unit="page" from="33" to="40" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">A method to rank nodes in an rdf graph</title>
		<author>
			<persName><forename type="first">Alvaro</forename><surname>Graves</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sibel</forename><surname>Adali</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jim</forename><surname>Hendler</surname></persName>
		</author>
		<ptr target="WS.org" />
	</analytic>
	<monogr>
		<title level="m">International Semantic Web Conference (Posters &amp; Demos)</title>
		<title level="s">CEUR Workshop Proceedings. CEUR-</title>
		<editor>
			<persName><forename type="first">Christian</forename><surname>Bizer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Anupam</forename><surname>Joshi</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="volume">401</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Methodology for the design and evaluation of ontologies</title>
		<author>
			<persName><forename type="first">M</forename><surname>Grüninger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S</forename><surname>Fox</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Joint Conference on Artificial Inteligence (IJCAI95), Workshop on Basic Ontological Issues in Knowledge Sharing</title>
				<imprint>
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Design science in information systems research</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">R</forename><surname>Hevner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">T</forename><surname>March</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ram</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">MIS Quarterly</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="75" to="106" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">A collaborative approach to ontology design</title>
		<author>
			<persName><forename type="first">Clyde</forename><forename type="middle">W</forename><surname>Holsapple</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">D</forename><surname>Joshi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Commun. ACM</title>
		<imprint>
			<biblScope unit="volume">45</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="42" to="47" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Semantic network analysis of ontologies</title>
		<author>
			<persName><forename type="first">Bettina</forename><surname>Hoser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andreas</forename><surname>Hotho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robert</forename><surname>Jschke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christoph</forename><surname>Schmitz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gerd</forename><surname>Stumme</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 3rd European Semantic Web Conference</title>
				<meeting>the 3rd European Semantic Web Conference<address><addrLine>Budva, Montenegro</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2006-06">June 2006</date>
			<biblScope unit="volume">4011</biblScope>
			<biblScope unit="page" from="514" to="529" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Formal ontology engineering in the dogma approach</title>
		<author>
			<persName><forename type="first">Mustafa</forename><surname>Jarrar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robert</forename><surname>Meersman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CoopIS/DOA/ODBASE</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">Robert</forename><surname>Meersman</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Zahir</forename><surname>Tari</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2002">2002</date>
			<biblScope unit="volume">2519</biblScope>
			<biblScope unit="page" from="1238" to="1254" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Human-centered ontology engineering: The hcome methodology</title>
		<author>
			<persName><forename type="first">Konstantinos</forename><surname>Kotis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Vouros</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Knowledge and Information Systems</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="109" to="131" />
			<date type="published" when="2006-07">July 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title level="m" type="main">Building Large Knowledge-Based Systems: Representation and Inference in the Cyc Project</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">B</forename><surname>Lenat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">V</forename><surname>Guha</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1990">1990</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Structure-based ontology evaluation</title>
		<author>
			<persName><surname>Huang Ning</surname></persName>
		</author>
		<author>
			<persName><surname>Shihan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE International Conference on e-Business Engineering</title>
				<imprint>
			<date type="published" when="2006">2006. 2006</date>
			<biblScope unit="page" from="132" to="137" />
		</imprint>
	</monogr>
	<note>ICEBE &apos;06</note>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Diligent: Towards a fine-grained methodology for distributed, loosely-controlled and evolving engineering of ontologies</title>
		<author>
			<persName><forename type="first">Sofia</forename><surname>Helena</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Steffen</forename><surname>Pinto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Cristoph</forename><surname>Staab</surname></persName>
		</author>
		<author>
			<persName><surname>Tempich</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 16th European Conference on Artificial Intelligence (ECAI 2004)</title>
				<meeting>the 16th European Conference on Artificial Intelligence (ECAI 2004)<address><addrLine>Valencia, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Termextractor: a web application to learn the shared terminology of emergent web communities</title>
		<author>
			<persName><forename type="first">Francesco</forename><surname>Sclano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Paola</forename><surname>Velardi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 3rd International Conference on Interoperability for Enterprise Software and Applications (I-ESA 2007)</title>
				<meeting>the 3rd International Conference on Interoperability for Enterprise Software and Applications (I-ESA 2007)<address><addrLine>Funchal (Madeira Island), Portugal</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007-03">March 2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Network analysis as a basis for partitioning class hierarchies</title>
		<author>
			<persName><forename type="first">Heiner</forename><surname>Struckenschmidt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Workshop on Semantic Network Analysis</title>
				<imprint>
			<publisher>ISWC</publisher>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Neon methodology for building ontology networks: a scenario-based methodology</title>
		<author>
			<persName><forename type="first">Mari</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Carmen</forename><surname>Suarez-Figueroa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Asuncion</forename><surname>Gomez-Perez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the International Conference on SOFTWARE</title>
				<meeting>the International Conference on SOFTWARE</meeting>
		<imprint>
			<publisher>SERVICES &amp; SEMANTIC TECH-NOLOGIES</publisher>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">On-to-knowledge methodology (otkm)</title>
		<author>
			<persName><forename type="first">York</forename><surname>Sure</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Steffen</forename><surname>Staab</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rudi</forename><surname>Studer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Handbook on Ontologies: International Handbook on Information Systems</title>
				<editor>
			<persName><forename type="first">Steffen</forename><surname>Staab</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Rudi</forename><surname>Studer</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="117" to="132" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Modeling design processes</title>
		<author>
			<persName><forename type="first">H</forename><surname>Takeda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Veerkamp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Tomiyama</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Yoshikawam</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AI Magazine</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="37" to="48" />
			<date type="published" when="1990">1990</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Towards a methodology for building ontologies</title>
		<author>
			<persName><forename type="first">M</forename><surname>Uschold</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>King</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Workshop on Basic Ontological Issues in Knowledge Sharing, held in conjunction with IJCAI-95</title>
				<meeting><address><addrLine>Montreal, Canada</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

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