Wgraph:Genealogy Data

From FollowTheScore
Jump to: navigation, search

node " John Smith

  "  { type  male
    label " John Smith  
  " "\n*" "21.06.1952" }


edge from " John Smith

  " to " John Smith  
  " "_info" { type info }
 node " John Smith  
  " "_info" { type info label "that & this" }

edge from " John Smith

  " to "Bella Smith" {type marriage label "01.03.1985" }

node " Bella Smith " { type female label " Bella Smith " "\n*" "03.04.1955" }


edge from " Bella Smith " to " Bella Smith " "_info" { type info }

 node " Bella Smith     " "_info" { type info label "this and that" }


node " Dave Smith " { type male label " Dave Smith " "\n*" "30.05.1986" } edge from " Dave Smith " to "Bella Smith" {type mother} edge from " Dave Smith " to "John Smith" {type father}


node " Paul Smith " { type male label " Paul Smith " "\n*" "28.02.1988" } edge from " Paul Smith " to "Bella Smith" {type mother} edge from " Paul Smith " to "John Smith" {type father}


node " Susan Smith " { type female label " Susan Smith " "\n*" "04.06.1995" } edge from " Susan Smith " to "Bella Smith" {type mother} edge from " Susan Smith " to "John Smith" {type father}