Person->has_many(children => [ Person::Relationship => child ]); Person->has_many(parents => [ Person::Relationship => parent ]);