Concept Binary Tree

Anmelden Gast|Guest
Suche
Concept Relations: parent
CBT Tree (Root: parent)
z = parentparent
├─ s = grandparentgrandparent
├─ s = single_parentsingle_parent
├─ o = daddydaddy
├─ o = foster_parentfoster_parent
├─ o = grandmagrandma
├─ o = grandpagrandpa
├─ o = grandparentgrandparent
├─ o = grannygranny
├─ x = ancestorancestor
├─ x1 = human_beinghuman_being
└─ x2 = beforebefore
├─ x21 = adjectiveadjective
└─ x22 = pastpast
├─ x221 = beforebefore
└─ x222 = presentpresent
└─ y = human_beinghuman_being
CBT Tree (is-root) (zi = grandparent, is, parent)
z = grandparentgrandparent
├─ x = parentparent
├─ x1 = ancestorancestor
├─ x11 = human_beinghuman_being
└─ x12 = beforebefore
├─ x121 = adjectiveadjective
└─ x122 = pastpast
├─ x1221 = beforebefore
└─ x1222 = presentpresent
└─ x2 = human_beinghuman_being
└─ y = parentparent
CBT Tree (is-root) (zi = single_parent, is, parent)
z = single_parentsingle_parent
├─ x = parentparent
├─ x1 = ancestorancestor
├─ x11 = human_beinghuman_being
└─ x12 = beforebefore
├─ x121 = adjectiveadjective
└─ x122 = pastpast
├─ x1221 = beforebefore
└─ x1222 = presentpresent
└─ x2 = human_beinghuman_being
└─ y = 11