<?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">NEOntometrics: A Flexible and Scalable Software for Calculating Ontology Metrics</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Achim</forename><surname>Reiz</surname></persName>
							<email>achim.reiz@uni-rostock.de</email>
							<affiliation key="aff0">
								<orgName type="institution">Rostock University</orgName>
								<address>
									<postCode>18051</postCode>
									<settlement>Rostock</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Kurt</forename><surname>Sandkuhl</surname></persName>
							<email>kurt.sandkuhl@uni-rostock.de</email>
							<affiliation key="aff0">
								<orgName type="institution">Rostock University</orgName>
								<address>
									<postCode>18051</postCode>
									<settlement>Rostock</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">NEOntometrics: A Flexible and Scalable Software for Calculating Ontology Metrics</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">4F8254441CD549C3181FC89ACD0B405F</idno>
					<idno type="DOI">10.5281/zenodo.6984839</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T03:53+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Ontology Metrics</term>
					<term>Ontometrics</term>
					<term>NEOntometrics</term>
					<term>Ontology Quality</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Metrics allow to empirically assess ontologies. They enable the knowledge engineer to quickly grasp changes and differences between two different ontologies or two different versions of one ontology and can guide developing or reusing decisions. Calculating ontology metrics requires specialized software. Today, there is a lack of application support, as none of the previously developed software is open source, and most applications are not available anymore. This paper presents a flexible, scalable architecture for future-proof metric calculation software. We first depict the missing availability and lack of functionality in the current approaches. Afterward, we abbreviate a new scalable and flexible architecture, which is the underpinning of the new NEOntometrics software. The software is open source and comes with a public metric calculation endpoint.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Ontologies come in various shapes, sizes, degrees of interconnection, or logical complexities. Comparing ontologies of different domains or various versions can be a tedious task. Here, metrics offer a great way to quickly grasp a set of attributes. They provide a replicable, objective way to assess ontologies and offer condensed information, such as the ratio of classes to relations, the number of annotations, the depth and breadth of the graph, and much more.</p><p>Calculating these values is not trivial. While some basic measurements are available in popular ontology editors like protégé, specialized software is needed for most metrics. Furthermore, even though some software has been developed in the past years, only a few are still available and usable today. One of them is Ontometrics, which is available as a graphical user interface (GUI) application <ref type="bibr" target="#b0">[1]</ref> and an API 2 <ref type="bibr" target="#b1">[2]</ref>. It originated from a student project and is since maintained by the authors of this paper.</p><p>However, further research in ontology metrics brought new requirements that the existing applications struggled to fulfill. Ontometrics has problems with the efficient analysis of large ontologies, does not allow for the calculation of evolutional metrics, and has no interface to adopt new measurements. These shortcomings initiated the development of NEOntometrics 3 .</p><p>The paper is structured as follows: First, we present previously developed metric calculation software and derive our need for a new development based on the research requirements and the shortcomings of the current Ontometrics application. These shortcomings then motivate the newly proposed application architecture. The research concludes with an overview of upcoming research activities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work And New Requirements For Metric Based Ontology Research</head><p>The field of automatic metric calculation has seen some activity in the past years. However, many approaches are unavailable and lack the features we deem necessary for our research. Table <ref type="table" target="#tab_0">1</ref> below gives an overview of previously published ontology evaluation software. None of the software named above is open source, and most are no longer available. The lack of sources and applications hinders today's research from reusing significant parts of the already developed body of knowledge. Thus, the research approaches are often isolated from one another. As a result, an assessment that applies the OntoQA framework is hardly comparable with an assessment that utilizes metrics from the OQuaRE framework.</p><p>As part of a broader research perspective <ref type="bibr" target="#b8">[9]</ref>, we would like to: (A.) Analyze historical metric data for a variety of different ontologies. As git has become the de facto standard for sharing codebases and distributed development, we argue that the software should allow the git protocol. (B.) Support a variety of existing and potential future calculation methodologies and frameworks. (C.) Provide helpful resources on the various available metrics. (D.) Have convenient interfaces for both humans and machines.</p><p>As the Ontometrics source code is available at our institution, we selected it as the basis for our future software. Furthermore, at first glance, Ontometrics already fulfills many of the given requirements: It comes with a web GUI and an API. The latter could be extended with a script to calculate historical data. The corresponding wiki provides helpful resources on the metrics.</p><p>However, the underlying metric calculation does not scale well, and the implemented calculation algorithms are neither easily extensible nor flexible. The missing scalability originates from the implementation of the metric calculation itself: Each calculated metric is represented as an object with an internal representation of the given ontology. This architecture creates a massive overhead of memory usage for larger ontologies, which were at risk of overloading the memory stack. This inefficient memory handling further hindered the parallelization of calculations.</p><p>The metric calculations themselves were hardcoded into the software. While this, arguably, does not hinder the extension of the software, it adds a layer of complexity for future efforts. Regarding the API, which is REST-based, adding new metric calculations would require adding versioning to keep the endpoint consistent for the consumers.</p><p>There are a few more issues, like the old-fashioned web interface and the isolated help pages on the wiki. The application was not future-proofed in the old state, and we argue that a complete rework is more promising than a somewhat limited evolution for all of the given requirements.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">A New Calculation Architecture</head><p>As shown before, the old Ontometrics application is not sufficient to fulfill the upcoming requirements. The following section outlines the architecture for Ontometrics' successor NEOntometrics. The software is open-source and available on GitHub<ref type="foot" target="#foot_1">5</ref> .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">A Metric Ontology For Ontology Metrics</head><p>Fundamental to the new metric application is a central place for storing knowledge on ontology metrics. NEOntometrics stores the information in the form of an ontology. The resource contains humanreadable data, like metric descriptions and definitions, but also the underlying calculation methodologies that the computer will use to set up the calculation engine at the start of the application.</p><p>The ontology contains two main sets of different metrics: The Elemental Metrics represent the atomic attributes of the ontology, like the Number of Classes or Object Property Domain Axioms. These measurements are connected to individuals representing the metric name in the database and the calculation software. The section Quality Frameworks upholds metrics proposed in the literature, namely the various frameworks like OntoQA by Tartir et al. <ref type="bibr" target="#b3">[4]</ref> or the measurements by Gangemi et al. <ref type="bibr" target="#b9">[10]</ref>. These elements contain annotations representing the textual description found in their papers and the calculation of the metrics in the form of relations with the Elemental Metrics. As we will show in the next section, the ontology aligns the various (micro-)services and provides the domain knowledge responsible for the functioning of the services. It ensures the flexibility to describe and implement new metrics quickly. As long as there is no need to add other Elemental Metrics, newly implemented Quality Frameworks can be instantly applied to already calculated datasets.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">A Scalable Calculation Unit</head><p>The new service is built in a microservice architecture, encapsulating the various functionalities in separate containers. Figure <ref type="figure">2</ref> gives an overview of the application stack and the underlying technologies.</p><p>The web frontend is built using the multi-platform language flutter and the underlying client language dart <ref type="foot" target="#foot_2">6</ref> . The Web-Framework complies with the Material design, which is known chiefly as the primary design language of Android Apps. It thus provides a familiar navigation experience. flutter allows us to utilize a state-of-the-art web design while building the UI with a typed, object-oriented programming language. The metric-related parts, like the help and calculation page, are created dynamically when visiting the frontend webpage.</p><p>The API part is built using django and django rest framework <ref type="foot" target="#foot_3">7</ref> and handles all incoming requests. At startup, the API first extracts the relevant information from the Metric Ontology. Afterward, it prepares the data for the frontend help page and metric calculation options and augments the Elemental Metrics available in the database with the Quality Framework metrics from the ontology using automated code generation.</p><p>For accessing ontology data, the client first examines whether a requested ontology analysis is already known in the system. Three states can occur: If it is in the (redis-) queue, the API returns either the current position of the job in the queue or, if the calculation has already started, its progress. If the metrics are already completely calculated and stored in the database, they can be retrieved with a second request. The user can put the calculation into the queue if the requested ontology (repository) is unknown to the system. Already, NEOntometrics is currently able to calculate over 160 metrics -returning all of them would produce a significant over-fetching for most situations. Thus, the API provides its services to the frontend and other consumers using a GraphQL interface. It empowers the service consumer to decide how the response is structured and which information and metrics shall be included.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Figure 2: The Microservice Architecture Ensures Scalability</head><p>The queue is managed by a Redis<ref type="foot" target="#foot_4">8</ref> instance, an in-memory key-value database. It stores information on the required parameters and meta information on the upcoming jobs, the workers that handle the actual calculation, and their progress. The latter includes information like the number of already analyzed and analyzable files.</p><p>The workers handle the actual calculation of the jobs. They register themselves in the queue and retrieve open jobs. To analyze a git repository, they clone it, then collect the files that end with .owl, .rdf, or .ttl. Afterward, the service calls the OPI calculation instance for every commit of every collected file to calculate the underlying elemental ontology metrics. After a successful calculation, the metrics are stored in the database. The worker and API share a common codebase, which can either be started as a django instance (API) or as a worker. The asynchronous calculation is managed using the djangorq <ref type="foot" target="#foot_5">9</ref> package.</p><p>The OPI service carries out the actual analysis of the ontologies. The worker sends an ontology to OPI using an HTTP-POST request and receives the corresponding metric data. OPI is the successor of the OntoMetrics API <ref type="bibr" target="#b1">[2]</ref>. However, the service does not have much in common with its predecessor. First and foremost, the metric calculation has been reworked: Each metric now works on the same internal ontology object, thus, avoiding inefficient memory allocation. Further, the service supports reasoning capabilities. At last, we removed all non-atomic metrics and homogenized and aligned the names of the calculated metrics with the other services.</p><p>The relational database stores the django-related information and the calculated metrics. It currently builds upon MariaDB<ref type="foot" target="#foot_6">10</ref> . However, django is highly flexible regarding the endpoint and allows the user to adapt it to other technologies without changing the code.</p><p>Docker 11 handles the provisioning of the services. The use of containers ensures portability, isolation of services, and scalability. For instance, the number of parallel analyses can be scaled up by increasing the number of workers (currently: 3). As OPI creates a new thread for every request, we can scale the number of parallel computations on the machine by scaling up the workers. Furthermore, the system is future-proofed for more upcoming demand as it could be scaled out horizontally, e.g., by adding it to a docker swarm or Kubernetes cluster with load balancing. More API nodes handle more frontend requests, and the calculation capacity increases with adding more OPI nodes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Conclusion</head><p>Calculating ontology metrics requires specialized software. Depending on the ontology size and complexity, the analysis of ontologies can require considerable computational resources. It is especially the case if we target not only one ontology at a time but an ontology repository with all available files and versions.</p><p>This paper presented the architecture of NEOntometrics, a responsive, flexible, and scalable application for calculating ontology metrics. We believe that it has the potential to strengthen the use of ontology metrics and enable us to answer many research questions of today and tomorrow.</p><p>Future research will analyze the results of the metric calculations. However, we still plan to extend the application with functionalities like the analysis of SPARQL endpoints, dashboarding capabilities, or private repositories.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: The Modeling of OntoQA's Relationship Diversity Metric</figDesc><graphic coords="3,72.00,204.28,451.00,158.75" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1</head><label>1</label><figDesc>shows Tartir et al.'s Relationship Diversity. The calculation is formalized using the object properties divisor and numerator, connected to the elemental metrics Sub Class Declarations and Object Property Class Assertions.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="4,72.00,236.44,370.87,138.05" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>Ontology Metric Calculation Software and Their Availability.</figDesc><table><row><cell>Software</cell><cell>Type</cell><cell>Open Source</cell><cell>Still Available</cell><cell>Citation</cell></row><row><cell>OntoKBEval</cell><cell>Standalone</cell><cell>No</cell><cell>No</cell><cell>[3]</cell></row><row><cell>OntoQA</cell><cell>Standalone</cell><cell>No 4</cell><cell>No</cell><cell>[4]</cell></row><row><cell>S-OntoEval</cell><cell>Standalone</cell><cell>No</cell><cell>No</cell><cell>[5]</cell></row><row><cell>OntoMetrics</cell><cell>Web Application</cell><cell>No</cell><cell>Yes</cell><cell>[1,2]</cell></row><row><cell>DoORS</cell><cell>Web Application</cell><cell>No</cell><cell>Yes</cell><cell>[6]</cell></row><row><cell>OQuaRE</cell><cell>Web Application</cell><cell>No</cell><cell>Yes</cell><cell>[7,8]</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_0">Java binaries available on GitHub, but no source code or license attached.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_1">https://github.com/achiminator/NEOntometrics, https://doi.org/10.5281/zenodo.6984839</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_2">https://flutter.dev, https://dart.dev</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_3">https://www.djangoproject.com, https://www.django-rest-framework.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_4">https://redis.io</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_5">https://github.com/rq/django-rq</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="10" xml:id="foot_6">https://mariadb.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="11" xml:id="foot_7">https://www.docker.com</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">OntoMetrics: Putting Metrics into Use for Ontology Evaluation</title>
		<author>
			<persName><forename type="first">B</forename><surname>Lantow</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th IC3K 2016 International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management</title>
				<meeting>the 8th IC3K 2016 International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management<address><addrLine>Porto, Portugal</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="186" to="191" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Ontology Metrics as a Service (OMaaS)</title>
		<author>
			<persName><forename type="first">A</forename><surname>Reiz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Dibowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Sandkuhl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Lantow</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 12th International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management</title>
				<meeting>the 12th International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management<address><addrLine>Budapest, Hungary</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020-02">02. 2020</date>
			<biblScope unit="page" from="250" to="257" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<author>
			<persName><forename type="first">Qing</forename><surname>Lu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Volker</forename><surname>Haarslev</surname></persName>
		</author>
		<title level="m">OntoKBEval: A Support Tool for DL-based Evaluation of OWL Ontologies</title>
				<meeting><address><addrLine>Athens, Georgia (USA)</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
	<note>OWL: Experiences and Directions</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">OntoQA: Metric-Based Ontology Quality Analysis</title>
		<author>
			<persName><forename type="first">S</forename><surname>Tartir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">B</forename><surname>Arpinar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Moore</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">P</forename><surname>Sheth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Aleman-Meza</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE Workshop on Knowledge Acquisition from Distributed, Autonomous, Semantically Heterogeneous Data and Knowledge Sources</title>
				<meeting><address><addrLine>Houston</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Semiotic-based ontology evaluation tool S-OntoEval</title>
		<author>
			<persName><forename type="first">R</forename><surname>Dividino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Romanelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Sonntag</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the International Conference on Language Resources and Evaluation</title>
				<meeting>the International Conference on Language Resources and Evaluation<address><addrLine>Marrakech, Morocco</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Assessing the quality of domain ontologies: Metrics and an automated ranking system</title>
		<author>
			<persName><forename type="first">M</forename><surname>Mcdaniel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">C</forename><surname>Storey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Sugumaran</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.datak.2018.02.001</idno>
		<ptr target="https://doi.org/10.1016/j.datak.2018.02.001" />
	</analytic>
	<monogr>
		<title level="j">Data &amp; Knowledge Engineering</title>
		<imprint>
			<biblScope unit="volume">115</biblScope>
			<biblScope unit="page" from="32" to="47" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Harmonizing the OQuaRE Quality Framework</title>
		<author>
			<persName><forename type="first">A</forename><surname>Reiz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Sandkuhl</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 24th International Conference on Enterprise Information Systems</title>
				<meeting>the 24th International Conference on Enterprise Information Systems</meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="148" to="158" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">OQuaRE: A squarebased approach for evaluating the quality of ontologies</title>
		<author>
			<persName><forename type="first">A</forename><surname>Duque-Ramos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">T</forename><surname>Fernández-Breis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Stevens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Aussenac-Gilles</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Research and Practice in Information Technology</title>
		<imprint>
			<biblScope unit="volume">43</biblScope>
			<biblScope unit="page" from="159" to="176" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">An Evolutional Based Data-Driven Quality Model for Ontologies</title>
		<author>
			<persName><forename type="first">A</forename><surname>Reiz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the ISWC 2020 Doctoral Consortium</title>
				<meeting>the ISWC 2020 Doctoral Consortium<address><addrLine>Athens, Greece/online</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Catenacci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ciaramita</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lehmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Gil</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Bolici</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Strignano</forename><surname>Onofrio</surname></persName>
		</author>
		<title level="m">Ontology evaluation and validation: An integrated formal model for the quality diagnostic task</title>
				<meeting><address><addrLine>Trentino, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

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