<?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">Ontology Matching for Geospatial Domain</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Ujwala</forename><surname>Bharambe</surname></persName>
							<email>ujwala.bharambe@iitb.ac.in</email>
							<affiliation key="aff0">
								<orgName type="institution">Indian Institute of Technology Bombay</orgName>
								<address>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Surya</forename><surname>Durbha</surname></persName>
							<email>sdurbha@iitb.ac.in</email>
							<affiliation key="aff0">
								<orgName type="institution">Indian Institute of Technology Bombay</orgName>
								<address>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Ontology Matching for Geospatial Domain</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">842C91810BFD8432CFD3F19E02118AE3</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T15:52+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>Interoperability</term>
					<term>Geo-ontology Matching</term>
					<term>Information Theory</term>
					<term>Pareto ranking</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Geospatial information is collected from different sources with disparate terminologies resulting in highly heterogeneous information thus making its compilation and retrieval difficult. Harmonization of these heterogeneities is needed for interoperability and seamless access to the information sources by providing a common platform for facilitating information exchange. This can be achieved by ontology matching. This research proposes a conceptual framework for Geoontology matching to tackle the two major issues for geo-information fusion: heterogeneity and uncertainty by using information theoretic approaches for representing features of ontology. Further, the multi-objective optimization technique such as Pareto Ranking technique is adapted for the optimization of the best match pairs to derive the correspondence between two Geo-ontologies.</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>Interoperability in geospatial domain has garnered lot of interest in recent years with a lot of challenges faced towards the integration of diverse geospatial information sources. Several syntactic and structural approaches for integration are currently available, such as the Open Geospatial Consortium's (OGC) standards for geospatial web services. However, these standards only facilitate interoperability at the syntactic level, which impedes the seamless access of geospatial data. Building a semantic layer on top of the syntactic representation enables effective integration of the semantics of different geospatial data thereby removing gaps in the information acquisition and understanding of the integrated data, it's sharing and use <ref type="bibr" target="#b1">[2]</ref>. The above can be effectively achieved by using ontologies <ref type="bibr" target="#b0">[1]</ref> where each source is represented by an ontology that explicitly represents the implicit concepts of that domain. The aim of this research is to develop a framework for geospatial ontology matching to achieve semantic interoperability thus providing an integrated view of the geo-information sources.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Ontology Matching in the Geospatial Domain</head><p>The main objective of ontology matching is to resolve the discrepancy among the ontologies which are described by different communities using different vocabularies and different perspectives/contexts. The difficulties in Geo-ontology matching may also be aggravated due to peculiarities of geospatial information (i.e. topology, dimension and orientation, shape, size and location) and due to lack of widely accepted Geo-ontology model causing the Geo-ontologies to be at different granularity levels.</p><p>The proposed system is composed of a four components as shown in figure <ref type="figure">1</ref>. The first component (Geo-ontology access and analysis) takes two input ontologies and performs parsing of the ontologies using OWL API. The second component (i.e. Geoontology Feature Extraction) is responsible for capturing all lexical, structural and instance based features of the given ontologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Fig. 1. Proposed System Architecture for Geo-ontology Matching</head><p>The third component (Geo-ontology Matching) comprises of the matching modules. The matching process is divided into three main modules: 1) Lexical Matcher: This is element based matcher (local). It uses different similarity metrics (string similarities: Jaro Wrinker and Wordnet Similarity) to handle the high terminological (lexical) heterogeneity of ontologies. 2) Structural matcher takes advantage of quantized features, which represent the structural characteristics of ontology. Ontology matching can be seen as an operation that takes two graph-like structures and produces a mapping between elements of the two graphs that correspond semantically to each other. Gaussian similarity measures (eq 1) are used for calculation of the structural similarity at the local el. 𝑆𝑖𝑚gauss 𝑒1, 𝑒2 = 𝑒 − 𝑑 2 2𝜎 2</p><p>(1) Where d is Euclidean distance between relative entropy concepts [3] and 𝜎 is scaling factor. 3) Instance base Matcher: Cosine similarity measures are used for instance based matching. The final component is Best Match Pairs Selection and Interpretation where bi-objective optimization problem is solved using Pareto optimization technique wherein both the lexical and structural features are taken into equal consideration thereby achieving a most reasonable alignment and maximizing the number of correspondences in matching. The proposed framework of Geo-ontology matching is being implemented by using Java programming environment. The proposed framework for Geo-ontology matching would be evaluated in the context of rapid decision making for disaster management system especially flood management. The major focus is on developing a generalized adaptive multi-strategy Geo-ontology matching system.</p></div>		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Geospatial Semantics: Why, of What, and How? Journal on Data Semantics III</title>
		<author>
			<persName><forename type="first">W</forename><surname>Kuhn</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005">2005</date>
			<publisher>Springer</publisher>
			<biblScope unit="volume">3534</biblScope>
			<biblScope unit="page" from="1" to="24" />
			<pubPlace>Berlin Heidelberg</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Ontology-based retrieval of Geographic Information</title>
		<author>
			<persName><forename type="first">M</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Klien</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Geographical Information Science</title>
		<imprint>
			<biblScope unit="volume">20</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="233" to="260" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">Two Input Geo-Ontologies Os and Ot Geo-Ontology Access and Preprocessing Tree based representation of Os and Ot Geo-ontology Feature Extraction Lexical, Structural and Instance based Features Geo-Ontology Analysis and Matching Probable Match Pairs Mapping, Selection and Interpretation using Multi-objective optimization technique Final Selected Match Pairs</title>
		<imprint/>
	</monogr>
</biblStruct>

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