Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Throwing
Throwing(throwing)
flip, heave, leaner, ringer, throw, toss

appearance as argument number 1
-------------------------


(documentation Throwing EnglishLanguage "Any instance of Impelling where the instrument is an Arm.") Mid-level-ontology.kif 18008-18009
(externalImage Throwing "http://upload.wikimedia.org/wikipedia/commons/a/ a5/ Javelin.jpg") pictureList.kif 3009-3009
(subclass Throwing BodyMotion) Mid-level-ontology.kif 18007-18007 Throwing is a subclass of body motion
(subclass Throwing Impelling) Mid-level-ontology.kif 18006-18006 Throwing is a subclass of impelling

appearance as argument number 2
-------------------------


(subclass Pitching Throwing) Mid-level-ontology.kif 18018-18018 Pitching is a subclass of throwing
(termFormat ChineseLanguage Throwing "投掷") domainEnglishFormat.kif 57981-57981 Pitching is a subclass of throwing
(termFormat ChineseTraditionalLanguage Throwing "投擲") domainEnglishFormat.kif 57980-57980 Pitching is a subclass of throwing
(termFormat EnglishLanguage Throwing "throwing") domainEnglishFormat.kif 57979-57979 Pitching is a subclass of throwing

antecedent
-------------------------


(=>
    (instance ?THROW Throwing)
    (exists (?ARM)
        (and
            (instance ?ARM Arm)
            (instrument ?THROW ?ARM))))
Mid-level-ontology.kif 18011-18016

consequent
-------------------------


(=>
    (instance ?PASS FootballPass)
    (exists (?THROW ?B ?TEAM ?M1 ?M2)
        (and
            (subProcess ?THROW ?PASS)
            (instance ?THROW Throwing)
            (agent ?THROW ?M1)
            (destination ?THROW ?M2)
            (patient ?THROW ?B)
            (instance ?B Football)
            (instance ?TEAM SportsTeam)
            (member ?M1 ?TEAM)
            (member ?M2 ?TEAM)
            (not
                (equal ?M1 ?M2)))))
Sports.kif 828-841


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners