SFB/TR 8 I2-[MapSpace]
 

Example of Context-Specific Route Directions


Here is a small example of a context-specific route direction for a given route.

The figure displays a sketch map of the example route (the bold, red line), showing street names and landmarks encountered along the route. Its main characteristics is that a wayfinder has to follow a river for a considerable part of the route. This is reflected in the context-specific route directions in that decision points 3 to 8 are combined in one chunk.

[Example of Context-Specific Route Directions]

The following XML-code lists the abstract, relational specification of the context-specific route direction as produced by GUARD. Each Direction-tag contains one chunk, i.e. one instruction of the context-specific route directions (which possibly covers several consecutive decision points). For further details please refer to our publications.

	<?xml version="1.0" encoding="UTF-8"?>
	<ROUTE>
		<Direction>
			<instruction point="1" relation="straight">
			</instruction>
			<instruction point="2" relation="right">
			<landmark id="1" type="Map"/>
			</instruction>
		</Direction>

		<Direction>
			<instruction point="3" relation="follow">
			<landmark id="100" type="River"/>
			</instruction>
			<instruction point="4" relation="follow">
			<landmark id="100" type="River"/>
			</instruction>
			<instruction point="5" relation="follow">
			<landmark id="100" type="River"/>
			</instruction>
			<instruction point="6" relation="follow">
			<landmark id="100" type="River"/>
			</instruction>
			<instruction point="7" relation="follow">
			<landmark id="100" type="River"/>
			<endqualifier id="7" type="Signage" name="Telekom Schild"/>
			</instruction>
			<instruction point="8" relation="left">
			<landmark id="7" type="Signage" name="Telekom Schild"/>
			</instruction>
		</Direction>

		<Direction>
			<instruction point="9" relation="towards">
			<landmark id="9" type="SightSeeingObject" name="Universum"/>
			<endqualifier id="12" type="BusStop"/>
			</instruction>
			<instruction point="10" relation="right">
			<landmark id="12" type="BusStop"/>
			</instruction>
		</Direction>

	</ROUTE>
	

In collaboration with project I1-[OntoSpace], we can externalize this abstract specification as verbal route directions. For the given example, this results in:

"At the next junction go straight on, and then, turn right before a map.
Keep following the river until a Telekom Schild, and then, turn left after the Telekom Schild.
Go towards the Universum until a bus stop, and then, turn right after the bus stop."


SFB/TR 8 Home

webmaster     disclaimer