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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - GolfManeuver
GolfManeuver(golf maneuver)
approach, approach_shot, chip, chip_shot, downswing, draw, explosion, fade, golf_shot, golf_stroke, hook, hooking, pitch, pitch_shot, sclaff, shank, slice, slicing, swing

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


(documentation GolfManeuver EnglishLanguage "Any Maneuver in Golf.") Sports.kif 951-951
(externalImage GolfManeuver "http://upload.wikimedia.org/wikipedia/commons/ 9/ 9a/ Golf_player_putting_green_2003.jpg") pictureList.kif 3107-3107
(externalImage GolfManeuver "http://upload.wikimedia.org/wikipedia/commons/ e/ ec/ Tiger_Woods_2004.jpg") pictureList.kif 2959-2959
(subclass GolfManeuver Maneuver) Sports.kif 950-950 Golf maneuver is a subclass of maneuver

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


(subclass GolfDrive GolfManeuver) Sports.kif 959-959 Golf drive is a subclass of golf maneuver
(subclass GolfPutt GolfManeuver) Sports.kif 965-965 Golf put is a subclass of golf maneuver
(termFormat ChineseLanguage GolfManeuver "高尔夫演习") domainEnglishFormat.kif 26266-26266 Golf put is a subclass of golf maneuver
(termFormat ChineseTraditionalLanguage GolfManeuver "高爾夫演習") domainEnglishFormat.kif 26265-26265 Golf put is a subclass of golf maneuver
(termFormat EnglishLanguage GolfManeuver "golf maneuver") domainEnglishFormat.kif 26264-26264 Golf put is a subclass of golf maneuver

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 ?G Golf)
    (exists (?M)
        (and
            (instance ?M GolfManeuver)
            (subProcess ?M ?G))))
Sports.kif 952-957
(=>
    (instance ?P PuttingGreen)
    (hasPurpose ?P
        (and
            (exists (?PUT)
                (and
                    (instance ?PUT GolfPutt)
                    (eventLocated ?PUT ?P)))
            (not
                (exists (?GOLF)
                    (and
                        (eventLocated ?GOLF ?P)
                        (instance ?GOLF GolfManeuver)
                        (not
                            (instance ?GOLF GolfPutt))))))))
Sports.kif 1014-1027
(=>
    (instance ?X GolfFacility)
    (hasPurpose ?X
        (exists (?GOLF)
            (and
                (or
                    (instance ?GOLF Golf)
                    (instance ?GOLF GolfManeuver))
                (eventLocated ?GOLF ?X)))))
Sports.kif 920-928


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