<?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">A Qualitative Approach to Vague Spatio-Thematic Query Processing</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Rolf</forename><surname>Grütter</surname></persName>
							<email>rolf.gruetter@wsl.ch</email>
							<affiliation key="aff0">
								<orgName type="department">Institute of the ETH Domain</orgName>
								<orgName type="institution">Swiss Federal Research Institute WSL</orgName>
								<address>
									<addrLine>Zürcherstrasse 111</addrLine>
									<postCode>8903</postCode>
									<settlement>Birmensdorf</settlement>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Thomas</forename><surname>Scharrenbach</surname></persName>
							<email>thomas.scharrenbach@wsl.ch</email>
							<affiliation key="aff0">
								<orgName type="department">Institute of the ETH Domain</orgName>
								<orgName type="institution">Swiss Federal Research Institute WSL</orgName>
								<address>
									<addrLine>Zürcherstrasse 111</addrLine>
									<postCode>8903</postCode>
									<settlement>Birmensdorf</settlement>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A Qualitative Approach to Vague Spatio-Thematic Query Processing</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">6F3065CD5268F7B595229F0D3DDDE226</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T02:59+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>In order to support the processing of spatial queries, spatial knowledge must be represented in a way that machines can make use of it. In ontology-based geographic information systems, a challenge thus is to enhance thematic knowledge with spatial knowledge. A way to achieve this is to combine existing approaches to spatial knowledge representation with ontologies. In this paper an implementation of the Region Connection Calculus (RCC) in the Web Ontology Language (OWL) augmented by DL-safe rules is used in order to represent spatio-thematic knowledge. It is shown how the represented knowledge supports the processing of queries using (possibly vague) spatial concepts. Thereby, the division of land into administrative regions, rather than, for instance, a metric system, is taken as a frame of reference for evaluating closeness. Hence, closeness is evaluated based on purely qualitative criteria. Since colloquial descriptions typically involve qualitative concepts, the presented approach is expected to align better with the way human beings deal with closeness than a quantitative approach. The paper is discussed w.r.t. related work and an overview of possible future extensions is provided.</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>Fueled by a joint initiative of research institutes and industrial organizations towards the Semantic Web, knowledge representation has regained considerable attention through the last decade <ref type="bibr" target="#b0">[1]</ref>. Technically, the initiative was committed to advance Description Logics (DLs), f.k.a. terminological systems, as a means for capturing the terminological and assertional knowledge of a domain and for inferring new knowledge from existing. This kind of knowledge has been (and continues to be) made available by so-called ontologies <ref type="bibr" target="#b1">[2]</ref>.</p><p>Ontologies are increasingly integrated into applications in order to support semantic interoperability and to provide a homogenous view of heterogeneous data <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4]</ref>. In geographic information systems, where mereological considerations are all-important, for instance, in order to process spatial queries, a challenge is to enhance ontologies, usually representing purely thematic knowledge, with spatial knowledge <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b5">6]</ref>. A way to achieve this is to combine existing logic-based approaches to spatial knowledge representation with description logics <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b7">8,</ref><ref type="bibr" target="#b8">9,</ref><ref type="bibr" target="#b9">10]</ref>.</p><p>In this paper, an implementation of the Region Connection Calculus (RCC) in the Web Ontology Language (OWL) augmented by DL-safe rules is used in order to rep-resent spatio-thematic knowledge. We show how such a representation can be applied for answering queries involving (possibly vague) spatial concepts. The primary goal is to demonstrate how state-of-the-art technology can be used for this purpose. While pursuing this goal, some additions to the theory of spatial knowledge representation are made. The basic idea underlying our approach is to take the division of land into administrative regions, rather than, for instance, a metric system, as a frame of reference for evaluating closeness. Accordingly, closeness is evaluated based on purely qualitative criteria. Since colloquial descriptions typically involve qualitative concepts, our approach is expected to align better with the way human beings deal with closeness than a quantitative approach.</p><p>The paper is organized as follows: Section 2 provides an overview of recent work on vague spatial concepts. Insights gained from this overview are used later in the paper when describing and implementing the notion of spatial closeness. Section 3 provides a short introduction into DL-safe rules which are used -together with OWL DL and RCC -for the representation of qualitative spatio-thematic knowledge. In Section 4, the vague notion of spatial closeness is introduced into RCC and its implementation in DL augmented by DL-safe rules is outlined. In Section 5, the approach is applied to spatio-thematic query answering in the Web. Section 6 discusses the approach and Section 7 concludes with an overview of future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>There is a bulk of work about vague spatial concepts in both philosophy and geographic information science. In this paper, we limit our discussion to the most recent works. For a comprehensive survey, particularly of approaches using fuzzy logic or contextual information, the interested reader is referred to <ref type="bibr" target="#b10">[11]</ref>.</p><p>In <ref type="bibr" target="#b11">[12]</ref> an experiment with human subjects concerning the vague spatial relation "near" between places in environmental space is presented. <ref type="foot" target="#foot_0">1</ref> An environmental space is referred to as the space of buildings, neighbourhoods, and cities, without consideration of symbolic representations such as maps. In order to better understand how humans conceptualize nearness and to test the fit of formal theories to human concepts, the author seeks to apply appropriate theories to the data resulting from the experiment. Amongst other insights into the conceptualization of "nearness", the experiment shows the importance of scale factors introduced by the context of the reference place. This supports our claim made in Section 4 that scales, more precisely, the categories in which terms human subjects think, are an important contingency of the notion of closeness. <ref type="foot" target="#foot_1">2</ref>In <ref type="bibr" target="#b12">[13]</ref> a qualitative representation for spatial proximity that accounts for absolute binary nearness relations is introduced. The formalism is based on the notion of perceived points, called sites, in a point based universe. Proximity concepts are determined by the parameters of distance between two sites and weight of each of those sites. These parameters are drawn from the concept of Generalized Voronoi Diagrams, i.e., Power Diagrams.</p><p>The approach introduced in <ref type="bibr" target="#b12">[13]</ref> and that presented here have in common that the qualitative description of nearness is based on a qualitative representation of distance: in their case Voronoi diagrams transform (quantitative) distances into a network of (qualitative) topological relations. This is different from all other approaches discussed in this paper, where a mapping mechanism between qualitative and metric distance measures is established (or implied). While the authors link their concept of nearness to the topological relations equality, external connectedness and inclusionwhich can also be expressed by RCC -this link is established by the areas of influence of perceived points in a point based universe. Polygons and spatial relations between polygons are not considered. While the approach is appealing in its formal strictness and the cognitively useful models and interpretations provided, it does not address the issue of grounding. In particular, it is not clear how the weights w(p) associated with every site p are retained from the abstracted "real world" entity.</p><p>In order to enable metric systems (such as GIS) to translate between linguistic proximity measures and metric distance measures, a statistical approach to contextcontingent proximity modelling is presented in <ref type="bibr" target="#b10">[11]</ref>. Relevant context factors are chosen that influence, according to empirical studies, the way human beings reason about proximity. The presented translation mechanism works in one direction only: Given the corresponding metric distance measures and context information, linguistic proximity measures are "predicted". This direction does not support the obvious translation of local prepositions, such as "near" or "far", used in natural language queries into distance measures processed in metric systems. In <ref type="bibr" target="#b13">[14]</ref> the authors note that the information required to bind the numerous context variables may not be available in a practical application, and hence it is difficult to see how they would be implemented on a large scale.</p><p>According to <ref type="bibr" target="#b14">[15]</ref>, the answer to whether something is near or not depends on the context in which the question is asked and the nature of the objects being compared. In <ref type="bibr" target="#b13">[14]</ref> ontologies are used to make explicit the vague spatial relation "near" for database querying. In order to keep it implementable in a practical system, the algorithm used to calculate the relation "near" is relatively simple. It only uses two contextual parameters, namely Euclidean distance from a reference point and density of the feature class. Despite its simplicity it achieves perfect precision and recall when applied to a (small) number of test sets obtained by asking people which objects were near to each of the reference points. Different from the approach presented here, the authors base their algorithm on quantitative parameters, namely Euclidean distance and gravity (which is a measure of how objects are distributed), and not on qualitative relations. Furthermore, they reduce the objects considered to centroids and the calculations to point calculations whereas we consider spatial regions (i.e., polygons).</p><p>In <ref type="bibr" target="#b15">[16]</ref> an approach to geographic information retrieval integrating topological, geographical and conceptual matching is presented. For topological matching topological relations are extracted from overlaying data layers; for geographical matching constraints are obtained from dictionaries; for conceptual matching a geographic ontology is used. A constraint, provided as an example, defines two geographic objects (points or polygons) as near provided they are connected by a third object (an arc, e.g., a road), the length of which is less than 1 kilometre. Different from the approach presented here, a metric distance measure thus is a necessary condition for nearness, although not a sufficient. However, the framework seems general enough to be aligned with that presented here.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Preliminaries</head><p>The presented framework uses a number of spatial relations from different RCC sublanguages, particularly RCC-8, and a composition rule. It also uses the subsumption hierarchy of RCC relations and a sum function as introduced in <ref type="bibr" target="#b16">[17]</ref>. These spatial notions are implemented in OWL DL augmented by DL-safe rules. We thus assume that the reader is familiar with RCC <ref type="bibr" target="#b16">[17,</ref><ref type="bibr" target="#b17">18]</ref> and description logics <ref type="bibr" target="#b18">[19]</ref>, particularly OWL DL <ref type="bibr" target="#b19">[20]</ref>. <ref type="foot" target="#foot_2">3</ref>As mentioned, the composition rule of the framework is implemented as a DL-safe rule. DL-safe rules are function-free Horn rules with the restriction that each variable in the rule occurs in a non-DL-atom in the rule body <ref type="bibr" target="#b21">[22]</ref>. This is achieved by adding special non-DL-literals such as (x) to the rule body, and by adding a fact (a) for each individual a to the knowledge base. For instance, the RCC-5 composition rule</p><formula xml:id="formula_0">"x"y"z [PP(x, y)  EQ(z, y)  PPi(z, x)] is implemented as the DL-safe rule properPar- tOf(x, y)  equalTo(z, y)  (x)  (y)  (z)  inverseProperPartOf(z, x)</formula><p>where (x), (y) and (z) are non-DL-literals. <ref type="foot" target="#foot_3">4</ref> While in theory DL-safe rules support complex, i.e., disjunctive, heads (respectively negation in the rule body) <ref type="bibr" target="#b22">[23,</ref><ref type="bibr" target="#b23">24]</ref>, there is currently no implementation that supports this feature. However, since RCC relations describe a closed world <ref type="bibr" target="#b16">[17]</ref>, it is always possible to replace a negative atom, for instance disconnectedFrom(z, y), by a, possibly auxiliary (cf. Section 4.1), positive atom, for instance connectsWith(z, y).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Representing Spatio-Thematic Knowledge</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Defining Closeness in RCC</head><p>A basic assumption underlying our approach is that administrative regions are social artifacts and their organization is largely, if not entirely, motivated by the property of spatial closeness. To be more precise, administrative regions are assumed to mirror how a collective perceives spatial closeness on increasing scales of social organization. We will come back to this when applying the approach to an example query.</p><p>Since administrative regions are typically organized in partitions it is necessary to introduce the notion of a partition and to reformulate it in a way that is compliant with a model-theoretic interpretation of RCC, the formalism used for expressing closeness.</p><p>Compliance with this kind of interpretation is a requirement for the implementation of RCC in a DL knowledge base and rule base in Section 4.2. Further, for asserting closeness between individual regions, we must slightly extend RCC and introduce closeness by an additional relation. The idea is that, given the conceptualization of a user in terms of a query and a partially ordered and typed system of partitions, closeness can be evaluated by a composition rule.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Definition 1a (Partition).</head><p>A partition is defined as a (possibly improper) subset of the power set of a set Y, denoted by</p><formula xml:id="formula_1">(Y i ) i Î I Í (Y), for which holds  Y =  i Î I Y i where I is a finite index set;  Y i Ç Y j = Ø for i ≠ j;  Y i ≠ Ø for all i Î I.</formula><p>In this definition, Y i and Y refer to sets of points in a point-based universe. As mentioned, for reasons of compatibility with the model-theoretic semantics of DL, we use a non-standard interpretation where regions are interpreted as individuals, and not as sets, in an abstract domain. We thus reformulate the definition using the Boolean RCC function SUM and the RCC relation DR (i.e., "discrete from"). As is customary, we use lower case letters for variables denoting individuals.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Definition 1b (Partition in RCC).</head><p>A family of regions (x i ) i Î I is a partition of a region y if the following holds:  y = SUM i Î I x i where I is a finite index set; 5 6   "x i "x j DR(x i , x j ) for i ≠ j;  regions (x i ) i Î I are named for all i Î I.</p><p>We only consider partitions where the elements are typed by kinds of administrative regions, for instance, Commune(x i ) says that x i is of type Commune. For regions we do not allow multiple typing, that is, the concepts used for typing are mutually disjoint. Similarly, a given type is used for a single partition only. This allows distinguishing the partitions by their types.</p><p>In order to account for the different scales of social organization we define a partial order on the system of partitions in RCC by comparing partitions w.r.t. their granularity.</p><p>Definition 2 (Partial Order on Typed Partitions in RCC). Let C(x i ) i Î I and D(y j ) j Î J be partitions of the same region of types C and D, respectively. We say that C(x i ) i Î I is more fine-grained than D(y j ) j Î J , denoted by C(x i ) i Î I  D(y j ) j Î J , if each element of C(x i ) i Î I is a (possibly improper) subset of an element of D(y j ) j Î J . A partial order on typed partitions is reflexive, transitive and antisymmetric. This means that each element of D(y j ) j Î J is partitioned by elements of C(x i ) i Î I . For instance, Commune(x i ) i Î I and District(y j ) j Î J are typed partitions of a canton and each element of District(y j ) j Î J is partitioned by elements of Commune(x i ) i Î I . Definition 3 (Minimal Partial Order on Typed Partitions in RCC). We say that a partial order on typed partitions is minimal w.r.t. a given conceptualization, denoted by C(x i ) i Î I  min D(y j ) j Î J , if the conceptualization does not provide a type for any</p><formula xml:id="formula_2">(w k ) k Î K such that C(x i ) i Î I  (w k ) k Î K  D(y j ) j Î J .</formula><p>A minimal partial order on typed partitions is intransitive.</p><p>For instance, if a given conceptualization provides the administrative types District and Commune, any partial order comprising a non-typed partition of intermediate granularity is not minimal.</p><p>For asserting closeness between individual regions we slightly extend RCC and introduce the relation CL(x, y) which is read as "x is close to y". In accordance with empirical evidence <ref type="bibr" target="#b11">[12]</ref>, closeness is introduced as weakly asymmetrical relation. This means that the relation is symmetrical, if x and y are members of the same partition, but asymmetrical, if y is a member of a more fine-grained partition than x or else, if x is a non-administrative region. <ref type="foot" target="#foot_6">7</ref>Definition 4 (Closeness in RCC). Given a region x i of a partition used as a referent in a query, a type C of a conceptualization for x i and a minimal partial order on typed partitions C(x i ) i Î I  min D(y j ) j Î J , closeness in RCC can be inferred by the composition rule "x i "y j "z [P(x i , y j )  XC(z, y j )  CL(z, x i )].</p><p>In this definition, XC(z, y j ), read as "exclusively connects with", is an auxiliary relation. Its main purpose is to prevent the transitive property of P(x i , y j ), which has been overridden by the definition of a minimal partial order on typed partitions, from being reintroduced through the backdoor of the composition rule. Note that since the relation is directed from z to y j , transitivity is excluded by removing Pi(z, y j ) (i.e., "inverse part of") and its subrelations from C(z, y j ).</p><p>Definition 4 shows that closeness depends on the type of region used as a referent in a query, hence on the way a user conceptualizes a domain. This includes the scale on which spatial relations are to be evaluated. It also depends on partitions into administrative regions reflecting how a collective perceives spatial closeness on increasing scales of social organization. As a result of this dependency, CL(z, x i ) is undefined unless it is related to a minimal partial order on typed partitions. A comprehensive example is provided in Section 5.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">A DL Knowledge Base and Rule Base for RCC</head><p>The knowledge required for answering (possibly vague) spatio-thematic queries can be represented by a DL knowledge base  consisting of a TBox  and ABox ,  = {, }, and a rule base  for DL-safe rules.</p><p>Among other things  contains a number of concept inclusion axioms that introduce kinds of regions. It is worth recalling the definition of an ontology as an explicit, formal specification of a shared conceptualization <ref type="bibr" target="#b1">[2]</ref>. Accordingly, the introduced categories are not arbitrary. They are social artifacts and reflect how a collective thinks that the world (or a piece thereof) is structured. In the long run, a collectively shared conceptualization is furthermore not invariant but evolves together with the development of a society and a country.</p><p>In order to implement RCC in DL, the subsumption hierarchy of RCC relations <ref type="bibr" target="#b16">[17]</ref> is represented as a hierarchy of binary role inclusion axioms in the TBox. The RCC relation P(x i , y j ) and its subrelations are implemented as functional roles, thereby ensuring that an individual x i is only part of a single region y j . This overrides the transitivity of the RCC relation P(x, y), which prevents, for instance, communes to be related to cantons (or to countries or continents if these were represented). Partitions are represented in  by (anonymous) concepts that are made up of individual names, also called nominals, {x 1 , …, x n }. Nominals are linked to types by concept inclusion axioms of the form C  {x 1 , …, x n } stating that the set of individuals in the interpretation of C is a (possibly improper) subset of the individuals in the interpretation of {x 1 , …, x n }. In order to disallow multiple typing the concepts used for typing are defined as mutually disjoint, C  D.</p><p>In order to populate the ABox, known RCC relations between individual regions are asserted as role assertions. Particularly, partitions are asserted as of partOf(x i , y j ), or any of its subrelations, for all applicable x i Î {x 1 , …, x n } and y j Î {y 1 , …, y m }. In so doing,  is closed w.r.t. nominals denoting administrative regions. <ref type="foot" target="#foot_7">8</ref> A minimal partial order on typed partitions is implemented by asserting partOf(x i , y j ), or any of its subrelations, exclusively for those pairs of individuals (x i , y j ) for which hold C(x i ) i Î I  min D(y j ) j Î J . also contains facts about individual regions in terms of concept assertions.</p><p>The composition rule "x"y"z [P(x, y)  XC(z, y)  CL(z, x)] is implemented in  by the DL-safe rule partOf(x, y)  exclusivelyConnectsWith(z, y)  (x)  (y)  (z)  closeTo(z, x) where (x), (y) and (z) are non-DL-literals. In order to make the rule DL-safe, a fact (a) is asserted for each individual a in the ABox. The rule is read as "A region z is close to a region x if x is part of a region y and z exclusively connects with y where the identity of all regions is known."</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3">Processing Vague Spatio-Thematic Queries</head><p>The concepts implicitly and explicitly used in a query reveal how a user conceptualizes a domain. Thereby the user is assumed to be a member of the social collective in question. Query concepts can be used to determine the scale on which closeness is to be evaluated. They translate what is often referred to as the context of a vague concept, such as closeness, from contingencies in the real world into linguistic constraints. We assume a query of the form "z [Q(z)  CL(z, a)] which is expected to return the set of those individuals of type Q that are close to a given individual a of a partition. In this query, the type of individual a, for instance C(a), sets the scale for the evaluation of closeness. Algorithm 1. Function CLOSETO computes (Q  $closeTo.{a})(z) from  and .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>FUNCTION CLOSETO INPUT:</head><formula xml:id="formula_3">Knowledge Base  = {, }, Rule Base , Concept Q, Individual a OUTPUT: Set&lt;Individual&gt; 1. {b} ← {b |   partOf(a, b)} 2. V ← {v i Î I |   exclusivelyConnectsWith(v i , b)} 3. W ← {w j Î J |   Q(w j )} 4. Z ← V Ç W 5. OUTPUT Z The query "z [Q(z)  CL(z, a)] is implemented in DL by the concept description Q  $closeTo.{a}.</formula><p>Given an ABox  and a concept description Q  $closeTo.{a}, the retrieval problem is thus to find all individuals z in  such that   (Q  $close-To.{a})(z). Algorithm 1 shows the steps (1-5) to take when processing a query. Note that in order to process steps 1 and 2 the composition rule is required.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Applying the Approach to an Example Query</head><p>As stated in Section 4, we assume that administrative regions mirror how a collective perceives spatial closeness on increasing scales of social organization. In order to verify our assumption, it is necessary to recall the design principles underlying the organization into administrative units. For example, the following official statement clarifies the purpose of districts as administrative units:</p><p>"The administrative districts ... perform decentralized administrative tasks of the cantons, particularly in the areas of health (district hospitals, public health), to some extent education (district schools), judiciary (district courts) and general administration (taxation, business failures, etc.). In several cantons the administrative districts, furthermore, correspond to the electoral wards." <ref type="bibr" target="#b24">[25]</ref> The statement implies that the organization of districts is largely, if not entirely, motivated by the spatial closeness of the communes. District hospitals, for instance, are decentralized entities of the health care delivery system. They might have been established with the intention to keep the distance between the patients (living in the communes) and the care providers small. This obviously reflects the experience of human subjects who perceive this distance as small. Similar arguments apply to district schools, district courts and electoral wards. It is, therefore, reasonable to claim that the organization of districts is motivated by the property of spatial closeness. The organization of other administrative regions can be motivated in a similar way.</p><p>Search engines on the Web are weak in supporting spatial queries. This can be demonstrated with the following example. Suppose we are looking for an answer to the question "Which landscapes and natural monuments of national importance are close to Aesch ZH?" where Aesch ZH is a commune in the canton of Zurich, Switzerland. Searching with the strings &lt;Landschaften "in der Nähe von" Aesch ZH&gt; (i.e., landscapes close to Aesch ZH) returns 1,350 matches. <ref type="foot" target="#foot_8">9</ref> None of the top 30 deal with a landscape.</p><p>This poor answer could be a result of there being no landscapes close to Aesch ZH or there being no resources related to landscapes close to Aesch ZH on the Web. In an attempt to exclude the second, we search for &lt;Albiskette-Reppischtal&gt; which is the name of a landscape of national importance potentially close to Aesch ZH. Searching for Albiskette-Reppischtal returns 230 matches. None of these matches appears among the top 30 of the initial search. Worse, none of the scanned results from the initial search indicates that the search engine really understood the query.</p><p>The knowledge required for answering the example query is represented in a consistent DL knowledge base  = {, } and DL-safe rule base  as published on http://www.wsl.ch/personal_homepages/scharren/download/terra_cognita_2009.owl. <ref type="foot" target="#foot_9">10</ref> The description language used for the  is OWL DL <ref type="bibr" target="#b19">[20]</ref>; the DL expressivity is . It is clear that the representation of relevant knowledge is not sufficient.</p><p>In order to answer the example query a search engine must be able to make use of it. The search engine used above does not have this ability. We used Pellet 2.0 in order to test the presented approach. Pellet 2.0 is a DL reasoner that integrates a SPARQL query-engine and a rule engine for the processing of DL-safe rules. <ref type="foot" target="#foot_10">11</ref> It is able to handle all aspects of the introduced framework. Note that a detailed discussion of successful search algorithms is outside the scope of this paper.</p><p>The example query can be formalized in DL as (Landscape  $closeTo.{Aesch})(z) where Aesch is an element of a partition. The query is processed as indicated in Section 4.3 and the result set {Albiskette-Reppischtal} contains a landscape (of national importance) which is close to Aesch. Accordingly, a logically enabled search engine operating on the  and  is expected to return the 230 matches for Albiskette-Reppischtal when queried with the strings &lt;Landschaften "in der Nähe von" Aesch ZH&gt;, which it does not at present. <ref type="foot" target="#foot_11">12</ref></p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Discussion</head><p>Valid evaluations of the example query include cases where Aesch is a (possibly inverse) part of, partially overlaps or is externally connected to a landscape. The current release of the reasoner used for the example does not allow excluding these cases in a single query (cf. Section 3). They could still be excluded by querying all landscapes that are not in any of the above relations to Aesch and by intersecting the result set with the result set from the example query.</p><p>Closeness is a vague concept, in the sense that there exist borderline cases for which it is difficult to decide whether they are covered by the concept or not <ref type="bibr" target="#b11">[12]</ref>.</p><p>While our approach takes a Boolean decision on closeness it still accounts for borderline cases by using a qualitative formalism. Whether a region is close to another region or not depends on the size and shape of the administrative units serving as a frame of reference. When comparing the evaluation of closeness, even on the same scale of social organization, a given metric distance may in one case be interpreted as close and in another case as not close. Our claim is that the size and shape of administrative regions are not arbitrary but reflect how a collective perceives spatial closeness on increasing scales of social organization. Whether our claim is empirically well founded or not remains to be shown.</p><p>The concept of closeness evolves over time. What is perceived as close by the members of a social collective (at least in the industrialized countries) has been subject to change for decades. Similarly, at the institutional level, the concept of closeness evolves. In recent years, several cantons in Switzerland, for instance, have revised their administrative structures or established a legal basis for future revisions. A result of these revisions is a reduction in the number of districts. It is important to note that the societal change precedes the institutional. If this was not the case, proposals for structural revisions would not obtain a majority of popular votes. <ref type="foot" target="#foot_12">13</ref> Since our approach evaluates closeness within the frame of administrative structures and the institutional change lags behind the societal change, it tends to underestimate closeness. <ref type="foot" target="#foot_13">14</ref>According to our approach, if one region is identified as being close to another, it has been perceived as such possibly for a long time. While it takes into account evolution of closeness, it does so at the slow pace of the institutions and not at the fast pace of the social collective.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7">Conclusion and Outlook</head><p>In this paper an implementation of RCC in OWL DL augmented by DL-safe rules is used in order to represent spatio-thematic knowledge. It is demonstrated how such a representation can be used for answering queries involving (possibly vague) spatial concepts. Thereby, the division of land into administrative regions rather than, for instance, a metric system is taken as a frame of reference for evaluating closeness. Accordingly, closeness is evaluated based on purely qualitative criteria. Since colloquial descriptions typically involve qualitative concepts, the presented approach is expected to align better with the way human beings deal with closeness than a quantitative approach.</p><p>So far the presented approach supports the evaluation of closeness of regions w.r.t. an administrative region. Evaluation of closeness between arbitrary regions would be desirable. Exploring whether and how the frame of reference can be leveraged to support evaluation of closeness between arbitrary regions is left to future work. Likewise, the scalability of the implementation and, possibly, alternative implementation strategies remain to be explored.</p><p>The paper only considers the concept of closeness. There are a number of additional vague spatial concepts such as "near", "next to", "a little distance outside", "a long way off", and "far away from". It would be interesting to formalize these concepts in a similar way as demonstrated for "close to". Such a formalization might result in a theory of vague spatial concepts in RCC which could be implemented, for instance, in OWL DL augmented by DL-safe rules.</p></div>			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">In the literature the term "near" is often used to denote the same concept as "close to".</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">cf. "In the discussion of proximity perception and cognition, the term 'scale' refers to the size of the frame of reference in a perceiver's mental map, i.e. the spatial extent of the area that is considered when a distance is assessed."[11, p. 162]   </note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">An approach similar to RCC which is based on the description of topological relations between two spatial regions was introduced as the 9-intersection model in<ref type="bibr" target="#b20">[21]</ref>.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3"><ref type="bibr" target="#b3">4</ref> In DL-safe rules, all variables are universally quantified.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">SUM i Î I x i is defined as "z [C(z, y) « i Î I C(z, x i )]<ref type="bibr" target="#b16">[17]</ref>. C stands for "connects with".</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5">This implies "x i P(x i , y). P stands for "part of".</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_6">In<ref type="bibr" target="#b11">[12]</ref> it is argued that for nearness the subject-referent dichotomy plays a dominant role in that the referent creates the scale in which the relation has context.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_7">Note that we use partOf(x i , y j ) and its subrelations only for asserting partitions into administrative regions.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_8">http://www.google.ch</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="10" xml:id="foot_9">Please contact the authors if you wish to access the Web page and it is no longer maintained.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="11" xml:id="foot_10">http://clarkparsia.com/pellet</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="12" xml:id="foot_11">Further queries that are successfully processed include communes, districts or landscapes adjacent to a given commune or district; communes close to a given commune; districts close to a given commune or district; landscapes close to a given district.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="13" xml:id="foot_12">This might be a peculiarity of the Swiss political system.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="14" xml:id="foot_13">In a practical application, if the data base is not updated at the time when the revisions take effect the lag is even longer.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgments. The authors sincerely thank Jürg Schenker (FOEN), Martin Hägeli (WSL) and Bettina Waldvogel (WSL) for the fruitful discussions and leadership that made this research possible. This research has been funded and conducted in cooperation with the Swiss Federal Office for the Environment (FOEN).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">What a semantic web is not</title>
		<author>
			<persName><forename type="first">T</forename><surname>Berners-Lee</surname></persName>
		</author>
		<ptr target="http://www.w3.org/DesignIssues/RDFnot.html" />
	</analytic>
	<monogr>
		<title level="m">World Wide Web Consortium, Design Issues</title>
				<imprint>
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">A translation approach to portable ontology specifications</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="b2">
	<analytic>
		<title level="a" type="main">Ontology-based Integration of Information-A Survey of Existing Approaches</title>
		<author>
			<persName><forename type="first">H</forename><surname>Wache</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Vögele</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Visser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Stuckenschmidt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Schuster</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Neumann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Hübner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IJCAI-01 Workshop: Ontologies and Information Sharing</title>
		<title level="s">CEUR-WS</title>
		<editor>
			<persName><forename type="first">A</forename><surname>Gómez-Pérez</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Gruninger</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Stuckenschmidt</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Uschold</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2001">2001</date>
			<biblScope unit="volume">47</biblScope>
			<biblScope unit="page" from="108" to="118" />
		</imprint>
		<respStmt>
			<orgName>CEUR-WS, RWTH Aachen</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Using Ontologies for Integrated Information Systems</title>
		<author>
			<persName><forename type="first">F</forename><surname>Fonseca</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Egenhofer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Agouris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Câmara</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions in GIS</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="231" to="257" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Spatial Information Retrieval and Geographical Ontologies: An Overview of the SPIRIT Project</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">B</forename><surname>Jones</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Purves</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ruas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sanderson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sester</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Van Kreveld</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Weibel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 25th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</title>
				<meeting>the 25th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</meeting>
		<imprint>
			<publisher>ACM Press</publisher>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="387" to="388" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Geospatial Semantic Web</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Bishr</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Frontiers of Geographic Information Technology</title>
				<editor>
			<persName><forename type="first">S</forename><surname>Rana</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Sharma</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="139" to="154" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Foundations of Spatioterminological Reasoning with Description Logics</title>
		<author>
			<persName><forename type="first">V</forename><surname>Haarslev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Möller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Principles of Knowledge Representation and Reasoning</title>
				<editor>
			<persName><forename type="first">A</forename><forename type="middle">G</forename><surname>Cohn</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><forename type="middle">K</forename><surname>Schubert</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><forename type="middle">C</forename><surname>Shapiro</surname></persName>
		</editor>
		<meeting><address><addrLine>San Mateo, CA</addrLine></address></meeting>
		<imprint>
			<publisher>Morgan-Kaufmann</publisher>
			<date type="published" when="1998">1998</date>
			<biblScope unit="page" from="112" to="123" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">A Tableau Algorithm for Description Logics with Concrete Domains and General TBoxes</title>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Miličić</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Automated Reasoning</title>
		<imprint>
			<biblScope unit="volume">38</biblScope>
			<biblScope unit="issue">1-3</biblScope>
			<biblScope unit="page" from="227" to="259" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Towards Spatial Reasoning in the Semantic Web: A Hybrid Knowledge Representation System Architecture</title>
		<author>
			<persName><forename type="first">R</forename><surname>Grütter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Bauer-Messmer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The European Information Society: Leading the Way with Geo-information</title>
				<editor>
			<persName><forename type="first">S</forename><surname>Fabrikant</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Wachowicz</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="349" to="364" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Flexible Software Architectures for Ontology-Based Information Systems</title>
		<author>
			<persName><forename type="first">R</forename><surname>Möller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wessel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Applied Logic, Special Issue on Emperically Sucessful Systems</title>
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">How Far Is Too Far? -A Statistical Approach to Context-contingent Proximity Modeling</title>
		<author>
			<persName><forename type="first">X</forename><surname>Yao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J.-C</forename><surname>Thill</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions in GIS</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="157" to="178" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Nearness Relations in Environmental Space</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">F</forename><surname>Worboys</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Geographical Information Science</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">7</biblScope>
			<biblScope unit="page" from="633" to="651" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Foundations for a Formalism of Nearness</title>
		<author>
			<persName><forename type="first">J</forename><surname>Brennan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Martin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AI 2002: Advances in Artificial Intelligence. LNCS</title>
				<meeting><address><addrLine>Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2002">2002</date>
			<biblScope unit="volume">2557</biblScope>
			<biblScope unit="page" from="71" to="82" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">From Theory to Query: Using Ontologies to Make Explicit Imprecise Spatial Relationships for Database Querying</title>
		<author>
			<persName><forename type="first">C</forename><surname>Dolbear</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Hart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Goodwin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">COSIT 2007: International Conference on Spatial Information Theory. LNCS</title>
				<meeting><address><addrLine>Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">4736</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">What&apos;s so Special about Spatial?</title>
		<author>
			<persName><forename type="first">G</forename><surname>Hart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Dolbear</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Geospatial Web: How Geobrowsers, Social Software and the Web 2.0 are Shaping the Network Society</title>
				<editor>
			<persName><forename type="first">A</forename><surname>Scharl</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Tochtermann</surname></persName>
		</editor>
		<meeting><address><addrLine>London Limited</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="39" to="44" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Geographic Information Retrieval by Topological, Geographical, and Conceptual Matching</title>
		<author>
			<persName><forename type="first">F</forename><surname>Mata</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">GeoS 2007</title>
				<editor>
			<persName><forename type="first">F</forename><surname>Fonseca</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Rodríguez</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Levashkin</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin, Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">4853</biblScope>
			<biblScope unit="page" from="98" to="113" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">A Spatial Logic based on Regions and Connections</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">A</forename><surname>Randell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Cui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">G</forename><surname>Cohn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Principles of Knowledge Representation and Reasoning</title>
				<editor>
			<persName><forename type="first">B</forename><surname>Nebel</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Rich</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">W</forename><surname>Swartout</surname></persName>
		</editor>
		<meeting><address><addrLine>San Mateo, CA</addrLine></address></meeting>
		<imprint>
			<publisher>Morgan Kaufmann</publisher>
			<date type="published" when="1992">1992</date>
			<biblScope unit="page" from="165" to="176" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Logics for Topological Reasoning</title>
		<author>
			<persName><forename type="first">B</forename><surname>Bennett</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">12th European Summer School in Logic, Language and Information (ESSLLI-MM)</title>
				<meeting><address><addrLine>Birmingham, UK</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2000">August 6-18, 2000. 2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Basic Description Logics</title>
		<author>
			<persName><forename type="first">F</forename><surname>Baader</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Nutt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Description Logic Handbook</title>
				<editor>
			<persName><forename type="first">F</forename><surname>Baader</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Calvanese</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><forename type="middle">L</forename><surname>Mcguinness</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Nardi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><forename type="middle">F</forename><surname>Patel-Schneider</surname></persName>
		</editor>
		<imprint>
			<publisher>Cambridge University Press</publisher>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="47" to="100" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">OWL Web Ontology Language: Semantics and Abstract Syntax</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">F</forename><surname>Patel-Schneider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hayes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">W3C Recommendation 10</title>
				<imprint>
			<publisher>World Wide Web Consortium</publisher>
			<date type="published" when="2004-02">February 2004. 2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Point-Set Topological Spatial Relations</title>
		<author>
			<persName><forename type="first">M</forename><surname>Egenhofer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Franzosa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Geographical Information Systems</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="161" to="174" />
			<date type="published" when="1991">1991</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Query Answering for OWL-DL with Rules</title>
		<author>
			<persName><forename type="first">B</forename><surname>Motik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Sattler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Studer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Web Semantics</title>
		<imprint>
			<biblScope unit="page" from="549" to="563" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Can OWL and Logic Programming Live Together Happily Ever After?</title>
		<author>
			<persName><forename type="first">B</forename><surname>Motik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Rosati</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Sattler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 5th International Semantic Web Conference (ISWC 2006). LNCS</title>
				<editor>
			<persName><forename type="first">I</forename><forename type="middle">F</forename><surname>Cruz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Decker</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Allemang</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Preist</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Schwabe</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Mika</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Uschold</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Aroyo</surname></persName>
		</editor>
		<meeting>the 5th International Semantic Web Conference (ISWC 2006). LNCS<address><addrLine>Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="volume">4273</biblScope>
			<biblScope unit="page" from="501" to="514" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">A Faithful Integration of Description Logics with Logic Programming</title>
		<author>
			<persName><forename type="first">B</forename><surname>Motik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Rosati</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 20th International Joint Conference on Artificial Intelligence (IJCAI 2007)</title>
				<editor>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Veloso</surname></persName>
		</editor>
		<meeting>the 20th International Joint Conference on Artificial Intelligence (IJCAI 2007)</meeting>
		<imprint>
			<publisher>Morgan Kaufmann Publishers</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="477" to="482" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<ptr target="http://www.bfs.admin.ch/bfs/portal/de/index/regionen/11/geo/institutionelle_gliederungen/01a.html" />
		<title level="m">Bundesamt für Statistik: Institutionelle Gliederungen der Schweiz: Schweiz -die Bezirke</title>
				<meeting><address><addrLine>Neuchâtel</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
		<respStmt>
			<orgName>Bundesamt für Statistik</orgName>
		</respStmt>
	</monogr>
</biblStruct>

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