BUR #23047 has been rejected.
Show
create implication on_grass -> grass
create implication on_flower -> flower
create implication on_chair -> chair
create implication on_bench -> bench
create implication on_motorcycle -> motorcycle
create implication on_scooter -> scooter
create implication on_roof -> rooftop
create implication on_stool -> stool
create implication on_crescent -> crescent
create implication on_water -> water
create implication on_cloud -> cloud
create implication on_piano -> piano
create implication on_counter -> counter
create implication on_rooftop -> rooftop
create implication on_ladder -> ladder
create implication on_umbrella -> umbrella
create implication on_banana -> banana
create implication sitting_on_branch -> branch
create implication sitting_on_branch -> sitting
create implication sitting_on_ball -> sitting
create implication sitting_on_ball -> ball
create implication sitting_on_fence -> sitting
create implication sitting_on_fence -> fence
create alias on_branch -> sitting_on_branch
create alias on_fence -> sitting_on_fence
create alias on_ball -> sitting_on_ball
create alias on_tree -> in_tree
create implication toilet_use -> toilet
Being on something requires the thing first.
For on fence, on ball and on branch, given their content, the existing posts are fit to be aliased to the sitting variant instead.
For on tree, being exactly on top of a tree is pretty much impossible, and all the existing posts seem to refer to the idea of in tree, the subject(s) sitting on a large branch that has enough surface area to accommodate them, so an alias is preferable here too.
Updated