![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| ParkingGarage(parking garage) |
| appearance as argument number 1 |
|
|
| (documentation ParkingGarage EnglishLanguage "a ParkingGarage is a type of Building with a ParkingLot located in it") | TransportDetail.kif 95-96 | |
| (subclass ParkingGarage Building) | Transportation.kif 4312-4312 | Parking garage is a subclass of building |
| (externalImage ParkingGarage "http://upload.wikimedia.org/wikipedia/commons/ 0/ 01/ HDBMulti_storey.JPG") | pictureList.kif 1890-1890 | Parking garage is a subclass of building |
| (externalImage ParkingGarage "http://upload.wikimedia.org/wikipedia/commons/ 6/ 69/ Car_park_whirley_gig.JPG") | pictureList.kif 2278-2278 | Parking garage is a subclass of building |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?PARK ParkingGarage) (exists (?LOT) (and (instance ?LOT ParkingLot) (located ?LOT ?PARK)))) |
TransportDetail.kif 97-102 | If X is an instance of parking garage, then there exists Y such that Y is an instance of parking lot and Y is located at X |