-
Notifications
You must be signed in to change notification settings - Fork 1
/
attribute_mapping_table.info
100 lines (98 loc) · 2 KB
/
attribute_mapping_table.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
streams
{
;<stream-id> <stream-name>
1, /ndn/org/md2k/mguard/dd40c/phone/gps_coordinates
2, /ndn/org/md2k/mguard/dd40c/phone/battery
; 3, /ndn/org/md2k/mguard/dd40c/phone/accelerometer
; 4, /ndn/org/md2k/mguard/dd40c/motion_sense/accelerometer/left_wrist
; 5, /ndn/org/md2k/mguard/dd40c/phone/gyroscope
6, /ndn/org/md2k/mguard/dd40c/data_analysis/gps_episodes_and_semantic_location
; 7, /ndn/org/md2k/mguard/dd40c/data_analysis/physical_acitivity
}
attribute-mapping
{
/attribtues/location/home
{
source 5
column semantic_location
applied_to 1
}
/attribtues/location/work
{
source 5
column semantic_location
applied_to 1
}
/attribtues/location/commuting
{
source 5
column semantic_location
applied_to 1
}
/attribtues/location/casino
{
source 5
column semantic_location
applied_to 1
}
/attribtues/location/oakland
{
source 5
column semantic_location
applied_to 1
}
/attribtues/location/SoCal
{
source 5
column semantic_location
applied_to 1
}
/attribtues/location/gym
{
source 5
column semantic_location
applied_to 1
}
/attribtues/location/shopping-mall
{
source 5
column semantic_location
applied_to 1
}
/attribtues/activity/smoking
{
source 5
column semoking_episodes
applied_to 2,3,4
}
/attribtues/activity/walking
{
source 6
column activity_type
applied_to 2,3,4
}
/attribtues/activity/running
{
source 6
column activity_type
applied_to 2,3,4
}
/attribtues/activity/eating
{
source 6
column activity_type
applied_to 2,3,4
}
/attribtues/activity/drinking
{
source 6
column activity_type
applied_to 2,3,4
}
/attribtues/activity/sleeping
{
source 6
column activity_type
applied_to 2,3,4
}
}