VehicleSeat |
appearance as argument number 1 |
(subclass VehicleSeat Artifact) | Cars.kif 5089-5089 |
appearance as argument number 2 |
(subclass AutomobileSeat VehicleSeat) | Cars.kif 5103-5103 | |
(subclass BoatSeat VehicleSeat) | Cars.kif 5120-5120 | |
(termFormat EnglishLanguage VehicleSeat "vehicle seat") | domainEnglishFormat.kif 65712-65712 |
antecedent |
(=> (instance ?S VehicleSeat) (hasPurpose ?S (exists (?H ?T ?V) (and (instance ?H Human) (instance ?V Vehicle) (holdsDuring ?T (and (attribute ?H Sitting) (located ?H ?S) (located ?S ?V))))))) |
Cars.kif 5090-5101 |