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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Score
Score

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


(documentation Score EnglishLanguage "A successful attempt to score a point in a Game.") Mid-level-ontology.kif 17045-17045
(externalImage Score "http://upload.wikimedia.org/wikipedia/commons/6/60/ Final_Score_Andy_Roddick_vs_Saulnier.jpg") pictureList.kif 1971-1971
(subclass Score GameShot) Mid-level-ontology.kif 17044-17044 Score est une sous-classe de GameShot

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


(subclass BaseballRun Score) Sports.kif 703-703 BaseballRun est une sous-classe de Score
(subclass FootballTouchdown Score) Sports.kif 847-847 FootballTouchdown est une sous-classe de Score
(termFormat ChineseLanguage Score "得分") domainEnglishFormat.kif 51597-51597
(termFormat ChineseTraditionalLanguage Score "得分") domainEnglishFormat.kif 51596-51596
(termFormat EnglishLanguage Score "score") domainEnglishFormat.kif 51595-51595

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


(=>
    (and
        (instance ?GOAL GameGoal)
        (instrument ?GAME ?GOAL)
        (instance ?GAME Game)
        (subProcess ?SCORE ?GAME)
        (instance ?SCORE Score))
    (exists (?PIECE ?TIME)
        (and
            (instance ?PIECE GamePiece)
            (patient ?SCORE ?PIECE)
            (temporalPart ?TIME
                (WhenFn ?SCORE))
            (holdsDuring ?TIME
                (located ?PIECE ?GOAL)))))
Mid-level-ontology.kif 17051-17063

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


(=>
    (instance ?SHOT GameShot)
    (hasPurpose ?SHOT
        (instance ?SHOT Score)))
Mid-level-ontology.kif 17040-17042
(=>
    (plays ?G ?A)
    (desires ?A
        (and
            (instance ?S Score)
            (subProcess ?S ?G)
            (agent ?S ?A))))
ComputingBrands.kif 1710-1716


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