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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - GolfPutt
GolfPutt(golf put)putt, putting

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


(documentation GolfPutt EnglishLanguage "GolfPutt refers to a GolfManeuver that involves hitting a ball with a golf club with the goal of placing it into a hole") Sports.kif 967-968
(subclass GolfPutt GameShot) Sports.kif 966-966 Golf put is a subclass of game shot
(subclass GolfPutt GolfManeuver) Sports.kif 965-965 Golf put is a subclass of golf maneuver

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


(termFormat EnglishLanguage GolfPutt "golf put") Sports.kif 969-969

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


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


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