Wiki source code of Ontology
Version 16.1 by Veikko Saikkonen on 2022/02/28 17:17
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | = Person Ontology = | ||
3 | |||
4 | {{html}} | ||
5 | <img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group01/download/Main/WebHome/PersonOntologySCE.jpg?rev=1.1" alt="Person Ontology" width="750"/> | ||
6 | {{/html}} | ||
7 | |||
8 | |||
9 | = Wellbeing Discourse Ontology = | ||
10 | {{html}} | ||
11 | <img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group01/download/Main/WebHome/ontology.jpg?rev=1.1" alt="Wellbeing Discourse Ontology" width="750"/> | ||
12 | {{/html}} | ||
13 | |||
14 | = Additional Information = | ||
15 | == General == | ||
16 | |||
17 | * PwD: Person with Dementia | ||
18 | * HCP: Healthcare Professional | ||
19 | * The Robot/Nao: The Nao robot platform used for implementing the project prototype | ||
20 | |||
21 | == Categories and subcategories == | ||
22 | |||
23 | * Discourse: Meaningful conversation between PwD and the robot | ||
24 | * Statement: Statement either by the robot or the PwD. Can be a question or an answer. | ||
25 | ** E.g. “Hello Peter”, “How are you doing today?” | ||
26 | * RobotSRA (Self-reflection Aid): Statement that seeks out information about the PwD, either for them to disclose it to the robot, or just think about it themselves. | ||
27 | ** E.g. “Are you feeling hungry?”, “How did the dinner make you feel?”, “Are you feeling tired?” | ||
28 | * Disclosure: Meaningful information provided by the PwD | ||
29 | ** E.g. “I am feeling hungry”, “I did not eat dinner”, “I should drink water”, “I am feeling well today” | ||
30 | |||
31 | * Entity: Representing either a Person or the Robot | ||
32 | * Person: Anyone that the Robot might interact with. Has subcategories PwD, Relative, Health Care Professional. | ||
33 | * Activity: Activities of a PwD that they need to be reminded of. | ||
34 | * Type: The type of Activity | ||
35 | ** E.g. leisure activity like "Take a walk", an activity of the everyday life like "Water the plants", or a health-related activity like "Have lunch". | ||
36 | |||
37 | === Parameters === | ||
38 | |||
39 | * Goal: The goal of the discourse/SRA initiated by the robot | ||
40 | ** E.g. “Helps the PwD relax”, “Reminds the PwD about lunchtime”, “Initiates self-reflection about wellbeing” | ||
41 | * Context : A main theme that the disclosures and discourses are linked to | ||
42 | ** E.g. Lunch, dinner, hunger, thirst, tiredness, sleep etc. | ||
43 | * Valence: The ”positivity” of the disclosure | ||
44 | ** E.g. I feel well -> valence > 0, I’m not feeling well -> valence <0, I feel hungry -> valence = 0 | ||
45 | |||
46 | * Name: The name of a Person, so that the robot knows how to address them | ||
47 | * Gender: The gender of a Person. | ||
48 | * Age: The age of a Person | ||
49 | * Interest: Any interests that a Person might have, useful for discourse. | ||
50 | ** E.g. "Tennis", "Walking the dog", "Solving sudoku" | ||
51 | * Type of Music: The type of music that a Person likes or dislikes. More necessary for a PwD, but could also be used for the rest of the subcategories. | ||
52 | ** E.g. Someone might dislike "Rock" and like "Jazz" | ||
53 | * Time: A time that a specific activity takes place. | ||
54 | ** E.g. "Have lunch" at 12.30p.m. |