Wagon
|
|
appearance as argument number 1 |
(documentation Wagon EnglishLanguage "A Landcraft that is not self-propelled, but must be pulled by either an Animal or a self-propelled Vehicle to move along the ground.") | Transportation.kif 1848-1850 | |
(externalImage Wagon "http://upload.wikimedia.org/wikipedia/commons/c/c2/ Australian_cart.jpg") | pictureList.kif 59-59 | |
(subclass Wagon LandVehicle) | Transportation.kif 1846-1846 | |
(subclass Wagon UnpoweredVehicle) | Transportation.kif 1847-1847 |
appearance as argument number 2 |
(industryProductType TruckTrailerManufacturing Wagon) | Economy.kif 1819-1819 | |
(subclass StageCoach Wagon) | Transportation.kif 1866-1866 | |
(subclass TruckTrailer Wagon) | Transportation.kif 1841-1841 | |
(termFormat ChineseLanguage Wagon "车皮") | domainEnglishFormat.kif 62057-62057 | |
(termFormat ChineseTraditionalLanguage Wagon "車皮") | domainEnglishFormat.kif 62056-62056 | |
(termFormat EnglishLanguage Wagon "wagon") | domainEnglishFormat.kif 62055-62055 |
antecedent |
(=> (and (instance ?W Wagon) (instance ?T Transportation) (instrument ?T ?W)) (exists (?P) (and (instance ?T Pulling) (agent ?T ?P) (patient ?T ?W) (or (instance ?P DomesticAnimal) (instance ?P Vehicle))))) |
Transportation.kif 1852-1864 |