// =============================================== // FORM (DO NOT MODIFY) // =============================================== schema formpoleschema schema Schematic-Form subcase of formpoleschema roles orth schema Word subcase of Schematic-Form // =============================================== // SCHEMAS: entities // =============================================== schema Place schema Here subcase of Place schema Entity schema Object subcase of Entity schema Physical-Object subcase of Object, Place schema Referent subcase of Entity roles category distribution boundedness number gender accessibility resolved-ref schema Animate subcase of Physical-Object roles animacy constraints animacy <-- true schema Human subcase of Animate roles sex schema Nomi subcase of Human sex <-- female schema Mother subcase of Human sex <-- female schema Father subcase of Human sex <-- male schema Speaker subcase of Human schema Addressee subcase of Human schema Animal subcase of Animate schema Horse subcase of Animal schema Monkey subcase of Animal schema Manipulable-Object subcase of Physical-Object schema Cup subcase of Manipulable-Object schema Toy subcase of Manipulable-Object schema Book subcase of Toy schema Block subcase of Toy schema Ball subcase of Toy schema Doll subcase of Toy schema Bed subcase of Toy schema Food subcase of Physical-Object schema Cake subcase of Food schema Juice subcase of Food // =============================================== // SCHEMAS: actions // =============================================== schema Action roles agent : Entity schema DirectedAction subcase of Action roles patient : Entity schema Move subcase of Action roles mover : Entity direction : Place schema CauseMove subcase of DirectedAction, Move roles causer : Human mover : Physical-Object motion : Move constraints motion.mover <--> mover motion.agent <--> causer motion.direction <--> direction agent <--> causer patient <--> mover schema Transfer subcase of CauseMove roles sender : Physical-Object receiver : Physical-Object object : Physical-Object constraints agent <--> sender patient <--> object motion.direction <--> receiver // =============================================== // CONSTRUCTIONS: // =============================================== construction Motion-Verb meaning : Move construction Cause-Motion-Verb subcase of Motion-Verb meaning : CauseMove construction Get-Cn level 0 subcase of Cause-Motion-Verb form : Word self.f.orth <-- "get" construction Bring-Cn level 0 subcase of Cause-Motion-Verb form : Word self.f.orth <-- "bring" construction Give-Cn level 0 subcase of Cause-Motion-Verb form : Word self.f.orth <-- "give" construction Here-Cn level 0 form : Word self.f.orth <-- "here" meaning : Here construction Ref-Expr form : Schematic-Form meaning : Referent construction Nomi-Cn level 0 subcase of Ref-Expr form : Word self.f.orth <-- "Nomi" meaning evokes Nomi as n self.m.category <--> n self.m.resolved-ref <--> n construction Mama-Cn level 0 subcase of Ref-Expr form : Word self.f.orth <-- "Mama" meaning evokes Mother as n self.m.category <--> n self.m.resolved-ref <--> n construction I-Cn level 0 subcase of Ref-Expr form : Word self.f.orth <-- "I" meaning evokes Speaker as n self.m.category <--> n self.m.resolved-ref <--> n construction You-Cn level 0 subcase of Ref-Expr form : Word self.f.orth <-- "you" meaning evokes Addressee as n self.m.category <--> n self.m.resolved-ref <--> n construction Juice-Cn level 0 subcase of Ref-Expr form : Word self.f.orth <-- "juice" meaning evokes Juice as n self.m.category <--> n self.m.resolved-ref <--> n construction Book-Cn level 0 subcase of Ref-Expr form : Word self.f.orth <-- "book" meaning evokes Book as n self.m.category <--> n self.m.resolved-ref <--> n construction Cup-Cn level 0 subcase of Ref-Expr form : Word self.f.orth <-- "cup" meaning evokes Cup as n self.m.category <--> n self.m.resolved-ref <--> n construction Ball-Cn level 0 subcase of Ref-Expr form : Word self.f.orth <-- "ball" meaning evokes Ball as n self.m.category <--> n self.m.resolved-ref <--> n construction Baby-Cn level 0 subcase of Ref-Expr form : Word self.f.orth <-- "baby" meaning evokes Doll as n self.m.category <--> n self.m.resolved-ref <--> n construction Bed-Cn level 0 subcase of Ref-Expr form : Word self.f.orth <-- "bed" meaning evokes Bed as n self.m.category <--> n self.m.resolved-ref <--> n construction Red-Cn level 0 form : Word self.f.orth <-- "red" construction Red-Ball-Cn level 1 subcase of Ref-Expr constructional r: Red-Cn b: Ball-Cn form r.f before b.f meaning self.m <-> b.m