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 961-962
(subclass GolfDrive GameShot) Sports.kif 960-960 Golf drive is a subclass of game shot
(subclass GolfDrive GolfManeuver) Sports.kif 959-959 Golf drive is a subclass of golf maneuver

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


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

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 993-1006
(=>
    (instance ?GOLF Golf)
    (exists (?DRIVE ?PUTT)
        (and
            (instance ?DRIVE GolfDrive)
            (instance ?PUTT GolfPutt)
            (subProcess ?DRIVE ?GOLF)
            (subProcess ?PUTT ?GOLF))))
Sports.kif 906-913


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