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 18467-18468
(externalImage Throwing "http://upload.wikimedia.org/wikipedia/commons/a/ a5/ Javelin.jpg") pictureList.kif 3009-3009
(subclass Throwing BodyMotion) Mid-level-ontology.kif 18466-18466 Throwing is a subclass of body motion
(subclass Throwing Impelling) Mid-level-ontology.kif 18465-18465 Throwing is a subclass of impelling

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


(subclass Pitching Throwing) Mid-level-ontology.kif 18477-18477 Pitching is a subclass of throwing
(termFormat ChineseLanguage Throwing "投掷") domainEnglishFormat.kif 57952-57952 Pitching is a subclass of throwing
(termFormat ChineseTraditionalLanguage Throwing "投擲") domainEnglishFormat.kif 57951-57951 Pitching is a subclass of throwing
(termFormat EnglishLanguage Throwing "throwing") domainEnglishFormat.kif 57950-57950 Pitching is a subclass of throwing

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


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

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 840-853


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