![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
GolfHole
|
|
|
| appearance as argument number 1 |
|
|
| (subclass GolfHole HoleRegion) | Sports.kif 985-985 | Golf hole is a subclass of hole |
| (documentation GolfHole EnglishLanguage "GolfHole refers to a type of HoleRegion in the size of a GolfBall located in a PuttingGreen") | Sports.kif 986-987 | Golf hole is a subclass of hole |
| (externalImage GolfHole "http://upload.wikimedia.org/wikipedia/commons/e/ e6/ Golfball.jpg") | pictureList.kif 2958-2958 | Golf hole is a subclass of hole |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?HOLE GolfHole) (exists (?C ?CIR) (and (shape ?HOLE Cylinder) (top ?C ?HOLE) (instance ?C Region) (shape ?C ?CIR) (equal ?CIR Circle) (diameter ?CIR (MeasureFn 4.25 Inch))))) |
Sports.kif 990-1000 | If X is an instance of golf hole, then there exist Y and Z such that X is cylinder and the top of X is Y and Y is an instance of region and Y is Z and equal Z and circle and the diameter of Z is 4.25 inch(s) |
| consequent |
|
|
| (=> (instance ?P PuttingGreen) (exists (?HOLE) (and (instance ?HOLE GolfHole) (part ?HOLE ?P)))) |
Sports.kif 1043-1048 | If X is an instance of putting green, then there exists Y such that Y is an instance of golf hole and Y is a part of X |