VehicleSeat
|
|
appearance as argument number 1 |
(subclass VehicleSeat Artifact) | Cars.kif 5013-5013 | VehicleSeat e' uma sub-classe de Artefato |
appearance as argument number 2 |
(subclass AutomobileSeat VehicleSeat) | Cars.kif 5027-5027 | AutomobileSeat e' uma sub-classe de VehicleSeat |
(subclass BoatSeat VehicleSeat) | Cars.kif 5044-5044 | BoatSeat e' uma sub-classe de VehicleSeat |
(termFormat EnglishLanguage VehicleSeat "vehicle seat") | domainEnglishFormat.kif 65689-65689 |
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 5014-5025 |