-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile2predicate.map
63 lines (63 loc) · 1.56 KB
/
profile2predicate.map
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
[
["", ""],
["wife", "wife"],
["town", "town"],
["street", "street"],
["status", "status"],
["state", "state"],
["sister", "sister"],
["road", "road"],
["residence", "residence"],
["religion", "religion"],
["province", "province"],
["orientation", "orientation"],
["niece", "niece"],
["nephew", "nephew"],
["mother", "mother"],
["middlename", "middlename"],
["longitute", "longitute"],
["location", "location"],
["likes", "likes"],
["latitude", "latitude"],
["last name", "lastname"],
["husband", "husband"],
["has", "has"],
["hair", "hair"],
["grandmother", "grandmother"],
["grandfather", "grandfather"],
["girlfriend", "girlfriend"],
["gender", "gender"],
["friend", "friend"],
["first name", "firstname"],
["favorite tv show", "favoritetvshow"],
["favorite sport", "favoritesport"],
["favorite song", "favoritesong"],
["favorite movie", "favoritemovie"],
["favorite ice cream", "favoriteicecream"],
["favorite food", "favoritefood"],
["favorite drink", "favoritedrink"],
["favorite color", "favoritecolor"],
["favorite car", "favoritecar"],
["favorite book", "favoritebook"],
["favorite band", "favoriteband"],
["favorite actress", "favoriteactress"],
["favorite actor", "favoriteactor"],
["father", "father"],
["employer", "employer"],
["email", "email"],
["dog", "dog"],
["daughter", "daughter"],
["county", "county"],
["country", "country"],
["city", "city"],
["cat", "cat"],
["brother", "brother"],
["boyfriend", "boyfriend"],
["birthplace", "birthplace"],
["birthday", "birthday"],
["bestfriend", "bestfriend"],
["baby", "baby"],
["age", "age"],
["address", "address"],
["fooz", "barz"]
]