1<?xml version="1.0" encoding="UTF-8"?>
2<section id="tmo:sec-ontology-visualization" xmlns="http://docbook.org/ns/docbook">
3	<title>Ontology Visualization</title>
4
5
6	<figure id="tmo:fig-tmo-ontology-visualization">
7	<ulink url="tmo-ontology-visualization.png">
8		<mediaobject>
9			<imageobject role="html">
10				<imagedata fileref="tmo-ontology-visualization.png" scale="85"/>
11			</imageobject>
12		</mediaobject>
13		</ulink>
14	</figure>
15
16
17</section>
18
19<section id="tmo:sec-introduction" xmlns="http://docbook.org/ns/docbook">
20    <title>Introduction</title>
21
22	<para>The Task Management Model Ontology (TMO) is a conceptual representation of tasks for use in personal task management applications for knowledge workers.</para>
23
24	<para>Knowledge workers perform knowledge work. For example, managers, researchers and sales representatives are knowledge workers. Knowledge work is goal driven, i.e., a knowledge worker strives to achieve a goal with the execution of her work. Knowledge work can be broken down into tasks where each task has a goal that the knowledge worker needs to achieve in order to complete the task. Knowledge workers can reach their goals using different approaches and methods which can differ individually from knowledge worker to knowledge worker. Knowledge is thus rather characterized by variety than by routine.</para>
25
26	<para>Tasks are units of work. We address a kind of tasks which often arise during performing the work, compared to task which are apriory given. Or in other words, the modelling of tasks is also done during task execution. Workflows are usually not enforced upon those tasks. Such tasks can form flexible workflows where recommendations regarding the execution of particular tasks are made.</para>
27
28	<para>In the NEPOMUK environment, information chunks are expressed by the NAO, NIE and PIMO ontologies. In principle, every piece of information can have the character of a task.</para>
29
30	<para>Personal Task Management (PTM) helps knowledge workers to manage their personal, scarce work capacity to achieve their given goals in the desired quality. PTM focuses a personal process perspective, i.e., to manage the activities the knowledge worker performs to get the work done. Tackling information and task overload, the knowledge worker can manage the task workload so that the tasks can be executed on time, scope and budget. A core part of task management is thus enabling prioritization decisions that allow the knowledge worker to decide on what tasks to execute when, to what extent and to what cost.</para>
31
32	<para>PTM applications support knowledge workers in performing efficient task management to achieve their goals in the best possible way. PTM applications offer functionality to help the knowledge worker to manage the whole set of tasks that the knowledge worker has to accomplish. This happens in the form of a task list, as well known as to-do lists. Task lists here use lists of explicit task representations, i.e., for each task in the list, a dedicated task representation exists and contains the task information needed for the knowledge worker to identify, use and prioritize the task.</para>
33
34	<para>Bringing together PTM and PIM, the TMO is an ontology that enables the knowledge worker to organize lists of tasks in conjunction with organizing information needed to execute these tasks. Foremost, the TMO captures the knowledge worker's tasks and applications using it enable the knowledge worker to get on overview on what needs to be done and how the knowledge worker can prioritize this. In addition, the TMO supports applications to manage the information that is needed from a knowledge worker's perspective to fulfil the task. This includes for example information on who else is involved in the task and what category the task belongs to.</para>
35
36	<para>Further information on the TMO going beyond this document can be found at [<link linkend="tmo:sec-references">TASKMODEL</link>]. This includes background information on task management, state of the art in task modelling, modelling considerations in the personal task space and explains modelling decisions taken for the TMO.</para>
37</section>
38
39<section id="tmo:sec-scope-and-covered-use-cases" xmlns="http://docbook.org/ns/docbook">
40    <title>Scope and Covered Use Cases</title>
41
42	<para>The TMO is designed for use as part the of PIM platform Nepomuk. The respective Nepomuk Ontology framework provides ontologies for conducting personal information management in particular on the desktop, see [<link linkend="tmo:sec-references">PIMO</link>], [<link linkend="tmo:sec-references">NIE</link>]. The TMO is an extension of the PIMO ontology focusing on tasks and the support of PTM applications. However, applications can use the TMO as well without accessing this Nepomuk ontology framework to support personal task management. Using Nepomuk, the knowledge worker and application developer gain the support for desktop integration, i.e., the integration with information models that represent the entities of a desktop, like e.g. emails and files.</para>
43
44	<para>The TMO covers with its task model a number of task management use cases that can be implemented in task management applications. The TMO provides the conceptual basis for these use cases. These use cases are:</para>
45
46	<itemizedlist>
47		<listitem>
48			Personal Task Management - Personal Task Management consists of several parts.
49			<itemizedlist>
50				<listitem>Basic task handling - Basic task handling deals with organizing a knowledge workers task, e.g., creating and populating a task.</listitem>
51				<listitem>Task list management - Task list management deals with the knowledge worker handling a personal to-do list where the Knowledge worker manages a list of personal tasks that are due for execution or are already executed.</listitem>
52				<listitem>Task priority management - Task priority management helps the knowledge worker to maintain the priorities coming with a task.</listitem>
53				<listitem>Task time management - Task time management focuses on the time needed to execute a task and the knowledge worker can assign a task due date to manage the time-related aspects of work.</listitem>
54				<listitem>Task planning - Task planning helps the knowledge worker to structure the workload and perform work decomposition, i.e., breaking down and categorizing tasks.</listitem>
55			</itemizedlist>
56		</listitem>
57		<listitem>Task Information Management - Task Information Management helps the knowledge worker to collect and associate information needed for executing a task. This includes task tags to group tasks, information object attachments to connect tasks to, e.g., emails and files, and as social aspect persons involved in a task.</listitem>
58		<listitem>Social Task Management - Social Task Management focuses on collaboration in the task domain. This means, that knowledge workers can delegate tasks to each other, can perform and task tracking and conduct information sharing.
59		</listitem>
60	</itemizedlist>
61	<para>In addition, knowledge workers and application developers can extend the TMO to cover further use cases. These TMO extensions (TMOE) can for example support experience and knowledge management for tasks with task patterns [<link linkend="tmo:sec-references">TASKMODEL</link>].</para>
62</section>
63
64<section id="tmo:sec-tmo-modelling" xmlns="http://docbook.org/ns/docbook">
65	<title>TMO Modelling</title>
66
67	<para>The core class of the TMO is the class tmo:Task. The tmo:Task is a subclass of pimo:ProcessConcept. The inheritance hierarchy of the <xref linkend="tmo:Task"/> is shown in the figure below.</para>
68
69	<informalfigure>
70	<ulink url="tmo_task_pimo_subclass_part1.png">
71		<mediaobject>
72			<imageobject role="html">
73			<imagedata fileref="tmo_task_pimo_subclass_part1.png" scale="85"/>
74			</imageobject>
75		</mediaobject>
76	</ulink>
77	</informalfigure>
78	<informalfigure>
79	<ulink url="tmo_task_pimo_subclass_part2.png">
80		<mediaobject>
81			<imageobject role="html">
82			<imagedata fileref="tmo_task_pimo_subclass_part2.png" scale="85"/>
83			</imageobject>
84		</mediaobject>
85	</ulink>
86	</informalfigure>
87
88	<para>Details of a task are represented by attributes modelled as shown in the figure below. Tasks can be grouped by means of the tmo:TaskCollection class</para>
89
90	<informalfigure>
91	<ulink url="tmo_overview_part1.png">
92		<mediaobject>
93			<imageobject role="html">
94			<imagedata fileref="tmo_overview_part1.png" scale="85"/>
95			</imageobject>
96		</mediaobject>
97	</ulink>
98	</informalfigure>
99
100	<informalfigure>
101	<ulink url="tmo_overview_part2.png">
102		<mediaobject>
103			<imageobject role="html">
104			<imagedata fileref="tmo_overview_part2.png" scale="85"/>
105			</imageobject>
106		</mediaobject>
107	</ulink>
108	</informalfigure>
109
110	<informalfigure>
111	<ulink url="tmo_overview_part3.png">
112		<mediaobject>
113			<imageobject role="html">
114			<imagedata fileref="tmo_overview_part3.png" scale="85"/>
115			</imageobject>
116		</mediaobject>
117	</ulink>
118	</informalfigure>
119
120	<para>There are some classes that have been modelled according to a role based modelling approach. Hereby it is possible to model n-ary relations. In particular attachments, the involvement of persons and of actors and resource (furthermore referred as AbilityCarriers) and task dependencies have been modelled this way. The overviews on those four circumstances are shown in the figures below:</para>
121
122	<figure id="tmo:fig-person-involvement">
123		<title>tmo:PersonInvolvement</title>
124	<ulink url="tmo_personinvolvement.png">
125		<mediaobject>
126			<imageobject role="html">
127				<imagedata fileref="tmo_personinvolvement.png" scale="85" />
128			</imageobject>
129		</mediaobject>
130	</ulink>
131	</figure>
132
133	<figure id="tmo:fig-ability-carrier-involvement">
134		<title>tmo:AbilityCarrierInvolvement</title>
135	<ulink url="tmo_abilitycarrierinvolvement.png">
136		<mediaobject>
137			<imageobject role="html">
138			<imagedata fileref="tmo_abilitycarrierinvolvement.png" scale="85" />
139			</imageobject>
140		</mediaobject>
141	</ulink>
142	</figure>
143
144	<figure id="tmo:fig-attachment">
145		<title>tmo:Attachment</title>
146	<ulink url="tmo_attachment.png">
147		<mediaobject>
148			<imageobject role="html">
149			<imagedata fileref="tmo_attachment.png" scale="85"/>
150			</imageobject>
151		</mediaobject>
152	</ulink>
153	</figure>
154
155	<figure id="tmo:fig-task-dependency">
156		<title>tmo:TaskDependency</title>
157	<ulink url="tmo_taskdependency.png">
158		<mediaobject>
159			<imageobject role="html">
160			<imagedata fileref="tmo_taskdependency.png" scale="85" />
161			</imageobject>
162		</mediaobject>
163	</ulink>
164	</figure>
165
166	<para>The transmission of tasks is represented by the <xref linkend="tmo:TaskTransmission"/> class</para>
167
168	<figure id="tmo:fig-transmission">
169	<ulink url="tmo_transmission.png">
170		<mediaobject>
171			<imageobject role="html">
172			<imagedata fileref="tmo_transmission.png" scale="85" />
173			</imageobject>
174		</mediaobject>
175	</ulink>
176	</figure>
177</section>
178
179<section id="tmo:sec-references" xmlns="http://docbook.org/ns/docbook">
180	<title>References</title>
181
182    <variablelist>
183		<varlistentry>
184		  <term>PIMO</term>
185		  <listitem>
186			<para><ulink url="http://www.semanticdesktop.org/ontologies/pimo">Personal Information Model ontology (PIMO)</ulink>, Leo Sauermann, Ludger van Elst, Knud Moller, http://www.semanticdesktop.org/ontologies/pimo</para>
187			</listitem>
188		</varlistentry>
189
190		<varlistentry>
191		  <term>NIE</term>
192		  <listitem>
193			<para><ulink url="http://www.semanticdesktop.org/ontologies/nie">NEPOMUK Information Element Ontology (NIE)</ulink>, Antoni Mylka, Leo Sauermann, Michael Sintek, Ludger van Elst, http://www.semanticdesktop.org/ontologies/nie</para>
194		  </listitem>
195		</varlistentry>
196
197		<varlistentry>
198		  <term>TASKMODEL</term>
199		  <listitem>
200			<para><ulink url="http://nepomuk.semanticdesktop.org/xwiki/bin/download/Main1/D3-1/D3.1_v10_NEPOMUK_Task_Management_Model.pdf">Task Management Model (TMO)</ulink>, Olaf Grebner, Ernie Ong, Uwe Riss, Marko Brunzel, Ansgar Bernardi, Thomas Roth-Berghofer, http://nepomuk.semanticdesktop.org/xwiki/bin/download/Main1/D3-1/D3.1_v10_NEPOMUK_Task_Management_Model.pdf</para>
201		  </listitem>
202		</varlistentry>
203	</variablelist>
204</section>