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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - PuttingGreen
PuttingGreen(putting green)green, putting_green, putting_surface

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


(documentation PuttingGreen EnglishLanguage "PuttingGreen refers to a GolfFacility that involves a short area of grass surrounding a hole where the object is to put the ball in the hole") Sports.kif 995-997
(subclass PuttingGreen GolfFacility) Sports.kif 994-994 Putting green is a subclass of golf facility

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


(subclass MiniatureGolf PuttingGreen) Sports.kif 1022-1022 Miniature golf is a subclass of putting green
(termFormat EnglishLanguage PuttingGreen "putting green") Sports.kif 998-998

antecedent
-------------------------


(=>
    (instance ?P PuttingGreen)
    (exists (?HOLE)
        (and
            (instance ?HOLE GolfHole)
            (part ?HOLE ?P))))
Sports.kif 1015-1020
(=>
    (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

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


(=>
    (instance ?COURSE GolfCourse)
    (exists (?GREEN)
        (and
            (instance ?GREEN PuttingGreen)
            (part ?GREEN ?COURSE))))
Sports.kif 931-936


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