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



KB Term:  Term intersection
English Word: 

  FootballPass

Sigma KEE - FootballPass
FootballPass(football pass)
completion, pass, pass_completion, passing, passing_game, passing_play, spot_pass

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


(subclass FootballPass FootballManeuver) Sports.kif 850-850 Football pass is a subclass of football maneuver
(documentation FootballPass EnglishLanguage "Any FootballManeuver where the member of one team throws the ball to another member of the same team.") Sports.kif 851-852 Football pass is a subclass of football maneuver
(externalImage FootballPass "http://upload.wikimedia.org/wikipedia/commons/ 4/ 47/ L%C3%BCbeck_Cougars_Quarterback.jpg") pictureList.kif 6023-6023 Football pass is a subclass of football maneuver
(externalImage FootballPass "http://upload.wikimedia.org/wikipedia/commons/ 9/ 9b/ Kiel_Baltic_Hurricanes_Spieler.jpg") pictureList.kif 6543-6543 Football pass is a subclass of football maneuver

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


(termFormat EnglishLanguage FootballPass "football pass") domainEnglishFormat.kif 24592-24592
(termFormat ChineseTraditionalLanguage FootballPass "足球傳球") domainEnglishFormat.kif 24593-24593
(termFormat ChineseLanguage FootballPass "足球传球") domainEnglishFormat.kif 24594-24594

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


(=>
    (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 854-867 If X is an instance of football pass, then All of the following hold: (1) there exist Y, Z,, , W,, , V (2) U such that Y is a subprocess of X (3) Y is an instance of throwing (4) V is an agent of Y (5) Y ends up at U (6) Z is a patient of Y (7) Z is an instance of foot ball (8) W is an instance of sports team (9) V is a member of W (10) U is a member of W (11) equal V (12) U


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

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners