<?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">Deriving place graphs from spatial databases</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Ehsan</forename><surname>Hamzei</surname></persName>
							<email>ehamzei@student.unimelb.edu.au</email>
							<affiliation key="aff0">
								<orgName type="department">Dept. Infrastructure Engineering</orgName>
								<orgName type="institution">University of Melbourne</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Hao</forename><surname>Chen</surname></persName>
							<email>hchen@student.unimelb.edu.au</email>
							<affiliation key="aff1">
								<orgName type="department">Dept. Infrastructure Engineering</orgName>
								<orgName type="institution">University of Melbourne</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Hua</forename><surname>Hua</surname></persName>
							<email>hua.hua@anu.edu.au</email>
							<affiliation key="aff2">
								<orgName type="department">Research School of Computer Science</orgName>
								<orgName type="institution">Australian National University</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Maria</forename><surname>Vasardani</surname></persName>
							<email>maria.vasardani@unimelb.edu.au</email>
							<affiliation key="aff3">
								<orgName type="department">Dept. Infrastructure Engineering</orgName>
								<orgName type="institution">University of Melbourne</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Martin</forename><surname>Tomko</surname></persName>
							<email>tomkom@unimelb.edu.au</email>
							<affiliation key="aff4">
								<orgName type="department">Dept. Infrastructure Engineering</orgName>
								<orgName type="institution">University of Melbourne</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Stephan</forename><surname>Winter</surname></persName>
							<email>winter@unimelb.edu.au</email>
							<affiliation key="aff5">
								<orgName type="department">Dept. Infrastructure Engineering</orgName>
								<orgName type="institution">University of Melbourne</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Deriving place graphs from spatial databases</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">E22A4B687FC9E5F3ED38C241438B0E30</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T21:17+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>A place graph is an abstract representation of human place knowledge, which models spatial references. A place graph can be used for various tasks that rely on reasoning and querying of the stored knowledge. In related work, place graphs were constructed from parsing natural language place descriptions using language processing techniques. In this research, we present an innovative approach to derive place graphs from information stored in spatial databases, with a demonstration using OpenStreetMap data. The approach provides a complementary way to generating place graphs from natural language descriptions.</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>Place graphs are spatial property graphs designed to model spatial references. Spatial references locate places (nodes) by their spatial relationships (directed edges) to other places, e.g., "The courtyard is on the campus, beside the clocktower " describes the location of the courtyard in relation to the campus and the clocktower. Spatial references can be extracted from natural language (NL) place descriptions, for example, <ref type="bibr" target="#b17">(Vasardani et al., 2013)</ref>, as these are used to communicate spatial information about places. The extracted spatial references are in the form of triplets, each of a locatum (L), a relatum (R), and the qualitative spatial relationship between them (r ): for the example &lt;L: courtyard, r : on, R: campus&gt; and &lt;L: courtyard, r : beside, R: clocktower&gt;. Triplets can be extracted from place descriptions using NL processing technologies <ref type="bibr" target="#b17">(Vasardani et al., 2013;</ref><ref type="bibr" target="#b14">Liu et al., 2014)</ref>. Figure <ref type="figure">1</ref> illustrates the place graph generated from the two examples above.</p><p>Such a place graph forms an abstract representation of spatial knowledge about place and has been used for tasks such as reasoning <ref type="bibr" target="#b0">(Chen et al., 2015)</ref>, georeferencing <ref type="bibr" target="#b1">(Chen et al., 2017)</ref>, sketch map drawing <ref type="bibr" target="#b10">(Kim et al., 2016a)</ref>, and extracting local landmarks <ref type="bibr" target="#b11">(Kim et al., 2016b)</ref>. It has also been hypothesized to be a suitable knowledge base supporting place-based querying and question answering. Since common language place Figure <ref type="figure">1</ref>: The place graph representing the spatial references "the courtyard is on the campus" and "the courtyard is beside the clocktower". descriptions can be difficult to collect for all desired environments, we seek alternative ways to generate place graphs.</p><p>As shown in Figure <ref type="figure" target="#fig_0">2</ref>, a GIS, a place description, and a place graph are alternative representations of place knowledge. Most current approaches derive place graphs from NL descriptions and link places in the graphs to a GIS through georeferencing, as indicated by the three solid arrows. This research focuses on one of the missing links, as shown by the dashed arrows i.e., deriving place graphs from GIS. In the future, this can be combined with techniques to generate NL place descriptions from place graphs, thus resolving generating place descriptions from GIS. Completing the circle can smooth and simplify human-computer interaction in terms of translating place knowledge among different representations. This research will investigate methods to derive place graphs from spatial databases (e.g., a GIS), where places are represented by features with either point, polyline, or polygon geometry. Accordingly, the hypothesis of this paper is that place graphs can be generated from information stored in spatial databases. The task is not trivial although computing qualitative spatial relationships (in the approach below, topological and directional ones) is straight-forward; the real challenge is to derive place graphs in a way that is similar to how people cognitively represent and communicate about place and their spatial relationships.</p><p>The rest of this paper is structured as follows: In Section 2 we review related work. In Section 3 our approach for deriving place graphs from spatial databases is presented. Section 4 explains the implementation and a case study using OpenStreetMap data, as well as a discussion of the obtained results. Section 5 concludes this work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>Place based research is an emerging field in GIScience, and its importance has been widely acknowledged <ref type="bibr" target="#b6">(Goodchild, 2007</ref><ref type="bibr" target="#b7">(Goodchild, , 2011;;</ref><ref type="bibr" target="#b19">Winter et al., 2016)</ref>. The goal is to facilitate human-computer interactions through modeling and utilizing place-related information. For example, <ref type="bibr" target="#b3">Egenhofer and Mark (1995)</ref> suggested the term Naïve Geography to capture and reflect the way that non-expert think and reason about space and time. <ref type="bibr" target="#b17">Vasardani et al. (2013)</ref> focus on locative expressions -parts of NL descriptions that provide location information of a place reference using a spatial relation to another place as landmark, e.g., "the lawn is in front of the library". Each locative expression can be modeled by a triplet, and triplets can be extracted automatically from place descriptions using existing NL parsers <ref type="bibr" target="#b14">(Liu et al., 2014)</ref>. Place graphs can then be constructed from such triplets automatically <ref type="bibr" target="#b10">(Kim et al., 2016a)</ref>. Each triplet is stored by two nodes in a place graph, one each for the locatum and the relatum, and an edge for the spatial relation. A place graph can be constructed from multiple descriptions, in which case place references identified for the same place are stored in one node (merged) <ref type="bibr" target="#b12">(Kim et al., 2016c)</ref>. Thus, the place graph can be considered as a model of collective human place knowledge extracted from NL descriptions <ref type="bibr" target="#b11">(Kim et al., 2016b)</ref>. Compared to the object-(e.g., in a gazetteer) and fieldbased models (e.g., <ref type="bibr" target="#b9">(Jones et al., 2008)</ref>) of places, the place graph additionally captures the network dimension <ref type="bibr" target="#b13">(Kuhn, 2012)</ref> of place information. Place graphs have been used for various tasks such as georeferencing <ref type="bibr" target="#b1">(Chen et al., 2017)</ref>, or landmark extraction <ref type="bibr" target="#b11">(Kim et al., 2016b)</ref> in previous studies. This research is informed by human reasoning and communication about places and spatial relationships. <ref type="bibr" target="#b16">Richter et al. (2013)</ref> collected and analyzed NL place descriptions and found that people tend to describe places in a hierarchical manner -a property that has also been observed in the organization of cognitive maps <ref type="bibr" target="#b8">(Hirtle and Jonides, 1985)</ref>. We capture such hierarchical structures using containment relationships between places. Our approach also considers directional relationships, another type of qualitative spatial relationships widely studied in spatial cognition and AI (e.g., <ref type="bibr" target="#b5">Freksa (1992)</ref>; Frank (1992)). <ref type="bibr" target="#b15">Miller (1956)</ref> convincingly argued that human short-term memory capacity is limited and approximately bounded to seven plus/minus two units of information. Hence, in this study, this limitation is used as a threshold for grouping places before investigating their qualitative spatial relationships.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Approach</head><p>Figure <ref type="figure">3</ref> shows the sequence of processing for creating place graphs from data stored in spatial databases. The proposed approach consists of three steps: (1) the extraction of a hierarchical structure based on containment relationships, (2) updating the hierarchy using a quad-tree strategy, and (3) the extraction of qualitative spatial relationships from quantitative data. Up till now, place graphs were the result of processed NL descriptions. The method suggested here is built upon cognitive studies in order to produce place graphs that resemble those from people's descriptions, i.e., not necessarily complete, but with relatively few, salient relationships between places. Compared to a complete, fully connected graph, the produced place graph is smaller in storage size (thus allowing for faster querying) and better captures the way people tend to describe places in a given environment. It is worth noting that using qualitative spatial reasoning non-stored relationships can be inferred.</p><p>Figure <ref type="figure">3</ref>: Proposed approach for creating place graphs using spatial data.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Extracting hierarchical structure based on containment relationships</head><p>The first step generates a hierarchical structure, represented by containment relationships between places. The hierarchy is created in two sequential steps using Algorithm 1. First, the containment relationships between each pair of polygons are checked, to form a containment network. Then, the containment network is pruned into a hierarchical structure.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Updating the hierarchy using a quad-tree strategy</head><p>After creating the hierarchical structure, a quad-tree strategy is applied to update the hierarchy by creating intermediate nodes. The idea behind these intermediate nodes is cognitively motivated, based on the limited human short-term memory span. As mentioned earlier, <ref type="bibr" target="#b15">Miller (1956)</ref> argues that human capacity for processing information is limited to approximately seven plus/minus two elements. Hence, if a node contains more than a fixed number of nodes (five in this research), the polygon associated with the node is divided into four polygons based on its centroid, using a quad-tree. These polygons are linked to intermediate nodes that are placed between a node and its contained nodes in the updated hierarchical structure. Then, the containment relationships between the contained nodes and intermediate nodes are checked. Finally, the relationships will be pruned to maintain the hierarchical structure. This process iteratively updates the hierarchy to a new version until each node, including intermediate nodes, has no more than five contained child nodes in the hierarchy. Algorithm 2 shows how the quad-tree strategy is used in updating the hierarchy.</p><p>Algorithm 1 generating the hierarchical structure for every node n from the root to the leaves do 3:</p><p>if number of contained nodes c is more than the predefined threshold then end for 11: end procedure</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Extracting qualitative spatial relationships from quantitative data</head><p>In this step, the updated hierarchical structure is used for further populating topological and directional relationships. For each pair of sibling nodes in the hierarchy, their cardinal direction relationship, e.g., 'north' or 'east', and topological relationship, e.g., 'overlap' or 'meet' <ref type="bibr" target="#b2">(Egenhofer and Franzosa, 1991)</ref>, are determined, based on their geometries. Finally, a place graph is created with nodes from the hierarchy and the derived relationships. Algorithm 3 shows the process from the hierarchical structure to the place graph.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Experimental Results</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Implementation</head><p>The proposed approach is implemented as a toolbox for creating place graphs using OpenStreetMap (OSM) data. Figure <ref type="figure" target="#fig_4">4</ref> shows the workflow of creating place graphs from OSM maps. First, by defining the target area and using OSM API, the input data is gathered in XML format. Then, by parsing the XML file, polygons are extracted for further analysis. Next, the previously described approach is used to generate a place graph from the extracted polygons (in this research we do not consider places with polyline or point geometries). Finally, the results are stored in a graph-based place database. In this study, Neo4j Community version and Gephi are used as the graph-based database and graph visualizer, respectively.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Experiments</head><p>Three experiments are designed to test the approach for creating place graphs in different map scales. Neighborhoods of Melbourne Cricket Ground, neighborhoods of Melbourne CBD, and the Greater Melbourne area are considered as geographic areas of interest. These experiments are conducted to show the effectiveness of  the proposed approach for generating place graphs at different scales. The extracted polygons are processed to produce the place graphs. The geographic areas and the produced place graphs are shown in Figure <ref type="figure" target="#fig_5">5</ref>.</p><p>The approach is compared to a baseline that creates fully connected graphs. In a fully connected graph, every pair of nodes is connected with two different edges, one for cardinal direction and the other for topological relationships. Equation 1 allows to determine the number of edges in a fully connected graph. The number of edges depends on how the graph is stored. Hence, equation 1 is held when topological and directional relationships are stored separately. Figure <ref type="figure" target="#fig_6">6</ref> shows the number of edges and nodes for the proposed approach and the fully connected graph method. The number of nodes in our method is slightly higher than the fully connected graph due to the intermediate nodes resulting from the quad-tree strategy. However, the number of edges is much lower in the proposed approach compared to the fully connected graph method. Hence, the graphs resulting from our approach require comparatively less storage. It is worth noting that there is not any information loss in the extracted place graph compared to the fully connected graph. This is because every relationship in the fully connected graph either also exists in the extracted place graph, or can be inferred using qualitative spatial reasoning. Moreover, the proposed method is based on cognitive constraints -the limitation of short-term memory <ref type="bibr" target="#b15">(Miller, 1956)</ref> and the hierarchical structure of places in human cognitive maps <ref type="bibr" target="#b8">(Hirtle and Jonides, 1985)</ref>.</p><p>numberOf Edges = numberOf N odes × (numberOf N odes − 1)</p><p>(1)  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion</head><p>This paper proposes an innovative approach to generate place graphs from spatial databases. In the place graphs generated, containment relations are represented in a hierarchical structure, with topological and cardinal direction relations captured between sibling nodes. The approach considers various cognitive factors of how people think about and describe places, as well as their spatial relationships. It also considers the limitation of human short-term memory and the hierarchical structure of places in human cognitive maps. It is the first attempt to derive place graphs from spatial databases. In future work, we plan to consider deriving qualitative distance relationships, e.g., 'near', from spatial databases, for example based on contrast set theory <ref type="bibr" target="#b18">(Winter and Freksa, 2012)</ref>; as well as to derive relative direction relationships, e.g., 'in front of' or 'left of', by considering the different frames of reference and points of view used in place descriptions. In addition, testing the closeness of the extracted place graphs from different sources, NL place descriptions and spatial databases, can be another future work of this study.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Translation among three different representations of spatial knowledge about place, with achieved links indicated by solid arrows.</figDesc><graphic coords="2,210.60,253.84,194.40,78.86" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>every node (c) which is contained in n do 12: if c contains any other node o then 13: remove the relationship between n and o</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head></head><label></label><figDesc>by dividing polygon n (north-west, north-east, south-west, south-east)5:create four nodes (r) in the hierarchy for each of the created polygons 6: create containment relationship between n and new nodes r</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head></head><label></label><figDesc>every node (n) from the root to the leaves do 5:for every pair of nodes (c1, c2) contained in n do 6:generate the appropriate cardinal direction relationship between c1 and c2 7:generate the appropriate topological relationship between c1 and c2</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Workflow of generating place graphs from maps.</figDesc><graphic coords="5,64.80,214.49,486.00,236.65" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: Geographic areas and results of the experiments.</figDesc><graphic coords="6,64.80,54.07,486.00,385.28" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Figure 6 :</head><label>6</label><figDesc>Figure 6: Comparison of proposed approach and fully connected method.</figDesc><graphic coords="6,64.80,485.56,486.00,174.32" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="3,64.80,312.76,485.99,114.24" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_0">Proc. of the 5th Annual Conference of Research@Locate</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>The support by the Australian Research Council grant DP170100109 is acknowledged.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Maintaining relational consistency in a graph-based place database</title>
		<author>
			<persName><forename type="first">Maria</forename><surname>Hao Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stephan</forename><surname>Vasardani</surname></persName>
		</author>
		<author>
			<persName><surname>Winter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of Research@Locate 15</title>
				<meeting>Research@Locate 15</meeting>
		<imprint>
			<date type="published" when="2015">Locate15. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Geo-referencing place from everyday natural language descriptions</title>
		<author>
			<persName><forename type="first">Maria</forename><surname>Hao Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stephan</forename><surname>Vasardani</surname></persName>
		</author>
		<author>
			<persName><surname>Winter</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1710.03346</idno>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Point-set topological spatial relations</title>
		<author>
			<persName><forename type="first">Max</forename><forename type="middle">J</forename><surname>Egenhofer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robert</forename><forename type="middle">D</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="b3">
	<analytic>
		<title level="a" type="main">Naive geography</title>
		<author>
			<persName><forename type="first">J</forename><surname>Max</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><forename type="middle">M</forename><surname>Egenhofer</surname></persName>
		</author>
		<author>
			<persName><surname>Mark</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Spatial Information Theory</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1995">1995</date>
			<biblScope unit="page" from="1" to="15" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Qualitative spatial reasoning about distances and directions in geographic space</title>
		<author>
			<persName><forename type="first">Frank</forename><surname>Andrew</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Visual Languages &amp; Computing</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="343" to="371" />
			<date type="published" when="1992">1992</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Using orientation information for qualitative spatial reasoning</title>
		<author>
			<persName><forename type="first">Christian</forename><surname>Freksa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Theories and Methods of Spatio-Temporal Reasoning in Geographic Space</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">Andrew</forename><forename type="middle">U</forename><surname>Frank</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Irene</forename><surname>Campari</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Ubaldo</forename><surname>Formentini</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1992">1992</date>
			<biblScope unit="volume">639</biblScope>
			<biblScope unit="page" from="162" to="178" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Citizens as sensors: The world of volunteered geography</title>
		<author>
			<persName><forename type="first">F</forename><surname>Michael</surname></persName>
		</author>
		<author>
			<persName><surname>Goodchild</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">GeoJournal</title>
		<imprint>
			<biblScope unit="volume">69</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="211" to="221" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Formalizing place in geographical information systems</title>
		<author>
			<persName><forename type="first">F</forename><surname>Michael</surname></persName>
		</author>
		<author>
			<persName><surname>Goodchild</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Communities, Neighborhoods, and Health: Expanding the Boundaries of Place</title>
				<editor>
			<persName><forename type="first">L</forename><forename type="middle">M</forename><surname>Burton</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><forename type="middle">P</forename><surname>Kemp</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M.-C</forename><surname>Leung</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Matthews</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><forename type="middle">T</forename><surname>Takeuchi</surname></persName>
		</editor>
		<meeting><address><addrLine>New York</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="21" to="35" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Evidence of hierarchies in cognitive maps</title>
		<author>
			<persName><forename type="first">C</forename><surname>Stephen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Hirtle</surname></persName>
		</author>
		<author>
			<persName><surname>Jonides</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Memory &amp; Cognition</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="208" to="217" />
			<date type="published" when="1985">1985</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Modelling vague places with knowledge from the web</title>
		<author>
			<persName><forename type="first">Ross</forename><forename type="middle">S</forename><surname>Christopher B Jones</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Paul</forename><forename type="middle">D</forename><surname>Purves</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hideo</forename><surname>Clough</surname></persName>
		</author>
		<author>
			<persName><surname>Joho</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Geographical Information Science</title>
		<imprint>
			<biblScope unit="volume">22</biblScope>
			<biblScope unit="issue">10</biblScope>
			<biblScope unit="page" from="1045" to="1065" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">From descriptions to depictions: A dynamic sketch map drawing strategy</title>
		<author>
			<persName><forename type="first">Junchul</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maria</forename><surname>Vasardani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stephan</forename><surname>Winter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Spatial Cognition &amp; Computation</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="29" to="53" />
			<date type="published" when="2016">2016a</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Landmark extraction from web-harvested place descriptions</title>
		<author>
			<persName><forename type="first">Junchul</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maria</forename><surname>Vasardani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stephan</forename><surname>Winter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">KI-Künstliche Intelligenz</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">31</biblScope>
			<biblScope unit="page" from="151" to="159" />
			<date type="published" when="2016">2016b</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Similarity matching for integrating spatial information extracted from place descriptions</title>
		<author>
			<persName><forename type="first">Junchul</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maria</forename><surname>Vasardani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stephan</forename><surname>Winter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Geographical Information Science</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="1" to="25" />
			<date type="published" when="2016">2016c</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Core concepts of spatial information for transdisciplinary research</title>
		<author>
			<persName><forename type="first">Werner</forename><surname>Kuhn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Geographical Information Science</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="issue">12</biblScope>
			<biblScope unit="page" from="2267" to="2276" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Automatic identification of locative expressions from social media text: A comparative analysis</title>
		<author>
			<persName><forename type="first">Fei</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maria</forename><surname>Vasardani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Timothy</forename><surname>Baldwin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">4th International Workshop on Location and the Web</title>
				<editor>
			<persName><forename type="first">Dirk</forename><surname>Ahlers</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Erik</forename><surname>Wilde</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Bruno</forename><surname>Martins</surname></persName>
		</editor>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="9" to="16" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">The magical number seven, plus or minus two: some limits on our capacity for processing information</title>
		<author>
			<persName><forename type="first">George</forename><forename type="middle">A</forename><surname>Miller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Psychological Review</title>
		<imprint>
			<biblScope unit="volume">63</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page">81</biblScope>
			<date type="published" when="1956">1956</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Granularity of locations referred to by place descriptions</title>
		<author>
			<persName><forename type="first">Daniela</forename><surname>Richter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stephan</forename><surname>Winter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kai-Florian</forename><surname>Richter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lesley</forename><surname>Stirling</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computers, Environment and Urban Systems</title>
		<imprint>
			<biblScope unit="volume">41</biblScope>
			<biblScope unit="page" from="88" to="99" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">From descriptions to depictions: A conceptual framework</title>
		<author>
			<persName><forename type="first">Maria</forename><surname>Vasardani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sabine</forename><surname>Timpf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stephan</forename><surname>Winter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Martin</forename><surname>Tomko</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Spatial Information Theory</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">Thora</forename><surname>Tenbrink</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">John</forename><forename type="middle">G</forename><surname>Stell</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Antony</forename><surname>Galton</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Zena</forename><surname>Wood</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="volume">8116</biblScope>
			<biblScope unit="page" from="299" to="319" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Approaching the notion of place by contrast</title>
		<author>
			<persName><forename type="first">Stephan</forename><surname>Winter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christian</forename><surname>Freksa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Spatial Information Science</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="31" to="50" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Place knowledge as a trans-disciplinary research challenge for geographic information science</title>
		<author>
			<persName><forename type="first">Stephan</forename><surname>Winter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Timothy</forename><surname>Baldwin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jochen</forename><surname>Renz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Martin</forename><surname>Tomko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Werner</forename><surname>Kuhn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">UCGIS Symposium</title>
				<editor>
			<persName><forename type="first">Jeremy</forename><surname>Mennis</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

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