Generated 2026-04-13 00:48:05 UTC | Back to ladder index | Back to docs
No run report found yet for this scenario.
| # | Expected Route | Utterance |
|---|---|---|
| 1 | assert_fact | Ari is Bea's parent. |
| 2 | assert_fact | Cy has Bea as a parent. |
| 3 | assert_rule | If X is a parent of Y then X is an ancestor of Y. |
| 4 | assert_rule | If X is an ancestor of Y and Y is an ancestor of Z then X is an ancestor of Z. |
| 5 | query | Can you confirm whether Ari is an ancestor of Cy? |
| ID | Query | Expect | Min Rows | Max Rows |
|---|---|---|---|---|
| ari_bea_parent | parent(ari, bea). | success | 1 | |
| bea_cy_parent | parent(bea, cy). | success | 1 | |
| no_reverse_cy_bea_parent | parent(cy, bea). | no_results | 0 | |
| ari_cy_ancestor | ancestor(ari, cy). | success | 1 |