Which of the following assertions would be legal, which are not, and why? (Assume that any constants not explicitly listed in the Exercise Vocabulary page are instances of #$Individual.)
(#$genls #$Nick #$Person)
(#$isa #$Dog #$Mammal)
(#$performedBy #$Barking001 #$Dog)
(#$performedBy #$Barking #$Dog)
(#$subEvents #$NickYellingOnThursday #$VibratingVocalCords)
(#$performedBy #$NickYellingOnThursday #$Nick)
(#$isa #$Nick #$Person)
(#$performedBy #$Reading #$Nick)
(#$subEvents #$Walking #$TakingAStep)