![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
VehicleWheel
|
|
|
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?W VehicleWheel) (instance ?V RoadVehicle) (part ?W ?V)) (exists (?A) (and (instance ?A Axle) (component ?A ?V) (connected ?W ?A)))) |
Mid-level-ontology.kif 4165-4174 | If X is an instance of vehicle wheel, Y is an instance of road vehicle, and X is a part of Y, then there exists Z such that Z is an instance of axle, Z is a component of Y, and X is connected to Z |
| consequent |
|
|
| (=> (instance ?T VehicleTire) (exists (?W) (and (instance ?W VehicleWheel) (part ?T ?W)))) |
Mid-level-ontology.kif 4062-4067 | If X is an instance of vehicle tire, then there exists Y such that Y is an instance of vehicle wheel and X is a part of Y |
| (=> (instance ?M Motorcycle) (equipmentCount ?M VehicleWheel 2)) |
Transportation.kif 2036-2038 | If X is an instance of motorcycle, then X equipment count vehicle wheel for 2 |
| (=> (instance ?A Automobile) (equipmentCount ?A VehicleWheel 4)) |
Transportation.kif 2114-2116 | If X is an instance of automobile, then X equipment count vehicle wheel for 4 |