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

Formal Language: 



KB Term:  Term intersection
English Word: 

  GolfPutt

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 955-956
(subclass GolfPutt GameShot) Sports.kif 954-954 Golf put is a subclass of game shot
(subclass GolfPutt GolfManeuver) Sports.kif 953-953 Golf put is a subclass of golf maneuver

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


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

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


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


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