![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
Sphere
|
|
|
| appearance as argument number 1 |
|
|
| (subclass Sphere ThreeDimensionalFigure) | Mid-level-ontology.kif 6079-6079 | Sphere is a subclass of three dimensional figure |
| (documentation Sphere EnglishLanguage "The class of ThreeDimensionalFigures such that all GeometricPoints that make up the Sphere are equidistant from a single GeometricPoint, known as the center of the Sphere.") | Mid-level-ontology.kif 6080-6082 | Sphere is a subclass of three dimensional figure |
| (externalImage Sphere "http://upload.wikimedia.org/wikipedia/commons/3/38/ Sphere_wireframe.png") | pictureList.kif 1998-1998 | Sphere is a subclass of three dimensional figure |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (attribute ?OBJ ?SPHERE) (pointOfFigure ?PT1 ?OBJ) (pointOfFigure ?PT2 ?OBJ) (instance ?SPHERE Sphere)) (exists (?CENTER ?DIST) (and (geometricDistance ?PT1 ?CENTER ?DIST) (geometricDistance ?PT2 ?CENTER ?DIST)))) |
Mid-level-ontology.kif 6084-6093 | If X is an attribute of Y, Z is a vertex of Y, W is a vertex of Y, and X is an instance of sphere, then there exist V, U such that Z is geometric distance V for U, and W is geometric distance V for U |
| (=> (and (defaultMinimumSphereRadius ?OBJECT (MeasureFn ?R ?U)) (instance ?INST ?OBJECT) (attribute ?INST Sphere)) (modalAttribute (exists (?RADIUS) (and (sphereRadius ?INST (MeasureFn ?RADIUS ?U)) (lessThan ?RADIUS ?R))) Unlikely)) |
Mid-level-ontology.kif 15030-15040 | If the minimum expected radius of X is Y Z(s), W is an instance of X, and sphere is an attribute of W, then the statement there exists V such that the radius of W is V Z(s) and V is less than Y has the modal force of unlikely |
| (=> (and (defaultMaximumSphereRadius ?OBJECT (MeasureFn ?R ?U)) (instance ?INST ?OBJECT) (attribute ?INST Sphere)) (modalAttribute (exists (?RADIUS) (and (sphereRadius ?INST (MeasureFn ?RADIUS ?U)) (greaterThan ?RADIUS ?R))) Unlikely)) |
Mid-level-ontology.kif 15049-15060 | If the maximum expected radius of X is Y Z(s), W is an instance of X, and sphere is an attribute of W, then the statement there exists V such that the radius of W is V Z(s) and V is greater than Y has the modal force of unlikely |
| consequent |
|
|