LoveActuallyMap
From Nick Wed May 12 02:10:01 +0200 2004
From: Nick
Date: Wed, 12 May 2004 02:10:01 +0200
Subject:
Message-ID: <20040512021001+0200@kukkurovaca.objectis.net>

digraph "love actually relationship map 0.6"


{

graph
[overlap=false
label="Love Actually Relationship Map 0.6"
];


node
[fillcolor=lightgrey
];

/* Mainish Characters */

Billy
[shape=doublecircle label="Billy Mack: Aging rock star (Bill Nighy)"
url=http://kukkurovaca.objectis.net/ugp/BillNighy
];

Karen
[label="Karen: Wife, mother (Emma Thompson)"
url=http://kukkurovaca.objectis.net/ugp/EmmaThompson
];

Harry
[label="Harry: Husband, boss (Alan Rickman)"
url=http://kukkurovaca.objectis.net/ugp/AlanRickman
];

Daniel
[label="Daniel: Widow, father (Liam Neeson)"
url=http://kukkurovaca.objectis.net/ugp/LiamNeeson];

Samuel
[Label="Samuel: Son, lover"
];

Joanna
[label="Joanna"];

Juliet
[label="Juliet: Bride (Keira Knightly)"
];

Peter
[label="Peter: Groom (Chiwetel Ejiofor)"
url=http://kukkurovaca.objectis.net/ugp/ChiwetelEjiofor
];

Mark
[label="Mark"];

Sarah
[label="Sarah: Sister, piner (Laura Linney)"
url=http://kukkurovaca.objectis.net/ugp/LauraLinney];

Mia
[label="Mia: Secretary, seductress"];

Karl
[label="Karl: Enigmatic chief designer"];

Jamie
[label="Jamie: Writer, linguist (Colin Firth)"
url=http://kukkurovaca.objectis.net/ugp/ColinFirth
];

Aurelia
[label="Aurelia: Maid, Waitress"];

Colin
[label="Colin: Sandwhich boy, God of sex"];

Tony
[label="Tony: ?"];

Joe
[label="Joe: Fat manager"];

Rufus
[label="Rufus"];

David
[label="David: Prime Minister, Bachelor (Hugh Grant)"
url=http://kukkurovaca.objectis.net/ugp/HughGrant];

Natalie
[label="Natlalie: Catering Manager, Chubby"];


/* Non-mainish characters */

Carla
[label="Carla"];

Bernard
[label="Bernard"
];

Daisy
[label="Daisy
];

Joanna2
[label="Joanna (2): Dead"];

Ben
[label="Ben"];

JamiesGirlFriend
[label="Jamie's Girlfriend"];

JamiesBrother
[label="Jamie's Brother"];

Gerald
[label="Gerald: Copper, Caroler"];

Harriet
[label="Harriet: The sexy one"];

Carol
[label="Carol (Claudia Schiffer)"];

/* Events */

"Wedding"
[label="The Wedding" shape=doublecircle]



/* edges */

edge [len=0.5];

/* Daniel and Samuel------------------ */

Daniel -> Samuel
[label="father" weight=2];

Daniel -> Joanna2
[label="marriage" color=red style=bold];

Joanna2 -> Samuel
[label="mother"]

Daniel -> Karen
[label="friend" dir=none];

Daniel -> Carol
[label="love?" color=red dir=none style=bold];

Samuel -> Joanna
[label="love" color=red weight=2 style=bold];

Rufus -> Samuel
[label="cover"]

/* Karen and Harry------------------ */

Karen -> Harry
[label="marriage" color=red weight=2 dir=none style=bold];

Karen -> Bernard
[label="mother"];

Karen -> Daisy
[label="mother"];

Harry -> Bernard
[label="father"];

Harry -> Daisy
[label="father];

Daisy -> Bernard
[label="siblings" dir=none];

Karen -> David
[label="siblings" dir=none weight=0.5];

Rufus -> Harry
[label="purchase" dir=none];

/* The office */

Mia -> Harry
[label="seduction" color=red weight=2 style=bold];

Harry -> Sarah
[label="boss"];

Sarah -> Karl
[label="love?" color=red weight=2 style=bold];

Sarah -> Ben
[label="siblings" color=red weight=2 dir=none style=bold];

Colin -> Mia
[label="delivers sandwhich" weight=0.5]

Mia -> Mark
[label="friend" weight=0.5];

/* The Wedding guests */

Sarah -> Mark
[label="awkward conversation" dir=none];

Peter -> Juliet
[label="marriage" dir=none weight=2 style=bold];

Peter -> Mark
[label="best friend" dir=none weight=2];

Mark -> Juliet
[label=love color=red weight=2 style=bold];

Jamie -> Sarah
[label="seated with at wedding" dir=none weight=0.5];

/* The Wedding */

Peter -> Wedding
[label="groom" weight=0.5];

Juliet -> Wedding
[label="bride" weight=0.5];

Mark -> Wedding
[label="best man" weight=0.5];

Jamie -> Wedding
[label="guest" weight=0.5];

Sarah -> Wedding
[label="guest" weight=0.5];

Colin -> Wedding
[label="waitron" weight=0.5];

/* Colin and Tony */

Colin -> Tony
[label="friend" weight=2];

Colin -> Harriet
[label="marriage" weight=2 dir=none color=red style=bold];

Harriet -> Carla
[label="siblings"];

Carla -> Tony
[label="?" color=red];

Tony -> Jack
[label="?" dir=none];

Tony -> Judy
[label="?" dir=none];

/* Jack and Judy */

Jack -> Judy
[label="love" color=red dir=none weight=2 style=bold];

/* David and Natalie */

David -> Natalie
[label="love" color=red dir=none weight=2 style=bold];

David -> Gerald
[label=boss weight=0.5];

Natalie -> Mia
[label="neighbor" weight=0.5];

/* Jamie and Aurelia */

Jamie -> Aurelia
[label="love" color=red dir=none weight=2 style=bold];

Jamie -> JamiesGirlFriend
[label="ex" dir=none];

JamiesBrother ->JamiesGirlFriend
[label="affair" dir=none];

/* Billy's appearances in other scenes */

Billy -> Joe
[label="platonic love" color=red weight=2 style=bold];

Billy -> Mia
[label="song played at desk" style=dotted weight=0.5];

Billy -> David
[label="interview on tv" style=dotted weight=0.5];

Billy -> Samuel
[label="inspiration for plan" style=dotted weight=0.5];

Billy -> Mark
[label="On tv when Juliet arrives" style=dotted weight=0.5];





}