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

Formal Language: 



KB Term:  Term intersection
English Word: 

  BowlingBall

Sigma KEE - BowlingBall
BowlingBall(bowling ball)bowl, bowling_ball, ninepin_ball, skittle_ball

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


(documentation BowlingBall EnglishLanguage "BowlingBall refers to a type of Ball used in Bowling. It normally has 3 HoleRegion where somebody would put his fingers to hold it") Sports.kif 1120-1122
(subclass BowlingBall Ball) Sports.kif 1119-1119 Bowling ball is a subclass of ball

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


(termFormat EnglishLanguage BowlingBall "bowling ball") Sports.kif 1123-1123

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


(=>
    (instance ?B BowlingBall)
    (exists (?HOLES)
        (and
            (instance ?HOLES Collection)
            (memberType ?HOLES HoleRegion)
            (memberCount ?HOLES 3)
            (located ?HOLES ?B)
            (hasPurpose ?HOLES
                (exists (?FINGER ?HOLE)
                    (and
                        (member ?HOLE ?HOLES)
                        (instance ?FINGER Finger)
                        (partiallyFills ?FINGER ?HOLE)))))))
Sports.kif 1125-1138

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


(=>
    (instance ?B Bowling)
    (exists (?BALL ?TRANS ?LANE)
        (and
            (instance ?TRANS Translocation)
            (instance ?BALL BowlingBall)
            (patient ?TRANS ?BALL)
            (instance ?LANE BowlingLane)
            (path ?TRANS ?LANE)
            (subProcess ?TRANS ?B))))
Sports.kif 1107-1116
(=>
    (instance ?BL BowlingLane)
    (hasPurpose ?BL
        (exists (?TR ?BALL)
            (and
                (instance ?TR Translocation)
                (instance ?BALL BowlingBall)
                (patient ?TR ?BALL)
                (path ?TR ?BL)))))
Sports.kif 1146-1154


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 is open source software produced by Articulate Software and its partners