acid_12_compound_repair_with_query

Ontology: acid_compound_repair_query

Scenario file: D:\_PROJECTS\prethinker\kb_scenarios\acid_12_compound_repair_with_query.json

Generated 2026-04-13 00:48:06 UTC | Back to ladder index | Back to docs

Latest Run Summary

No run report found yet for this scenario.

Utterance Plan

#Expected RouteUtterance
1assert_factIris is a parent of Jace, Jace is a parent of Kira, and Kira is a parent of Lio.
2assert_ruleIf X is a parent of Y then X is an ancestor of Y, and if X is an ancestor of Y and Y is an ancestor of Z then X is an ancestor of Z.
3retractActually retract these: parent(jace, kira) and parent(kira, lio).
4assert_factJace is a parent of Mira, and Mira is a parent of Lio.
5queryIs Iris an ancestor of Lio?
6otherExplain briefly why that worked.

Validation Contract

IDQueryExpectMin RowsMax Rows
jace_kira_removedparent(jace, kira).no_results0
kira_lio_removedparent(kira, lio).no_results0
iris_lio_restored_via_miraancestor(iris, lio).success1