Generated 2026-04-13 00:48:06 UTC | Back to ladder index | Back to docs
No run report found yet for this scenario.
| # | Expected Route | Utterance |
|---|---|---|
| 1 | assert_fact | Nora is the parent of Omar. |
| 2 | assert_fact | Omar is the parent of Priya. |
| 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 | Could you check whether Nora is an ancestor of Priya? |
| ID | Query | Expect | Min Rows | Max Rows |
|---|---|---|---|---|
| nora_priya_ancestor | ancestor(nora, priya). | success | 1 | |
| omar_priya_parent | parent(omar, priya). | success | 1 |