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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - GolfDrive
GolfDrive(golf drive)drive, driving, teeoff

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


(documentation GolfDrive EnglishLanguage "GolfDrive refers to an initial GolfManeuver for a par-4 or par-5 hole where the golf ball is hit from a tee") Sports.kif 949-950
(subclass GolfDrive GameShot) Sports.kif 948-948 Golf drive is a subclass of game shot
(subclass GolfDrive GolfManeuver) Sports.kif 947-947 Golf drive is a subclass of golf maneuver

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


(termFormat EnglishLanguage GolfDrive "golf drive") Sports.kif 951-951

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


(=>
    (instance ?D DrivingRange)
    (hasPurpose ?D
        (and
            (exists (?DRIVE)
                (and
                    (instance ?DRIVE GolfDrive)
                    (eventLocated ?DRIVE ?D)))
            (not
                (exists (?GOLF)
                    (and
                        (eventLocated ?GOLF ?D)
                        (instance ?GOLF GolfManeuver)
                        (not
                            (instance ?GOLF GolfDrive))))))))
Sports.kif 979-992
(=>
    (instance ?GOLF Golf)
    (exists (?DRIVE ?PUTT)
        (and
            (instance ?DRIVE GolfDrive)
            (instance ?PUTT GolfPutt)
            (subProcess ?DRIVE ?GOLF)
            (subProcess ?PUTT ?GOLF))))
Sports.kif 894-901


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