blob: 97941d0401bb5ec38189eacab0f27da491925434 (
plain)
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
|
GET_RELATIONSHIP "Hugo" "Paternal-Uncle"
GET_RELATIONSHIP "Hugo" "Paternal-Aunt"
GET_RELATIONSHIP "Albus" "Maternal-Uncle"
GET_RELATIONSHIP "Remus" "Maternal-Aunt"
GET_RELATIONSHIP "Ted" "Sister-in-Law"
GET_RELATIONSHIP "Percy" "Sister-in-Law"
GET_RELATIONSHIP "Charlie" "Sister-in-Law"
GET_RELATIONSHIP "Percy" "Brother-in-Law"
GET_RELATIONSHIP "Charlie" "Brother-in-Law"
GET_RELATIONSHIP "Ted" "Brother-in-Law"
GET_RELATIONSHIP "King Arthur" "Mother"
GET_RELATIONSHIP "Bill" "Mother"
GET_RELATIONSHIP "Charlie" "Mother"
GET_RELATIONSHIP "Percy" "Mother"
GET_RELATIONSHIP "Ronald" "Mother"
GET_RELATIONSHIP "Ginerva" "Mother"
GET_RELATIONSHIP "Flora" "Mother"
GET_RELATIONSHIP "Victoire" "Mother"
GET_RELATIONSHIP "Dominique" "Mother"
GET_RELATIONSHIP "Louis" "Mother"
GET_RELATIONSHIP "Ted" "Mother"
GET_RELATIONSHIP "Remus" "Mother"
GET_RELATIONSHIP "Audrey" "Mother"
GET_RELATIONSHIP "Molly" "Mother"
GET_RELATIONSHIP "Lucy" "Mother"
GET_RELATIONSHIP "Helen" "Mother"
GET_RELATIONSHIP "Rose" "Mother"
GET_RELATIONSHIP "Hugo" "Mother"
GET_RELATIONSHIP "Malfoy" "Mother"
GET_RELATIONSHIP "Draco" "Mother"
GET_RELATIONSHIP "Aster" "Mother"
GET_RELATIONSHIP "Harry" "Mother"
GET_RELATIONSHIP "James" "Mother"
GET_RELATIONSHIP "Albus" "Mother"
GET_RELATIONSHIP "Lily" "Mother"
GET_RELATIONSHIP "Darcy" "Mother"
GET_RELATIONSHIP "William" "Mother"
GET_RELATIONSHIP "Alice" "Mother"
GET_RELATIONSHIP "Ron" "Mother"
GET_RELATIONSHIP "Ginny" "Mother"
GET_RELATIONSHIP "Molly" "Father"
GET_RELATIONSHIP "Bill" "Siblings"
ADD_CHILD "Victoire" "Fred" "Male"
ADD_CHILD "Ted" "Fred" "Male"
#
GET_RELATIONSHIP "Alice" "Mother"
ADD_CHILD "Victoire" "Fred" "Male"
ADD_CHILD "Ted" "Fred" "Male"
GET_RELATIONSHIP "King Arthur" "Daughter"
|